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