LessThanComparable
  • References/C, C++/C++/Concepts

The type must work with < operator and the result should have standard semantics. Requirements The type

2025-01-10 15:47:30
Container
  • References/C, C++/C++/Concepts

A Container is an object used to store other objects and taking care of the management of the memory used by the objects it contains.

2025-01-10 15:47:30
TrivialClock
  • References/C, C++/C++/Concepts

The TrivialClock concept describes the requirements satisfied by all the clocks in the

2025-01-10 15:47:30
NullablePointer
  • References/C, C++/C++/Concepts

Specifies that the type is a pointer-like object which can be compared to std::nullptr_t objects. Requirements

2025-01-10 15:47:30
UnformattedOutputFunction
  • References/C, C++/C++/Concepts

Requirements A UnformattedOutputFunction is a stream output function that performs the following:

2025-01-10 15:47:30
Hash
  • References/C, C++/C++/Concepts

A Hash is a function object for which the output depends only on the input and has a very low probability of yielding the same

2025-01-10 15:47:30
NumericType
  • References/C, C++/C++/Concepts

Specifies that the type can be used as the template argument of

2025-01-10 15:47:30
Predicate
  • References/C, C++/C++/Concepts

The Predicate concept describes a function object that takes a single iterator argument that is dereferenced and used to return a value testable as a bool

2025-01-10 15:47:30
MoveAssignable
  • References/C, C++/C++/Concepts

Specifies that an instance of the type can be assigned from an

2025-01-10 15:47:30