/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
library/cpp/yt/string/format_string.cpp
18 строк
372 B
Anton Myagkov
Update ydb version to 24.4 (#4579)
07 фев 2026, 11:59
Не верифицирован
07 фев 2026, 11:59
2c21cae
Код
Авторство
О чём код?
#include "format_string.h" namespace NYT { //////////////////////////////////////////////////////////////////////////////// TRuntimeFormat::TRuntimeFormat(TStringBuf fmt) : Format_(fmt) { } TStringBuf TRuntimeFormat::Get() const noexcept { return Format_; } //////////////////////////////////////////////////////////////////////////////// } // namespace NYT