Template Struct can_static_cast

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 to U via static_cast<>.