jaulib v1.3.0
Jau Support Library (C++, Java, ..)
jau::is_cow_type< class, class > Struct Template Reference

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

#include <cow_iterator.hpp>

Inheritance diagram for jau::is_cow_type< class, class >:
Collaboration diagram for jau::is_cow_type< class, class >:

Detailed Description

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

template< class T > is_cow_type<T>::value compile-time Type Trait, determining whether the given template class is a CoW type, e.g.

jau::cow_darray, jau::cow_vector or any of their iterator.

Examples
test_cow_darray_perf01.cpp, and test_cow_iterator_01.cpp.

Definition at line 1044 of file cow_iterator.hpp.


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