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

Method array

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

Source from the content-addressed store, hash-verified

135
136template<class InputIt, class>
137array::
138array(
139 InputIt first, InputIt last,
140 storage_ptr sp)
141 : array(
142 first, last,
143 std::move(sp),
144 iter_cat<InputIt>{})
145{
146 BOOST_CORE_STATIC_ASSERT((
147 std::is_constructible<value, decltype(*first)>::value));
148}
149
150//----------------------------------------------------------
151//

Callers

nothing calls this directly

Calls 2

sizeFunction · 0.85
commitMethod · 0.45

Tested by

no test coverage detected