tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
uses_allocator.hpp File Reference

Go to the source code of this file.

Classes

struct  uses_allocator< Type, Alloc >
 If T has a member typedef allocator_type which is convertible from Alloc, the member constant value is true. Otherwise value is false. More...
 

Namespaces

namespace  etl
 

Variables

template<typename Type, typename Alloc>
constexpr auto uses_allocator_v = uses_allocator<Type, Alloc>::value
 If T has a member typedef allocator_type which is convertible from Alloc, the member constant value is true. Otherwise value is false.