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
7
namespace
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.
12
///
13
/// \ingroup type_traits
14
template
<
typename
T,
typename
U,
template
<
typename
>
typename
TQ,
template
<
typename
>
typename
UQ>
15
struct
basic_common_reference
{ };
16
17
}
// namespace etl
18
19
#
endif
// TETL_TYPE_TRAITS_BASIC_COMMON_REFERENCE_HPP
etl
Definition
adjacent_find.hpp:9
etl::basic_common_reference
The class template basic_common_reference is a customization point that allows users to influence the...
Definition
basic_common_reference.hpp:15
include
etl
_type_traits
basic_common_reference.hpp
Generated on Sat Sep 20 2025 23:50:58 for tetl by
1.9.8