Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
Brush::SigBase< R > Struct Template Reference

specialization for terminals More...

#include <signatures.h>

Public Types

using RetType = R
 
using ArgTypes = void
 
using FirstArg = void
 
using WeightType = typename WeightType<R>::type
 
using RetType
 
using FirstArg
 
using ArgTypes
 ArgTypes is a std::array if the types are shared, otherwise it is a tuple.
 
using NthType
 
using WeightType
 
using Function
 

Static Public Member Functions

static constexpr auto get_ret_type ()
 
static constexpr auto get_arg_types ()
 
static constexpr auto get_args_type ()
 
static constexpr std::size_t hash ()
 
static constexpr auto get_arg_types (std::index_sequence< Is... >)
 
static constexpr auto get_arg_types ()
 
static constexpr auto get_args_type ()
 
static constexpr auto get_ret_type ()
 
static constexpr bool contains ()
 
static constexpr std::size_t hash_args ()
 
static constexpr std::size_t hash ()
 

Static Public Attributes

static constexpr std::size_t ArgCount = 0
 
static constexpr std::size_t ArgCount
 

Detailed Description

template<typename R>
struct Brush::SigBase< R >

specialization for terminals

Definition at line 112 of file signatures.h.

Member Typedef Documentation

◆ ArgTypes [1/2]

using Brush::SigBase< R, Args >::ArgTypes

ArgTypes is a std::array if the types are shared, otherwise it is a tuple.

Definition at line 72 of file signatures.h.

◆ ArgTypes [2/2]

template<typename R>
using Brush::SigBase< R >::ArgTypes = void

Definition at line 115 of file signatures.h.

◆ FirstArg [1/2]

using Brush::SigBase< R, Args >::FirstArg

Definition at line 65 of file signatures.h.

◆ FirstArg [2/2]

template<typename R>
using Brush::SigBase< R >::FirstArg = void

Definition at line 116 of file signatures.h.

◆ Function

using Brush::SigBase< R, Args >::Function

Definition at line 83 of file signatures.h.

◆ NthType

using Brush::SigBase< R, Args >::NthType

Definition at line 77 of file signatures.h.

◆ RetType [1/2]

using Brush::SigBase< R, Args >::RetType

Definition at line 62 of file signatures.h.

◆ RetType [2/2]

template<typename R>
using Brush::SigBase< R >::RetType = R

Definition at line 114 of file signatures.h.

◆ WeightType [1/2]

using Brush::SigBase< R, Args >::WeightType

Definition at line 81 of file signatures.h.

◆ WeightType [2/2]

template<typename R>
using Brush::SigBase< R >::WeightType = typename WeightType<R>::type

Definition at line 117 of file signatures.h.

Member Function Documentation

◆ contains()

static constexpr bool Brush::SigBase< R, Args >::contains ( )
inlinestaticconstexpr

Definition at line 104 of file signatures.h.

◆ get_arg_types() [1/3]

static constexpr auto Brush::SigBase< R, Args >::get_arg_types ( )
inlinestaticconstexpr

Definition at line 91 of file signatures.h.

◆ get_arg_types() [2/3]

template<typename R>
static constexpr auto Brush::SigBase< R >::get_arg_types ( )
inlinestaticconstexpr

Definition at line 120 of file signatures.h.

◆ get_arg_types() [3/3]

static constexpr auto Brush::SigBase< R, Args >::get_arg_types ( std::index_sequence< Is... > )
inlinestaticconstexpr

Definition at line 86 of file signatures.h.

◆ get_args_type() [1/2]

static constexpr auto Brush::SigBase< R, Args >::get_args_type ( )
inlinestaticconstexpr

Definition at line 94 of file signatures.h.

◆ get_args_type() [2/2]

template<typename R>
static constexpr auto Brush::SigBase< R >::get_args_type ( )
inlinestaticconstexpr

Definition at line 121 of file signatures.h.

◆ get_ret_type() [1/2]

static constexpr auto Brush::SigBase< R, Args >::get_ret_type ( )
inlinestaticconstexpr

Definition at line 101 of file signatures.h.

◆ get_ret_type() [2/2]

template<typename R>
static constexpr auto Brush::SigBase< R >::get_ret_type ( )
inlinestaticconstexpr

Definition at line 119 of file signatures.h.

◆ hash() [1/2]

static constexpr std::size_t Brush::SigBase< R, Args >::hash ( )
inlinestaticconstexpr

Definition at line 108 of file signatures.h.

◆ hash() [2/2]

template<typename R>
static constexpr std::size_t Brush::SigBase< R >::hash ( )
inlinestaticconstexpr

Definition at line 122 of file signatures.h.

◆ hash_args()

static constexpr std::size_t Brush::SigBase< R, Args >::hash_args ( )
inlinestaticconstexpr

Definition at line 106 of file signatures.h.

Member Data Documentation

◆ ArgCount [1/2]

std::size_t Brush::SigBase< R, Args >::ArgCount
staticconstexpr

Definition at line 63 of file signatures.h.

◆ ArgCount [2/2]

template<typename R>
std::size_t Brush::SigBase< R >::ArgCount = 0
staticconstexpr

Definition at line 118 of file signatures.h.


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