Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
quetzal::expressive::unop_t< Operator, F > Struct Template Reference

Public Types

using base_t = composite_functor< F >
 
using value_type = applied_unary_type< Operator, typename base_t::return_type >
 
using return_type = typename Callable_traits< F >::return_type
 
using arguments_type = typename Callable_traits< F >::arguments_type
 

Public Member Functions

 unop_t (F f)
 
template<typename... Args>
constexpr value_type operator() (Args... args) const
 
template<typename... Args>
constexpr value_type impl (Args... args) const
 

Static Public Member Functions

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

Public Attributes

f
 

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