Iros
Loading...
Searching...
No Matches
forward_container.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
di/container/concepts/forward_iterator.h
"
4
#include "
di/container/concepts/input_container.h
"
5
6
namespace
di::concepts
{
7
template
<
typename
T>
8
concept
ForwardContainer
=
InputContainer<T>
&&
ForwardIterator<meta::ContainerIterator<T>
>;
9
}
di::concepts::ForwardContainer
Definition
forward_container.h:8
di::concepts::ForwardIterator
Definition
forward_iterator.h:10
di::concepts::InputContainer
Definition
input_container.h:8
forward_iterator.h
input_container.h
di::concepts
Definition
any_storable.h:9
libs
di
include
di
container
concepts
forward_container.h
Generated by
1.13.0