xtd 0.2.0
Loading...
Searching...
No Matches
decrementable.hpp
Go to the documentation of this file.
1
4#pragma once
7
9namespace 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 =
15}
Definition decrementable.hpp:12
Definition post_decrementable.hpp:12
Definition pre_decrementable.hpp:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::post_decrementable concept.
Contains xtd::pre_decrementable concept.