MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / new_clone

Function new_clone

include/win/boost/ptr_container/ptr_array.hpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217
218 template< typename T, size_t size, typename CA >
219 inline ptr_array<T,size,CA>* new_clone( const ptr_array<T,size,CA>& r )
220 {
221 return r.clone().release();
222 }
223
224 /////////////////////////////////////////////////////////////////////////
225 // swap

Callers

nothing calls this directly

Calls 2

releaseMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected