![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__concepts/semiregular.hpp>
The semiregular% concept specifies that a type is both copyable and default constructible. It is satisfied by types that behave similarly to built-in types like
int, except that they need not support comparison with
==`.