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

#include <nodetype.h>

Static Public Attributes

static constexpr bool value = (std::is_same_v<T, Ts> || ...)
 

Detailed Description

template<typename T, typename... Ts>
struct is_any< T, Ts >

Definition at line 254 of file nodetype.h.

Member Data Documentation

◆ value

template<typename T, typename... Ts>
bool is_any< T, Ts >::value = (std::is_same_v<T, Ts> || ...)
staticconstexpr

Definition at line 255 of file nodetype.h.


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