T-SIMD v31.1.0
A C++ template SIMD library
|
Class for generating format strings for printf for SIMD types. More...
Class for generating format strings for printf for SIMD types.
T | type for which to generate a format string |
Public Member Functions | |
Format (int fieldWidth=-1, int precision=-1) | |
Constructor. | |
Public Attributes | |
char | format [256] |
The generated format string. | |
|
inline |
Constructor.
fieldWidth | field width (e.g. 4 for "%4d") |
precision | precision (e.g. 2 for "%.2f") |