Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
is_in< T, Ts > Struct Template Reference

#include <nodetype.h>

Static Public Attributes

static constexpr bool value = ((T == Ts) || ...)
 

Detailed Description

template<NodeType T, NodeType... Ts>
struct is_in< T, Ts >

Definition at line 246 of file nodetype.h.

Member Data Documentation

◆ value

template<NodeType T, NodeType... Ts>
constexpr bool is_in< T, Ts >::value = ((T == Ts) || ...)
staticconstexpr

Definition at line 248 of file nodetype.h.


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