Searched defs:SplitIterable (Results 1 – 1 of 1) sorted by relevance
274 struct SplitIterable { struct275 std::string_view whole;276 std::string_view separator;278 constexpr SplitIterator begin() { in begin()282 constexpr SplitIterator end() { in end()808 using SplitIterable = StringSplit::SplitIterable; typedef