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

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

#include <flatten.hpp>

Public Types

using type = std::remove_const_t<typename T::value_type>
 The type of the nested container.
 

Detailed Description

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

Maps a container to is underlying nested container.


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