tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
derived_from.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Concepts

concept  etl::derived_from
 The concept derived_from<Derived, Base> is satisfied if and only if Base is a class type that is either Derived or a public and unambiguous base of Derived, ignoring cv-qualifiers. Note that this behaviour is different to is_base_of when Base is a private or protected base of Derived.