From af6bb5013ce848c94e1d0711a6ef99af8a4a55a2 Mon Sep 17 00:00:00 2001 From: TizenOpenSource Date: Thu, 7 Dec 2023 11:27:50 +0900 Subject: Imported Upstream version 1.83.0 --- doc/html/boost/mpi/is_mpi_complex_datatype.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'doc/html/boost/mpi/is_mpi_complex_datatype.html') diff --git a/doc/html/boost/mpi/is_mpi_complex_datatype.html b/doc/html/boost/mpi/is_mpi_complex_datatype.html index 8859908d6c..a49abca4e9 100644 --- a/doc/html/boost/mpi/is_mpi_complex_datatype.html +++ b/doc/html/boost/mpi/is_mpi_complex_datatype.html @@ -9,6 +9,7 @@ + @@ -29,27 +30,24 @@

Struct template is_mpi_complex_datatype

boost::mpi::is_mpi_complex_datatype — Type trait that determines if there exists a built-in complex MPI data type for a given C++ type.

-

Synopsis

-
// In header: <boost/mpi/datatype.hpp>
+

Synopsis

+
// In header: <boost/mpi/datatype.hpp>
 
 template<typename T> 
-struct is_mpi_complex_datatype : public false_ {
+struct is_mpi_complex_datatype : public boost::mpl::false_ {
 };
-

Description

+

Description

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

-
- - -
+
PrevUpHomeNext -- cgit v1.2.3