Loading...
Searching...
No Matches
bbm
concepts
has_decrement
bbm::concepts::has_decrement Concept Reference
#include <
util.h
>
Concept definition
template
<
typename
T>
concept
bbm::concepts::has_decrement
=
requires
(T a)
{
{ a-- };
{ --a };
}
bbm::concepts::has_decrement
Definition:
util.h:112