literal_sz.h
Go to the documentation of this file.
1 #pragma once
2 
11 #include <cstddef>
12 
16 inline size_t operator "" _sz(unsigned long long int x) // NOLINT
17 {
18  return x;
19 }


cras_cpp_common
Author(s): Martin Pecka
autogenerated on Mon Jun 17 2024 02:48:56