mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
231910c863
sprout/type/string.hpp 追加
16 lines
421 B
C++
16 lines
421 B
C++
#ifndef SPROUT_BREED_MATCHES_HPP
|
|
#define SPROUT_BREED_MATCHES_HPP
|
|
|
|
#include <type_traits>
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/breed/breed_fwd.hpp>
|
|
#include <sprout/breed/traits.hpp>
|
|
#include <sprout/breed/transform/when.hpp>
|
|
#include <sprout/breed/transform/impl.hpp>
|
|
|
|
namespace sprout {
|
|
namespace breed {
|
|
} // namespace breed
|
|
} // namespace sprout
|
|
|
|
#endif // #ifndef SPROUT_BREED_MATCHES_HPP
|