Sprout/sprout/container/traits.hpp

11 lines
379 B
C++
Raw Normal View History

#ifndef SPROUT_CONTAINER_TRAITS_HPP
#define SPROUT_CONTAINER_TRAITS_HPP
#include <sprout/config.hpp>
#include <sprout/container/container_traits.hpp>
#include <sprout/container/container_construct_traits.hpp>
#include <sprout/container/container_transform_traits.hpp>
#include <sprout/container/sub_container_traits.hpp>
#endif // #ifndef SPROUT_CONTAINER_TRAITS_HPP