flippy
a c++20 package for dynamically triangulated membrane simulations.
Loading...
Searching...
No Matches
fp::implementation::BeginAndEndCopyConstructibleAndDestructible Concept Reference

Concept definition

template<typename C>
requires std::destructible<decltype(std::begin(c))> &&
std::destructible<decltype(std::end(c))> &&
std::copy_constructible<decltype(std::begin(c))> &&
std::copy_constructible<decltype(std::end(c))>;
}