MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::InplaceStack< T, N > Class Template Reference

Container class implementing in-place static sized stack. More...

#include <MRInplaceStack.h>

Public Member Functions

const T & top () const
 
T & top ()
 
bool empty () const
 
size_t size () const
 
void push (const T &value)
 
void push (T &&value)
 
void pop ()
 

Detailed Description

template<typename T, size_t N>
class MR::InplaceStack< T, N >

Container class implementing in-place static sized stack.


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