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

Method GetSpecifiers

library/cpp/yt/string/format_analyser.h:53–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52 template <class TArg>
53 static consteval auto GetSpecifiers()
54 {
55 return TSpecifiers{
56 .Conversion = std::string_view{
57 std::data(TFormatArg<TArg>::ConversionSpecifiers),
58 std::size(TFormatArg<TArg>::ConversionSpecifiers)},
59 .Flags = std::string_view{
60 std::data(TFormatArg<TArg>::FlagSpecifiers),
61 std::size(TFormatArg<TArg>::FlagSpecifiers)},
62 };
63 }
64
65 static constexpr char IntroductorySymbol = '%';
66

Callers

nothing calls this directly

Calls 2

dataFunction · 0.50
sizeFunction · 0.50

Tested by

no test coverage detected