Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
Brush::is_one_of< First, Next > Struct Template Reference

checks whether any of the types match the first one. More...

#include <types.h>

Static Public Attributes

static constexpr bool value {(std::is_same_v<First,Next> || ...)}
 

Detailed Description

template<typename First, typename ... Next>
struct Brush::is_one_of< First, Next >

checks whether any of the types match the first one.

Template Parameters
First
...Next

Definition at line 29 of file types.h.

Member Data Documentation

◆ value

template<typename First , typename ... Next>
constexpr bool Brush::is_one_of< First, Next >::value {(std::is_same_v<First,Next> || ...)}
staticconstexpr

Definition at line 30 of file types.h.


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