Template Struct FunctionalInterfaceImpl

Inheritance Relationships

Base Types

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>