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