SyTen
syten::MemoryUsage::TotalSize< T, U > Struct Template Reference

TotalSize default implementation: Returns stackSize(obj) + allocSize(obj). More...

#include <memory_size.h>

Static Public Member Functions

constexpr static U get (T const &obj)
 Default implementation, calls stackSize() + allocSize() More...
 

Detailed Description

template<typename T, typename U>
struct syten::MemoryUsage::TotalSize< T, U >

TotalSize default implementation: Returns stackSize(obj) + allocSize(obj).


The documentation for this struct was generated from the following file: