C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::intrusive::stack< T > Class Template Reference

A simple stack implementation with singly-linked nodes. More...

#include <stack.hpp>

Public Types

using pointer = T*
 

Public Member Functions

 stack (const stack &)=delete
 
stackoperator= (const stack &)=delete
 
void push (pointer ptr)
 
pointer pop ()
 
bool empty () const noexcept
 

Detailed Description

template<class T>
class caf::intrusive::stack< T >

A simple stack implementation with singly-linked nodes.


The documentation for this class was generated from the following file: