jaulib v1.3.0
Jau Support Library (C++, Java, ..)
jau::is_darray_type< T, std::void_t< typename T::darray_tag > > Struct Template Reference

template< class T > is_darray_type<T>::value compile-time Type Trait, determining whether the given template class is a - or has a darray type, e.g. More...

#include <darray.hpp>

Inheritance diagram for jau::is_darray_type< T, std::void_t< typename T::darray_tag > >:
Collaboration diagram for jau::is_darray_type< T, std::void_t< typename T::darray_tag > >:

Detailed Description

template<class T>
struct jau::is_darray_type< T, std::void_t< typename T::darray_tag > >

template< class T > is_darray_type<T>::value compile-time Type Trait, determining whether the given template class is a - or has a darray type, e.g.

jau::cow_darray, jau::darray.

Definition at line 1461 of file darray.hpp.


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