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::are_base_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::are_base_of
< T, U, Ts... >::value
static
Initial value:
=
std::is_base_of<T, U>::value && are_base_of<T, Ts...>::value
The documentation for this struct was generated from the following file:
build/cppSource/wpiutil-cpp/headers/wpi/
STLExtras.h
wpi
are_base_of< T, U, Ts... >
Generated on Sun Jul 1 2018 16:47:18 for WPILibC++ by
1.8.11