2012-03-31 16:24:13 +09:00
|
|
|
#ifndef SPROUT_CONTAINER_TRAITS_HPP
|
|
|
|
#define SPROUT_CONTAINER_TRAITS_HPP
|
|
|
|
|
|
|
|
#include <sprout/config.hpp>
|
|
|
|
#include <sprout/container/container_traits.hpp>
|
2013-04-22 13:04:27 +09:00
|
|
|
#include <sprout/container/container_range_traits.hpp>
|
2012-03-31 16:24:13 +09:00
|
|
|
#include <sprout/container/container_construct_traits.hpp>
|
|
|
|
#include <sprout/container/container_transform_traits.hpp>
|
2013-02-26 10:43:27 +09:00
|
|
|
#include <sprout/container/container_fitness_traits.hpp>
|
2012-03-31 16:24:13 +09:00
|
|
|
#include <sprout/container/sub_container_traits.hpp>
|
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_CONTAINER_TRAITS_HPP
|