tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
common_reference_with.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CONCEPTS_COMMON_REFERENCE_WITH_HPP
4#define TETL_CONCEPTS_COMMON_REFERENCE_WITH_HPP
5
9
10namespace etl {
11
12// clang-format off
13
15template <typename T, typename U>
20
21// clang-format on
22
23} // namespace etl
24
25#endif // TETL_CONCEPTS_COMMON_REFERENCE_WITH_HPP
Definition common_reference_with.hpp:16
The concept convertible_to<From, To> specifies that an expression of the same type and value category...
Definition convertible_to.hpp:18
The concept same_as<T, U> is satisfied if and only if T and U denote the same type....
Definition same_as.hpp:19
Definition adjacent_find.hpp:8
typename common_reference< T... >::type common_reference_t
Definition common_reference.hpp:38