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// SPDX-FileCopyrightText: Copyright (C) 2024 Tobias Hienzsch
3
4#ifndef TETL_TYPE_TRAITS_BASIC_COMMON_REFERENCE_HPP
5#define TETL_TYPE_TRAITS_BASIC_COMMON_REFERENCE_HPP
6
7namespace etl {
8
9/// \brief The class template basic_common_reference is a customization point
10/// that allows users to influence the result of common_reference for user-defined
11/// types (typically proxy references). The primary template is empty.
12template <typename T, typename U, template <typename> typename TQ, template <typename> typename UQ>
14
15} // namespace etl
16
17#endif // TETL_TYPE_TRAITS_BASIC_COMMON_REFERENCE_HPP
Definition adjacent_find.hpp:9
The class template basic_common_reference is a customization point that allows users to influence the...
Definition basic_common_reference.hpp:13