repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::detail::ArityImpl< T > Struct Template Reference

#include <arity.h>

Static Public Member Functions

template<typename... Fillers>
static consteval auto array_length (auto... parameters)
 
static consteval auto arity_simple (auto... parameters)
 
template<typename... Trails>
static consteval auto arity_simple_ag (auto... parameters)
 
static consteval auto arity (std::size_t minus=0, auto... parameters)
 

Member Function Documentation

◆ arity()

template<typename T >
static consteval auto librepr::detail::ArityImpl< T >::arity ( std::size_t  minus = 0,
auto...  parameters 
)
inlinestatic

◆ arity_simple()

template<typename T >
static consteval auto librepr::detail::ArityImpl< T >::arity_simple ( auto...  parameters)
inlinestatic

◆ arity_simple_ag()

template<typename T >
template<typename... Trails>
static consteval auto librepr::detail::ArityImpl< T >::arity_simple_ag ( auto...  parameters)
inlinestatic

◆ array_length()

template<typename T >
template<typename... Fillers>
static consteval auto librepr::detail::ArityImpl< T >::array_length ( auto...  parameters)
inlinestatic

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