Sequoia
Loading...
Searching...
No Matches
Variables
DataStructuresTypeTraits.hpp File Reference

Traits for data structures. More...

#include <type_traits>

Go to the source code of this file.

Variables

template<class T >
constexpr bool sequoia::has_partitions_allocator
 

Detailed Description

Traits for data structures.

Variable Documentation

◆ has_partitions_allocator

template<class T >
constexpr bool sequoia::has_partitions_allocator
inlineconstexpr
Initial value:
{
requires { typename T::partitions_allocator_type; }
}