xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
forward_iterable.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
iterable.hpp
"
6
8
namespace
xtd
{
9
// Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/forward_iterable_.hpp
10
template
<
typename
value_t>
11
concept
forward_iterable
=
xtd::iterable<value_t>
&& std::forward_iterator<decltype(std::begin(std::declval<value_t&>()))>;
12
}
13
14
#include "
forward_iterable_value_type.hpp
"
xtd::forward_iterable
Definition
forward_iterable.hpp:11
xtd::iterable
Definition
iterable.hpp:15
forward_iterable_value_type.hpp
Contains xtd::forward_iterable_value_type alias.
iterable.hpp
Contains xtd::iterable concept.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.