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

Type trait for checking if T has getArrayData method. More...

#include <TNL/TypeTraits.h>

Static Public Attributes

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

Detailed Description

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

Type trait for checking if T has getArrayData method.


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