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

AllocSize specialisation if the member function T::allocSize() 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::AllocSize< T, decltype(std::declval< T >().allocSize())>

AllocSize specialisation if the member function T::allocSize() exists.


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