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

Type trait for checking if T is a view type. More...

#include <TNL/TypeTraits.h>

Static Public Attributes

static constexpr bool value = decltype( test(std::decay_t<T>{}) )::value
 

Detailed Description

template<typename T>
struct TNL::IsViewType< T >

Type trait for checking if T is a view type.


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