Home
last modified time | relevance | path

Searched defs:mutating_delimiter2 (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/
H A Dostream_joiner.op.assign.pass.cpp41 struct mutating_delimiter2 { // same as above, w/o the const and the mutable struct
42 mutating_delimiter2(char c = ' ') : c_(c) {} in mutating_delimiter2() function
49 operator<<(std::basic_ostream<_CharT, _Traits>& os, mutating_delimiter2 &d) in operator <<() argument