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 31 May 2022 at 15:29:15 CEST