flippy
a c++20 package for dynamically triangulated membrane simulations.
Loading...
Searching...
No Matches
fp::Container Concept Reference
Concept definition
template
<
typename
C>
concept
fp::Container
=
implementation::Beginable<C>
&&
implementation::Endable<C>
&&
implementation::NeqableBeginAndEnd<C>
&&
implementation::BeginIncrementable<C>
&&
implementation::BeginDerefable<C>
&&
!
implementation::BeginDerefToVoid<C>
&&
implementation::BeginAndEndCopyConstructibleAndDestructible<C>
fp::Container
Definition
custom_concepts.hpp:55
fp::implementation::BeginAndEndCopyConstructibleAndDestructible
Definition
custom_concepts.hpp:45
fp::implementation::BeginDerefToVoid
Definition
custom_concepts.hpp:44
fp::implementation::BeginDerefable
Definition
custom_concepts.hpp:43
fp::implementation::BeginIncrementable
Definition
custom_concepts.hpp:42
fp::implementation::Beginable
Definition
custom_concepts.hpp:39
fp::implementation::Endable
Definition
custom_concepts.hpp:40
fp::implementation::NeqableBeginAndEnd
Definition
custom_concepts.hpp:41
fp
Container
Generated by
1.11.0