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

template< class T > is_container_memmove_compliant<T>::value compile-time Type Trait, determining whether the given template class claims to be container memmove compliant, see @Ref darray_memmove. More...

#include <type_traits_queries.hpp>

Inheritance diagram for jau::is_container_memmove_compliant< T, std::void_t< typename T::container_memmove_compliant > >:
Collaboration diagram for jau::is_container_memmove_compliant< T, std::void_t< typename T::container_memmove_compliant > >:

Detailed Description

template<class T>
struct jau::is_container_memmove_compliant< T, std::void_t< typename T::container_memmove_compliant > >

template< class T > is_container_memmove_compliant<T>::value compile-time Type Trait, determining whether the given template class claims to be container memmove compliant, see @Ref darray_memmove.

Definition at line 251 of file type_traits_queries.hpp.


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