Template Struct has_alloc

Inheritance Relationships

Base Type

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

Struct Documentation

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