Searched refs:_M_string (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_iterator.h878 const char* _M_string; member in class:ostream_iterator
886 ostream_iterator(ostream& __s) : _M_stream(&__s), _M_string(0) {}
888 : _M_stream(&__s), _M_string(__c) {}
891 if (_M_string) *_M_stream << _M_string; local

Completed in 35 milliseconds