Sprout/sprout/container.hpp

9 lines
264 B
C++

#ifndef SPROUT_CONTAINER_HPP
#define SPROUT_CONTAINER_HPP
#include <sprout/config.hpp>
#include <sprout/container/traits.hpp>
#include <sprout/container/metafunctions.hpp>
#include <sprout/container/functions.hpp>
#endif // #ifndef SPROUT_CONTAINER_HPP