Synopses
Declared in <bslstl_vector.h>
iterator
emplace(const_iterator position);
template<class ARG>
iterator
emplace(
const_iterator position,
ARG&& arg);
Created with MrDocs
Declared in <bslstl_vector.h>
iterator
emplace(const_iterator position);
template<class ARG>
iterator
emplace(
const_iterator position,
ARG&& arg);
Created with MrDocs