MADNESS
0.10.1
madness
is_trivially_serializable
Static Public Attributes
|
List of all members
madness::is_trivially_serializable< T > Struct Template Reference
#include <
type_traits.h
>
Static Public Attributes
static const bool
value
Detailed Description
template<typename
T
>
struct madness::is_trivially_serializable< T >
This defines stuff that is serializable by bitwise copy.
Warning
This reports true for
T
that is an aggregate type (struct or array) that includes pointers.
Member Data Documentation
◆
value
template<typename
T
>
const bool
madness::is_trivially_serializable
<
T
>::value
static
Initial value:
=
std::is_arithmetic<T>::value ||
std::is_function<T>::value ||
is_any_function_pointer_v<T> ||
(std::is_standard_layout<T>::value && std::is_trivial<T>::value && !std::is_pointer<T>::value)
The documentation for this struct was generated from the following file:
type_traits.h
Generated on Thu Dec 19 2024 21:22:55 for MADNESS by
1.9.8