KaMPIng 0.2.1
(Near) zero-overhead MPI wrapper for C++
Loading...
Searching...
No Matches
type_helpers.hpp File Reference

Internal type helpers for the kamping-types module. More...

#include <array>
#include <cstddef>
#include <tuple>
#include <type_traits>
#include <utility>
Include dependency graph for type_helpers.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Internal type helpers for the kamping-types module.