MCPcopy Create free account
hub / github.com/davisking/dlib / ramdump

Function ramdump

dlib/serialize.h:313–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311 // This function just makes a ramdump that wraps an object.
312 template <typename T>
313 ramdump_t<typename std::remove_reference<T>::type> ramdump(T&& item)
314 {
315 return ramdump_t<typename std::remove_reference<T>::type>(item);
316 }
317
318
319 template <

Callers 2

serializeFunction · 0.85
test_stringsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_stringsFunction · 0.68