Template Struct FunctionalInterfaceImpl
Defined in File functional_interface.hpp
Inheritance Relationships
Base Types
public iox::cxx::internal::ExpectWithValue< Derived, ValueType >(Template Struct ExpectWithValue)public iox::cxx::internal::ValueOr< Derived, ValueType >(Template Struct ValueOr)public iox::cxx::internal::AndThenWithValue< Derived, ValueType >(Template Struct AndThenWithValue)public iox::cxx::internal::OrElseWithValue< Derived, ErrorType >(Template Struct OrElseWithValue)
Struct Documentation
-
template<typename Derived, typename ValueType, typename ErrorType>
struct FunctionalInterfaceImpl : public iox::cxx::internal::ExpectWithValue<Derived, ValueType>, public iox::cxx::internal::ValueOr<Derived, ValueType>, public iox::cxx::internal::AndThenWithValue<Derived, ValueType>, public iox::cxx::internal::OrElseWithValue<Derived, ErrorType>