WPILibC++
unspecified
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
Static Public Attributes
|
List of all members
wpi::is_one_of< T, U, Ts... > Struct Template Reference
Static Public Attributes
static const bool
value
Member Data Documentation
template<typename T , typename U , typename... Ts>
const bool
wpi::is_one_of
< T, U, Ts... >::value
static
Initial value:
=
std::is_same<T, U>::value || is_one_of<T, Ts...>::value
The documentation for this struct was generated from the following file:
build/cppSource/wpiutil-cpp/headers/wpi/
STLExtras.h
wpi
is_one_of< T, U, Ts... >
Generated on Sun Jul 1 2018 15:46:18 for WPILibC++ by
1.8.11