aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/string/enum.h
diff options
context:
space:
mode:
authorMichael Roizner <mroizner@gmail.com>2022-02-10 16:50:47 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:47 +0300
commita196186fa7feb0aae6d87e1b6d890a83851be4f2 (patch)
tree61e98254be4ff3994306dd6c57a3b1d7c027a9c3 /library/cpp/yt/string/enum.h
parent40f16eaadf04f8fe775e16658c8d89ed6a29b2ee (diff)
downloadydb-a196186fa7feb0aae6d87e1b6d890a83851be4f2.tar.gz
Restoring authorship annotation for Michael Roizner <mroizner@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/yt/string/enum.h')
-rw-r--r--library/cpp/yt/string/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/string/enum.h b/library/cpp/yt/string/enum.h
index 10dc02610f7..f85cc69a19b 100644
--- a/library/cpp/yt/string/enum.h
+++ b/library/cpp/yt/string/enum.h
@@ -13,7 +13,7 @@ namespace NYT {
TString DecodeEnumValue(TStringBuf value);
TString EncodeEnumValue(TStringBuf value);
-template <class T>
+template <class T>
T ParseEnum(TStringBuf value);
template <class T>