![]() |
Blaze 3.9
|
Compile time check for clearable data types. More...
#include <IsClearable.h>
Inherits IsDetected< Clear_t, RemoveAdaptor_t< T > >.
Compile time check for clearable data types.
This type trait tests whether the given data type is a clearable data type. In case the data type can be cleared (via the clear() function), the value member constant is set to true, the nested type definition Type is TrueType, and the class derives from TrueType. Otherwise value is set to false, Type is FalseType, and the class derives from FalseType. Examples: