MimIR 0.1
MimIR is my Intermediate Representation
|
#include <mim/util/util.h>
Public Types | |
using | T = typename std::remove_reference_t<Set>::value_type |
Public Member Functions | |
bool | push (T val) |
bool | empty () const |
const T & | top () |
T | pop () |
void | clear () |
using mim::unique_stack< Set >::T = typename std::remove_reference_t<Set>::value_type |
|
inline |
|
inline |
|
inline |
Definition at line 123 of file util.h.
References mim::pop().
|
inline |
|
inline |