Template Struct has_alloc
Defined in File rapidyaml-0.5.0.hpp
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>