xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
incrementable.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
post_incrementable.hpp
"
6
#include "
pre_incrementable.hpp
"
7
9
namespace
xtd
{
10
// Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/incrementable_.hpp
11
template
<
typename
type_t>
12
concept
incrementable
=
13
xtd::post_incrementable<type_t>
&&
14
xtd::pre_incrementable<type_t>
;
15
}
xtd::incrementable
Definition
incrementable.hpp:12
xtd::post_incrementable
Definition
post_incrementable.hpp:12
xtd::pre_incrementable
Definition
pre_incrementable.hpp:12
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
post_incrementable.hpp
Contains xtd::post_incrementable concept.
pre_incrementable.hpp
Contains xtd::pre_incrementable concept.
Generated on
for xtd by
Gammasoft
. All rights reserved.