Sprout/sprout/breed/matches.hpp
2012-03-23 23:06:06 +09:00

18 lines
468 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 detail {
} // namespace detail
} // namespace breed
} // namespace sprout
#endif // #ifndef SPROUT_BREED_MATCHES_HPP