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

A RandomAccessIterator is a

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

Any lvalue or rvalue of this type can be swapped with any lvalue or rvalue of some other type, using unqualified function call swap() in the context where both

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

A ForwardIterator is an Iterator that

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

A BidirectionalIterator is a F

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

Specifies that a type is trivial type

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

Unordered associative containers are Containers

2025-01-10 15:47:30