WPILibC++  2018.4.1-20180729124724-1140-gcbb62fb
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
wpi::is_one_of< T, Ts > Struct Template Reference

traits class for checking whether type T is one of any of the given types in the variadic list. More...

#include <STLExtras.h>

Static Public Attributes

static const bool value = false
 

Detailed Description

template<typename T, typename... Ts>
struct wpi::is_one_of< T, Ts >

traits class for checking whether type T is one of any of the given types in the variadic list.


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