Brush C++ API
A flexible interpretable machine learning framework
|
#include <signatures.h>
Public Types | |
template<std::size_t N> | |
using | NthType = Arg |
using | type = decltype(make_signature(Indices{})) |
Static Public Member Functions | |
template<size_t ... Is> | |
static constexpr auto | make_signature (std::index_sequence< Is... >) |
Definition at line 142 of file signatures.h.
using Brush::NarySignature< R, Arg, ArgCount, Indices >::NthType = Arg |
Definition at line 145 of file signatures.h.
using Brush::NarySignature< R, Arg, ArgCount, Indices >::type = decltype(make_signature(Indices{})) |
Definition at line 153 of file signatures.h.