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

checks whether all the types match. 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::all_same< First, Next >

checks whether all the types match.

Template Parameters
First
...Next

Definition at line 19 of file types.h.

Member Data Documentation

◆ value

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

Definition at line 20 of file types.h.


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