jaulib v1.3.0
Jau Support Library (C++, Java, ..)
jau::is_darray_type< class, class > 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< class, class >:
Collaboration diagram for jau::is_darray_type< class, class >:

Detailed Description

template<class, class = void>
struct jau::is_darray_type< class, class >

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.

Examples
test_cow_darray_perf01.cpp.

Definition at line 1453 of file darray.hpp.


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