KaMPIng 0.1.0
(Near) zero-overhead C++ MPI bindings.
Loading...
Searching...
No Matches
kamping::internal::is_std_array< std::array< T, N > > Struct Template Reference

Helper to check if a type is a std::array. More...

#include <mpi_datatype.hpp>

Inheritance diagram for kamping::internal::is_std_array< std::array< T, N > >:

Public Types

using value_type = T
 The type of the elements in the array.
 

Static Public Attributes

static constexpr size_t size = N
 The number of elements in the array.
 

Detailed Description

template<typename T, size_t N>
struct kamping::internal::is_std_array< std::array< T, N > >

Helper to check if a type is a std::array.


The documentation for this struct was generated from the following file: