MCPcopy Create free account
hub / github.com/catboost/catboost / RightPad

Function RightPad

util/stream/format.h:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 */
259template <typename T>
260static constexpr ::NFormatPrivate::TRightPad<T> RightPad(const T& value, const size_t width, const char padc = ' ') noexcept {
261 return ::NFormatPrivate::TRightPad<T>(value, width, padc);
262}
263
264template <typename T, int N>
265static constexpr ::NFormatPrivate::TRightPad<const T*> RightPad(const T (&value)[N], const size_t width, const char padc = ' ') noexcept {

Callers 2

PrintFreeArgsDescMethod · 0.85
Y_UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected