MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / emplace

Method emplace

include/jsoncons/json_array.hpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206 template <typename A=allocator_type,typename... Args>
207 typename std::enable_if<std::allocator_traits<A>::is_always_equal::value,iterator>::type
208 emplace(const_iterator pos, Args&&... args)
209 {
210 return elements_.emplace(pos, std::forward<Args>(args)...);
211 }
212
213 template <typename... Args>
214 Json& emplace_back(Args&&... args)

Callers 15

playing_aroundFunction · 0.80
emplaceFunction · 0.80
insertMethod · 0.80
insertMethod · 0.80
insert_or_assignMethod · 0.80
try_emplaceMethod · 0.80
mergeMethod · 0.80
insertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected