Home | History | Annotate | Download | only in bits

Lines Matching refs:__dest

6054       param(OutputIterator __dest) const
6055 { std::copy(_M_v.begin(), _M_v.end(), __dest); }