Go to the source code of this file.
Classes | |
struct | coal::internal::memory_footprint_evaluator< T > |
Namespaces | |
coal | |
Main namespace. | |
coal::internal | |
Functions | |
template<typename T > | |
size_t | coal::computeMemoryFootprint (const T &object) |
Returns the memory footpring of the input object. For POD objects, this function returns the result of sizeof(T) More... | |