SpECTRE  v2026.04.01
Loading...
Searching...
No Matches
Parallel::is_pupable< T, U > Struct Template Reference

Check if type T has operator| defined for Charm++ serialization. More...

#include <TypeTraits.hpp>

Detailed Description

template<typename T, typename U = void>
struct Parallel::is_pupable< T, U >

Check if type T has operator| defined for Charm++ serialization.

Details

Inherits from std::true_type if the type T has operator| defined, otherwise inherits from std::false_type

Usage

For any type T,

using result = tt::is_pupable<T>;

Returns: std::bool_constant

Semantics: If the type T has operator| defined, then

typename result::type = std::true_type;

otherwise

typename result::type = std::false_type;

Example

See also
has_pup_member
Template Parameters
Tthe type to check

The documentation for this struct was generated from the following file:
  • src/Parallel/TypeTraits.hpp