Przejdź do głównej zawartości

77 dokumentów otagowanych w "named_req"

Wyświetl wszystkie tagi

C++ named requirements:BasicLockable

The BasicLockable requirements describe the minimal characteristics of types that provide exclusive blocking semantics for execution agents (i.e. threads).

C++ named requirements:Compare

Compare is a set of requirements expected by some of the standard library facilities from the user-provided function object types.

C++ named requirements:Container

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.

C++ named requirements:Hash

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

C++ named requirements:PODType

Specifies that the type is POD (Plain Old Data) type. This means the type is compatible with the types used in the C programming language,

C++ named requirements:RandomNumberEngine

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

C++ named requirements:SharedTimedLockable

The SharedTimedLockable requirements describe the characteristics of types that provide timed shared blocking semantics for execution agents (threads, processes, tasks).

C++ named requirements:Swappable

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

C++ named requirements:TimedLockable

The SharedLockable requirements describe the minimal characteristics of types that provide shared blocking semantics for execution agents (i.e. threads).

C++ named requirements:UnaryTypeTrait

A UnaryTypeTrait is a class template that describes a property of its template type parameter with an integralconstant (typically boolconstant) specialization.

77 dokumentów otagowanych w "named_req"

Wyświetl wszystkie tagi

C++ named requirements:BasicLockable

The BasicLockable requirements describe the minimal characteristics of types that provide exclusive blocking semantics for execution agents (i.e. threads).

C++ named requirements:Compare

Compare is a set of requirements expected by some of the standard library facilities from the user-provided function object types.

C++ named requirements:Container

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.

C++ named requirements:Hash

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

C++ named requirements:PODType

Specifies that the type is POD (Plain Old Data) type. This means the type is compatible with the types used in the C programming language,

C++ named requirements:RandomNumberEngine

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

C++ named requirements:SharedTimedLockable

The SharedTimedLockable requirements describe the characteristics of types that provide timed shared blocking semantics for execution agents (threads, processes, tasks).

C++ named requirements:Swappable

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

C++ named requirements:TimedLockable

The SharedLockable requirements describe the minimal characteristics of types that provide shared blocking semantics for execution agents (i.e. threads).

C++ named requirements:UnaryTypeTrait

A UnaryTypeTrait is a class template that describes a property of its template type parameter with an integralconstant (typically boolconstant) specialization.