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
UnorderedAssociativeContainer
  • References/C, C++/C++/Concepts

Unordered associative containers are Containers

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
TrivialType
  • References/C, C++/C++/Concepts

Specifies that a type is trivial type

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

The Clock concept describes a bundle consisting of a

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

The TimedMutex concept extends the

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

Specifies that a type is standard layout type. Standard layout types are useful for communicating with code written in other programming languages. Note

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

A ReversibleContainer is a Container

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

Specifies that a type is a literal type. Literal types are the types of

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

A uniform random number generator is a function object returning unsigned integer values such that each value in the range of possible results has (ideally) equal probability

2025-01-10 15:47:30