Template Struct has_no_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... >::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>