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

Function make_array

include/win/boost/serialization/array.hpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117template<class T>
118inline
119const array< T > make_array( T* t, std::size_t s){
120 return array< T >(t, s);
121}
122
123// implement serialization for boost::array
124template <class Archive, class T, std::size_t N>

Callers 11

saveFunction · 0.85
loadFunction · 0.85
saveFunction · 0.85
loadFunction · 0.85
array_send_implMethod · 0.85
array_isend_implMethod · 0.85
save_implFunction · 0.85
load_implFunction · 0.85
save_overrideMethod · 0.85
invokeMethod · 0.85
invokeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected