Fish Touching🐟🎣

C++ Cast

Jul 11, 2022

# static_cast

Converts between types using a combination of implicit and user-defined conversions.
cppref

# const_cast

cppref

# dynamic_cast

cppref

# reinterpret_cast

cppref

# explicit cast

cppref