Libftpp
A modern C++ library
data_structure.hpp
Go to the documentation of this file.
1 #ifndef DATA_STRUCTURE_HPP
2 #define DATA_STRUCTURE_HPP
3 
5 #include "pool/pool.hpp"
6 
7 #endif