|
KaMPIng 0.2.1
(Near) zero-overhead MPI wrapper for C++
|
Internal type helpers for the kamping-types module. More...
#include <array>#include <cstddef>#include <tuple>#include <type_traits>#include <utility>

Go to the source code of this file.
Classes | |
| struct | kamping::internal::is_std_pair< T > |
Helper to check if a type is a std::pair. More... | |
| struct | kamping::internal::is_std_pair< std::pair< T1, T2 > > |
Helper to check if a type is a std::pair. More... | |
| struct | kamping::internal::is_std_tuple< T > |
Helper to check if a type is a std::tuple. More... | |
| struct | kamping::internal::is_std_tuple< std::tuple< Ts... > > |
Helper to check if a type is a std::tuple. More... | |
| struct | kamping::internal::is_std_array< A > |
Helper to check if a type is a std::array. More... | |
| struct | kamping::internal::is_std_array< std::array< T, N > > |
Helper to check if a type is a std::array. More... | |
| struct | kamping::internal::no_matching_type |
| Type tag for indicating that no static type definition exists for a type. More... | |
Namespaces | |
| namespace | kamping::internal |
| Internal namespace marking the code that is not user-facing. | |
Internal type helpers for the kamping-types module.