tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | is_base_of< Base, Derived > |
If Derived is derived from Base or if both are the same non-union class (in both cases ignoring cv-qualification), provides the member constant value equal to true. Otherwise value is false. More... | |
Namespaces | |
namespace | etl |
Variables | |
template<typename Base, typename Derived> | |
constexpr bool | is_base_of_v = is_base_of<Base, Derived>::value |