TIMPI
Public Types | Static Public Attributes | List of all members
libMesh::Parallel::PairHasPacking< T1, T2 > Struct Template Reference

#include <packing_decl.h>

Public Types

typedef std::remove_const< T1 >::type cT1
 

Static Public Attributes

static const bool value
 

Detailed Description

template<typename T1, typename T2>
struct libMesh::Parallel::PairHasPacking< T1, T2 >

Definition at line 78 of file packing_decl.h.

Member Typedef Documentation

◆ cT1

template<typename T1 , typename T2 >
typedef std::remove_const<T1>::type libMesh::Parallel::PairHasPacking< T1, T2 >::cT1

Definition at line 80 of file packing_decl.h.

Member Data Documentation

◆ value

template<typename T1 , typename T2 >
const bool libMesh::Parallel::PairHasPacking< T1, T2 >::value
static
Initial value:
=
(Has_buffer_type<Packing<cT1>>::value ||
(Has_buffer_type<Packing<T2>>::value ||

Definition at line 82 of file packing_decl.h.


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