Loading [MathJax]/extensions/TeX/AMSsymbols.js
Template Numerical Library version\ main:60862f96
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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: