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

Maps a container to is underlying nested container. More...

#include <flatten.hpp>

Public Types

using type
 The type of the nested container.
 

Detailed Description

template<typename T>
struct kamping::internal::FlatContainer< T, std::enable_if_t< is_sparse_send_buffer_v< T > > >

Maps a container to is underlying nested container.

Member Typedef Documentation

◆ type

template<typename T >
using kamping::internal::FlatContainer< T, std::enable_if_t< is_sparse_send_buffer_v< T > > >::type
Initial value:
std::remove_const_t<std::tuple_element_t<1, typename T::value_type>>

The type of the nested container.


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