Determine if two objects are the same type. More...
Static Public Attributes | |
static constexpr const bool | value = false |
Determine if two objects are the same type.
A template that sets its value to true if both classes are the same type.
Based on std::is_same
T | Type of first object to test |
U | Type of second object to test |
Example of use:
|
staticconstexpr |