Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes a dependency.
template<class Ty>
Ty kill_dependency(
TyArg
) _NOEXCEPT;
Parameters
- Arg
A value of type Ty.
Return Value
The return value is Arg. The evaluation of Arg does not carry a dependency to the function call. By breaking a possible dependency chain, the function might permit the compiler to generate more efficient code.
Requirements
Header: atomic
Namespace: std