Searched refs:_TpP (Results 1 – 2 of 2) sorted by relevance
157 template <class _TpP,160 template <class _TpP>166 typedef ostream_iterator<_TpP> _Self;168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;180 _Self& operator=(const _TpP& __val) {195 template <class _TpP>197 iterator_category(const ostream_iterator<_TpP>&) { return output_iterator_tag(); } in iterator_category() argument199 template <class _TpP, class _CharT, class _Traits>201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); } in iterator_category() argument
6 # define _STLP_POINTERS_SPECIALIZE( _TpP ) argument