Template Struct has_no_alloc

Inheritance Relationships

Base Type

  • public std::integral_constant< bool, !(std::uses_allocator< T, MemoryResource * >::value) &&std::is_constructible< T, Args... >::value >

Struct Documentation

template<class T, class ...Args>
struct has_no_alloc : public std::integral_constant<bool, !(std::uses_allocator<T, MemoryResource*>::value)&&std::is_constructible<T, Args...>::value>