Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::mpi::is_mpi_logical_datatype< T > Struct Template Reference

Type trait that determines if there exists a built-in logical MPI data type for a given C++ type. More...

#include <datatype_fwd.hpp>

Inheritance diagram for boost::mpi::is_mpi_logical_datatype< T >:
Collaboration diagram for boost::mpi::is_mpi_logical_datatype< T >:

Detailed Description

template<typename T>
struct boost::mpi::is_mpi_logical_datatype< T >

Type trait that determines if there exists a built-in logical MPI data type for a given C++ type.

This ytpe trait determines when there is a direct mapping from a C++ type to an MPI data type that is classified as an logical data type. See is_mpi_builtin_datatype for general information about built-in MPI data types.


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