Searched refs:is_nonret (Results 1 – 1 of 1) sorted by relevance
593 bool is_nonret(Char E)const in is_nonret() function in boost::char_delimiters_separator625 for (;next!=end && ( is_nonret(*next) || (is_ret(*next) in operator ()()640 for (;next!=end && !is_nonret(*next) && !is_ret(*next);++next) in operator ()()