30template <
typename T1,
typename T2>
37template <
typename...
Ts>
45template <
typename T,
size_t N>
48 static constexpr size_t size =
N;
STL-compatible allocator for requesting memory using the builtin MPI allocator.
Definition allocator.hpp:32
Internal namespace marking the code that is not user-facing.
Definition collectives_helpers.hpp:20
T value_type
The type of the elements in the array.
Definition type_helpers.hpp:47
Helper to check if a type is a std::array.
Definition type_helpers.hpp:42
Helper to check if a type is a std::pair.
Definition type_helpers.hpp:28
Helper to check if a type is a std::tuple.
Definition type_helpers.hpp:35
Type tag for indicating that no static type definition exists for a type.
Definition type_helpers.hpp:52