Sprout/sprout/breed/matches.hpp

19 lines
468 B
C++
Raw Normal View History

#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 {
2012-03-23 14:06:06 +00:00
namespace detail {
} // namespace detail
} // namespace breed
} // namespace sprout
#endif // #ifndef SPROUT_BREED_MATCHES_HPP