#ifndef SPROUT_PIT_BLANK_HPP #define SPROUT_PIT_BLANK_HPP #include #include #include #include namespace sprout { // // blank // struct blank {}; // // blank_pit // template inline SPROUT_CONSTEXPR sprout::pit > blank_pit() { return sprout::pit >(); } } // namespace sprout #endif // #ifndef SPROUT_PIT_BLANK_HPP