Push a value onto the top of the stack.
Synopsis
Declared in <folly/synchronization/example/HazptrLockFreeLIFO.h>
void
push(T val);
Parameters
Name |
Description |
val |
The value to push. |
Created with MrDocs
Push a value onto the top of the stack.
Declared in <folly/synchronization/example/HazptrLockFreeLIFO.h>
void
push(T val);
Name |
Description |
val |
The value to push. |
Created with MrDocs