|
Template Numerical Library version\ main:d08c4decc
|
Type trait for checking if T has getSize method. More...
#include <TNL/TypeTraits.h>
Static Public Attributes | |
| static constexpr bool | value = ( sizeof( test< std::decay_t<T> >(0) ) == sizeof( YesType ) ) |
Type trait for checking if T has getSize method.