Iros
Loading...
Searching...
No Matches
container.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
di/container/interface/begin.h
"
4
#include "
di/container/interface/end.h
"
5
6
namespace
di::concepts
{
7
template
<
typename
T>
8
concept
Container
=
requires
(T& value) {
9
container::begin
(value);
10
container::end
(value);
11
};
12
}
begin.h
di::concepts::Container
Definition
container.h:8
end.h
di::concepts
Definition
any_storable.h:9
di::container::end
constexpr auto end
Definition
end.h:47
di::container::begin
constexpr auto begin
Definition
begin.h:44
libs
di
include
di
container
concepts
container.h
Generated by
1.13.0