RandomAccessIterator
  • References/C, C++/C++/Concepts

A RandomAccessIterator is a

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

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

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

A ForwardIterator is an Iterator that

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

Requirements An UnformattedInputFunction is a stream input function that performs the following:

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

Specifies that a type is trivial type

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

The concept Compare is a set of requirements expected by some of the standard library facilities from the user-provided function

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

Requirements A FormattedInputFunction is a stream input function that performs the following:

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

A seed sequence is an object that produces unsigned integer values i in the range 0 ≤ i < 232 based on a consumed range of integer

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

Specifies that an instance of the type can be default constructed. Requirements The type T

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

Specifies that an instance of the type can be default-constructed in-place by a given allocator. Requirements The

2025-01-10 15:47:30