Skip to content

iox::cxx::internal::HasInvalidStateMember🔗

Type trait which verifies whether the passed type T has INVALID_STATE std::true_type overload chosen when INVALID_STATE is present, otherwise std::false_type. More...

#include <expected.hpp>

Detailed Description🔗

template <typename T ,
typename >
struct iox::cxx::internal::HasInvalidStateMember;

Type trait which verifies whether the passed type T has INVALID_STATE std::true_type overload chosen when INVALID_STATE is present, otherwise std::false_type.


Updated on 26 April 2021 at 15:31:01 CEST