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