Template Struct is_cras_expected
Defined in File expected.hpp
Inheritance Relationships
Base Type
public std::false_type
Struct Documentation
-
template<typename T>
struct is_cras_expected : public std::false_type Type trait determining whether type T is cras::expected or not.
- Template Parameters:
T – The type to test.