MCPcopy Create free account
hub / github.com/boostorg/json / insert

Method insert

include/boost/json/impl/array.hpp:157–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156template<class InputIt, class>
157auto
158array::
159insert(
160 const_iterator pos,
161 InputIt first, InputIt last) ->
162 iterator
163{
164 BOOST_CORE_STATIC_ASSERT((
165 std::is_constructible<value, decltype(*first)>::value));
166 return insert(pos, first, last,
167 iter_cat<InputIt>{});
168}
169
170template<class Arg>
171auto

Callers

nothing calls this directly

Calls 4

dataClass · 0.85
sizeMethod · 0.45
dataMethod · 0.45
commitMethod · 0.45

Tested by

no test coverage detected