Template Struct can_static_cast
Defined in File mpl.hpp
Inheritance Relationships
Base Type
public std::false_type
Struct Documentation
-
template<typename T, typename U, typename = void>
struct can_static_cast : public std::false_type Determine if
T
can be cast toU
via static_cast<>.