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