SpECTRE
v2024.09.29
|
Check if type T
has operator| defined for Charm++ serialization.
More...
#include <TypeTraits.hpp>
Check if type T
has operator| defined for Charm++ serialization.
Inherits from std::true_type if the type T
has operator| defined, otherwise inherits from std::false_type
For any type T
,
Returns: std::bool_constant
Semantics: If the type T
has operator| defined, then
otherwise
T | the type to check |