Home | History | Annotate | Download | only in re.alg.replace

Lines Matching defs:Out

15 //     regex_replace(OutputIterator out,
32 typedef output_iterator<char*> Out;
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
44 typedef output_iterator<char*> Out;
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
57 typedef output_iterator<char*> Out;
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
70 typedef output_iterator<char*> Out;
73 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
83 typedef output_iterator<char*> Out;
86 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
96 typedef output_iterator<char*> Out;
99 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),