MCPcopy Create free account
hub / github.com/ablab/spades / pad

Function pad

ext/include/cppformat/format.h:1181–1186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1179/* default to char (C++11). */ \
1180template <char TYPE_CODE, typename Char> \
1181inline IntFormatSpec<TYPE, AlignTypeSpec<TYPE_CODE>, Char> pad( \
1182 IntFormatSpec<TYPE, TypeSpec<TYPE_CODE>, Char> f, \
1183 unsigned width, Char fill) { \
1184 return IntFormatSpec<TYPE, AlignTypeSpec<TYPE_CODE>, Char>( \
1185 f.value(), AlignTypeSpec<TYPE_CODE>(width, fill)); \
1186} \
1187 \
1188inline IntFormatSpec<TYPE, AlignTypeSpec<0> > pad( \
1189 TYPE value, unsigned width) { \

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected