Template Struct has_alloc_arg

Inheritance Relationships

Base Type

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

Struct Documentation

template<class T, class ...Args>
struct has_alloc_arg : public std::integral_constant<bool, std::uses_allocator<T, MemoryResource*>::value && std::is_constructible<T, std::allocator_arg_t, MemoryResource*, Args...>::value>