flippy
a c++20 package for dynamically triangulated membrane simulations.
Loading...
Searching...
No Matches
fp::implementation::BeginDerefToVoid Concept Reference
Concept definition
template
<
typename
C>
concept
fp::implementation::BeginDerefToVoid
=
requires
(C c) {{ *std::begin(c) } -> std::same_as<void>; }
fp::implementation::BeginDerefToVoid
Definition
custom_concepts.hpp:44
fp
implementation
BeginDerefToVoid
Generated by
1.11.0