Home | History | Annotate | Download | only in stl

Lines Matching refs:c_string

1876   iterator insert(const iterator& __p, const _CharT* c_string)
1877 { insert(__p.index(), c_string); return __p; }