Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
has_value Concept Reference
#include <
Binder.hpp
>
Concept definition
template
<
typename
T>
concept
has_value
=
requires
( T& t ) {
{
t.value()
} -> std::same_as< typename T::value_type& >;
}
has_value
Definition
Binder.hpp:20
has_value
Generated by
1.13.2