Voxeloop  0.1.0
Musical Loop Generation in Voxel World
Stack.hpp File Reference
#include "Error.hpp"
#include <climits>
#include <deque>
#include <iostream>
Include dependency graph for Stack.hpp:

Go to the source code of this file.

Classes

class  Stack< T, Container >
 A data structure that works in LIFO principle. More...
 

Variables

const auto MAX_SIZE = 100
 

Variable Documentation

◆ MAX_SIZE

const auto MAX_SIZE = 100