Behaves just like std::insert_iterator except that it calls emplace() instead of insert(). Uses perfect forwarding.
Synopsis
Declared in <folly/container/Iterator.h>
template<
typename Container,
bool implicit_unpack = true>
using emplace_iterator = /* implementation-defined */;
Created with MrDocs