MT Core (C++)
Core library for replacing C++ standard in project usage
|
Formats data with padding into a writer's output stream Uses Formatter<T> under the hood Usually will use extract_padding_options to get padding options. More...
#include <formats.hpp>
Static Public Member Functions | |
template<WriterImpl WI> | |
static Result< size_t, typename Writer< WI >::ErrType > | write_padded (Writer< WI > &writer, const PaddingOptions &padOpts, const FormatOptions &opts, const T &elem) |
Formats data with padding into a writer's output stream Uses Formatter<T> under the hood Usually will use extract_padding_options to get padding options.
T | Type of data to pad |
Definition at line 153 of file formats.hpp.
|
static |
Definition at line 791 of file formats.hpp.