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

Method revert_construct

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

Source from the content-addressed store, hash-verified

60
61public:
62 explicit
63 revert_construct(
64 array& arr) noexcept
65 : arr_(&arr)
66 {
67 }
68
69 ~revert_construct()
70 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected