diff options
author | mowgli <mowgli@yandex-team.ru> | 2022-02-10 16:49:25 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:25 +0300 |
commit | 89afbbe4ca0e02e386dd4df08f7945f190dc1b84 (patch) | |
tree | c4772201af6215d48734691b8796e4cfc77c2ac8 /util/folder/path.h | |
parent | 7510cec1516d17cbc8d7749974e36aa45f547a26 (diff) | |
download | ydb-89afbbe4ca0e02e386dd4df08f7945f190dc1b84.tar.gz |
Restoring authorship annotation for <mowgli@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/folder/path.h')
-rw-r--r-- | util/folder/path.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/folder/path.h b/util/folder/path.h index 2fb4d6b4ef..9bfc5a0416 100644 --- a/util/folder/path.h +++ b/util/folder/path.h @@ -39,11 +39,11 @@ public: inline bool IsDefined() const { return Path_.length() > 0; } - - inline explicit operator bool() const { - return IsDefined(); - } - + + inline explicit operator bool() const { + return IsDefined(); + } + inline const char* c_str() const { return Path_.c_str(); } |