Clementine
entt::size_of< Type, typename > Struct Template Reference

A type-only sizeof wrapper that returns 0 where sizeof complains. More...

#include <entt.hpp>

Inheritance diagram for entt::size_of< Type, typename >:
Inheritance graph
[legend]
Collaboration diagram for entt::size_of< Type, typename >:
Collaboration graph
[legend]

Detailed Description

template<typename Type, typename = void>
struct entt::size_of< Type, typename >

A type-only sizeof wrapper that returns 0 where sizeof complains.

Template Parameters
TypeThe type of which to return the size.
Thesize of the type if sizeof accepts it, 0 otherwise.

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