tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
can_reference.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_ITERATOR_CAN_REFERENCE_HPP
4
#define TETL_ITERATOR_CAN_REFERENCE_HPP
5
6
namespace
etl::detail {
7
8
template
<
typename
T>
9
using
with_reference = T&;
10
11
template
<
typename
T>
12
concept
can_reference =
requires
{
typename
with_reference<T>; };
13
14
}
// namespace etl::detail
15
16
#endif
// TETL_ITERATOR_CAN_REFERENCE_HPP
include
etl
_iterator
can_reference.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0