codecvt::out

result out(State state&,
    const From *first1, const From *last1, const From *next1,
    To *first2, To *last2, To *next2);

The member function returns do_out(state, first1, last1, next1, first2, last2, next2).