capydi
Loading...
Searching...
No Matches
capy::meta::template_fv< 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_fv< Template, REQUIRED_ARITY, OPTIONAL_ARITIES >::META_CALLABLE_ARITIES
staticconstexpr
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_fv< Template, REQUIRED_ARITY, OPTIONAL_ARITIES >::META_CALLABLE_TAGS
staticconstexpr
Initial value:

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