Iros
Loading...
Searching...
No Matches
unreachable_sentinel.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
di::container
{
4
struct
UnreachableSentinel
{
5
template
<
typename
T>
6
constexpr
friend
auto
operator==
(
UnreachableSentinel
, T
const
&) ->
bool
{
7
return
false
;
8
}
9
};
10
11
constexpr
inline
auto
unreachable_sentinel
=
UnreachableSentinel
{};
12
}
di::container
Definition
sequence.h:12
di::container::unreachable_sentinel
constexpr auto unreachable_sentinel
Definition
unreachable_sentinel.h:11
di::container::UnreachableSentinel
Definition
unreachable_sentinel.h:4
di::container::UnreachableSentinel::operator==
constexpr friend auto operator==(UnreachableSentinel, T const &) -> bool
Definition
unreachable_sentinel.h:6
libs
di
include
di
container
iterator
unreachable_sentinel.h
Generated by
1.13.0