5 #ifndef VCCC_CONCEPTS_DERIVED_FROM_HPP_
6 #define VCCC_CONCEPTS_DERIVED_FROM_HPP_
37 template<
typename Derived,
typename Base>
40 std::is_base_of<Base, Derived>,
41 std::is_convertible<const volatile Derived*, const volatile Base*>
Definition: directory.h:12
Definition: conjunction.hpp:22
Models std::derived_from
Definition: derived_from.hpp:42