tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
derived_from.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CONCEPTS_DERIVED_FROM_HPP
4#define TETL_CONCEPTS_DERIVED_FROM_HPP
5
8
9namespace etl {
10
16template <typename Derived, typename Base>
18
19} // namespace etl
20
21#endif // TETL_CONCEPTS_DERIVED_FROM_HPP
The concept derived_from<Derived, Base> is satisfied if and only if Base is a class type that is eith...
Definition derived_from.hpp:17
Definition adjacent_find.hpp:8
constexpr bool is_base_of_v
Definition is_base_of.hpp:39
constexpr bool is_convertible_v
Definition is_convertible.hpp:46