#ifndef SPROUT_STRING_NPOS_HPP #define SPROUT_STRING_NPOS_HPP #include #include namespace sprout { // // npos // namespace { SPROUT_STATIC_CONSTEXPR std::size_t npos = -1; } // anonymous-namespace } // namespace sprout #endif // #ifndef SPROUT_STRING_NPOS_HPP