|
fsm
|
A type-only sizeof wrapper that returns 0 where sizeof complains.
More...
#include <type_traits.h>


A type-only sizeof wrapper that returns 0 where sizeof complains.
| Type | The type of which to return the size. |
| The | size of the type if sizeof accepts it, 0 otherwise. |
1.8.13