VCCC  2024.05
VisualCamp Common C++ library
semiregular< T > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__concepts/semiregular.hpp>

+ Inheritance diagram for semiregular< T >:

Detailed Description

template<typename T>
struct vccc::semiregular< T >

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 likeint, except that they need not support comparison with==`.

See also
std::semiregular
regular

The documentation for this struct was generated from the following file: