BinaryPredicate
  • References/C, C++/C++/Concepts

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

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

A Callable type is a type, for which the INVOKE operation, as defined by

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

A BidirectionalIterator is a F

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

A ForwardIterator is an Iterator that

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

Specifies that an object of the type can be constructed from a given set of arguments in uninitialized storage by a given allocator. Requirements

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

An AssociativeContainer is an ordered Container

2025-01-10 15:47:30