Support for literal suffix _sz creating size_t values. More...
#include <cstddef>
Go to the source code of this file.
Functions | |
size_t | operator"" _sz (unsigned long long int x) |
Support for literal suffix _sz creating size_t values.
Definition in file literal_sz.h.
|
inline |
This operator allows you to write size_t literals like 5_sz.
Definition at line 16 of file literal_sz.h.