Relative Content

Tag Archive for c++variadic

Compile time C string length in variadic method

I have a simplified version of a class that I named Printer for SO. The real version takes data of various types and writes them to a buffer. I also have a method that can give the compile time length of a C string called constexprStrlen:

Compile time CString length in variadic method

I have a simplified version of a class that I named Printer for SO. The real version takes data of various types and writes them to a buffer. I also have a method that can give the compile time length of a CString called constexprStrlen: