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

Public Types

using functors_type = std::tuple< Functors... >
 
template<std::size_t I>
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 composite_functor (Functors const &...functors)
 
template<std::size_t I>
constexpr auto const & f () const
 

Static Public Member Functions

template<std::size_t I>
static constexpr std::size_t arguments_count ()
 
template<typename... Args>
static constexpr bool call_check ()
 

Public Attributes

functors_type functors
 

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