Template Numerical Library version\ main:94209208
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
TNL::HasCountMember< T > Class Template Reference

Type trait for checking if T has count member. More...

#include <TNL/TypeTraits.h>

Static Public Attributes

static constexpr bool value = ( sizeof( test< std::decay_t<T> >(0) ) == sizeof( YesType ) )
 

Detailed Description

template<typename T>
class TNL::HasCountMember< T >

Type trait for checking if T has count member.


The documentation for this class was generated from the following file: