xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
decrementable.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
post_decrementable.hpp
"
6
#include "
pre_decrementable.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/decrementable_.hpp
11
template
<
typename
type_t>
12
concept
decrementable
=
13
xtd::post_decrementable<type_t>
&&
14
xtd::pre_decrementable<type_t>
;
15
}
xtd::decrementable
Definition
decrementable.hpp:12
xtd::post_decrementable
Definition
post_decrementable.hpp:12
xtd::pre_decrementable
Definition
pre_decrementable.hpp:12
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
post_decrementable.hpp
Contains xtd::post_decrementable concept.
pre_decrementable.hpp
Contains xtd::pre_decrementable concept.
Generated on
for xtd by
Gammasoft
. All rights reserved.