Searched defs:mutating_delimiter2 (Results 1 – 1 of 1) sorted by relevance
41 struct mutating_delimiter2 { // same as above, w/o the const and the mutable struct42 mutating_delimiter2(char c = ' ') : c_(c) {} in mutating_delimiter2() function49 operator<<(std::basic_ostream<_CharT, _Traits>& os, mutating_delimiter2 &d) in operator <<() argument