Sprout/sprout/container/traits.hpp

13 lines
493 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_range_traits.hpp>
#include <sprout/container/container_construct_traits.hpp>
#include <sprout/container/container_transform_traits.hpp>
2013-02-26 01:43:27 +00:00
#include <sprout/container/container_fitness_traits.hpp>
#include <sprout/container/sub_container_traits.hpp>
#endif // #ifndef SPROUT_CONTAINER_TRAITS_HPP