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