SyTen
syten::MemoryUsage::TotalSize< T, decltype(std::declval< T >().totalSize())> Struct Template Reference

TotalSize specialisation if the member function T::totalSize() exists. More...

#include <memory_size.h>

Static Public Member Functions

constexpr static MemorySize get (T const &obj)
 Forwards the call to the member function. More...
 

Detailed Description

template<typename T>
struct syten::MemoryUsage::TotalSize< T, decltype(std::declval< T >().totalSize())>

TotalSize specialisation if the member function T::totalSize() exists.


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