capydi
Loading...
Searching...
No Matches
capy::meta::template_ft< Template, REQUIRED_ARITY, OPTIONAL_ARITIES > Struct Template Reference
#include <
Template.hpp
>
Classes
struct
Functor
Static Public Attributes
static constexpr std::array
META_CALLABLE_TAGS
static constexpr std::array
META_CALLABLE_ARITIES
Member Data Documentation
◆
META_CALLABLE_ARITIES
template<template< typename... > typename Template,
MetaArity
REQUIRED_ARITY, MetaArity... OPTIONAL_ARITIES>
std::array
capy::meta::template_ft
< Template, REQUIRED_ARITY, OPTIONAL_ARITIES >::META_CALLABLE_ARITIES
static
constexpr
Initial value:
= {
REQUIRED_ARITY,
OPTIONAL_ARITIES...
}
◆
META_CALLABLE_TAGS
template<template< typename... > typename Template,
MetaArity
REQUIRED_ARITY, MetaArity... OPTIONAL_ARITIES>
std::array
capy::meta::template_ft
< Template, REQUIRED_ARITY, OPTIONAL_ARITIES >::META_CALLABLE_TAGS
static
constexpr
Initial value:
= {
MetaCallableTag::TYPE_CALLABLE
,
}
capy::meta::MetaCallableTag::TYPE_CALLABLE
@ TYPE_CALLABLE
Definition
Trait.hpp:14
The documentation for this struct was generated from the following file:
core/capymeta/include/capymeta/primitives/
Template.hpp
capy
meta
template_ft
Generated by
1.15.0