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
Tcan be cast toUvia static_cast<>.