SpECTRE
v2024.09.29
|
Check if T
has a pup
member function.
More...
#include <TypeTraits.hpp>
Check if T
has a pup
member function.
Inherits from std::true_type if the type T
has a pup(PUP::er&)
member function, otherwise inherits from std::false_type
For any type T
,
Returns: std::bool_constant
Semantics: If the type T
has a pup(PUP::er&)
member function, then
otherwise
T | the type to check |