Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
quetzal::expressive::compose_t< Outer > Struct Template Reference

Public Types

using base_t = composite_functor< Outer >
 
using value_type = typename base_t::return_type
 
using functors_type = std::tuple< Functors... >
 
using return_type = return_type< typename std::tuple_element< I, functors_type >::type >
 
using arguments_type = typename std::common_type< typename Callable_traits< Functors >::arguments_type... >::type
 

Public Member Functions

constexpr compose_t (Outer f)
 
template<typename... Args>
constexpr value_type operator() (Args... args) const
 
template<typename... Args>
constexpr value_type impl (Args... args) const
 
constexpr auto const & f () const
 

Static Public Member Functions

static constexpr std::size_t arguments_count ()
 
static constexpr bool call_check ()
 

Public Attributes

functors_type functors
 

The documentation for this struct was generated from the following file: