tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
basic_common_reference.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_TYPE_TRAITS_BASIC_COMMON_REFERENCE_HPP
4#define TETL_TYPE_TRAITS_BASIC_COMMON_REFERENCE_HPP
5
6namespace etl {
7
11template <typename T, typename U, template <typename> typename TQ, template <typename> typename UQ>
13
14} // namespace etl
15
16#endif // TETL_TYPE_TRAITS_BASIC_COMMON_REFERENCE_HPP
Definition adjacent_find.hpp:8
The class template basic_common_reference is a customization point that allows users to influence the...
Definition basic_common_reference.hpp:12