mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
12 lines
493 B
C++
12 lines
493 B
C++
#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>
|
|
#include <sprout/container/container_fitness_traits.hpp>
|
|
#include <sprout/container/sub_container_traits.hpp>
|
|
|
|
#endif // #ifndef SPROUT_CONTAINER_TRAITS_HPP
|