DeSiGNAR
0.5a
Data Structures General Library
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
Designar
AllAreConvertible
Static Public Attributes
|
List of all members
Designar::AllAreConvertible< To, FromHead, FromTail > Struct Template Reference
#include <
typetraits.H
>
Static Public Attributes
static constexpr bool
value
Member Data Documentation
template<typename To , typename FromHead , typename... FromTail>
constexpr bool
Designar::AllAreConvertible
< To, FromHead, FromTail >::value
static
Initial value:
=
std::is_convertible<FromHead, To>::value
and
AllAreConvertible<To, FromTail...>
::value
The documentation for this struct was generated from the following file:
include/
typetraits.H
Generated by
1.8.11