
please wait
template <class T> struct is_const;
member type | definition |
---|---|
value_type | bool |
type | either true_type or false_type |
member constant | definition |
---|---|
value | either true or false |
|
|
is_const: int: false const int: true const int*: false int* const: true |