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

Function LeftPad

util/stream/format.h:234–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 */
233template <typename T>
234static constexpr ::NFormatPrivate::TLeftPad<T> LeftPad(const T& value, const size_t width, const char padc = ' ') noexcept {
235 return ::NFormatPrivate::TLeftPad<T>(value, width, padc);
236}
237
238template <typename T, int N>
239static constexpr ::NFormatPrivate::TLeftPad<const T*> LeftPad(const T (&value)[N], const size_t width, const char padc = ' ') noexcept {

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected