4.6.1
Freundlich's C++ toolkit
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
fcppt::monad::instance< fcppt::either::object< Failure, Success > >::inner_type< Either > Struct Template Reference

Public Types

using type = fcppt::either::success_type<Either>
 

Member Typedef Documentation

◆ type

template<typename Failure, typename Success>
using fcppt::monad::instance< fcppt::either::object< Failure, Success > >::inner_type< Either >::type = fcppt::either::success_type<Either>