aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/string/guid.h
blob: 75edbce5dbb42671ad8ffd29034644c096d2d350 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <library/cpp/yt/misc/guid.h>

#include "format.h"

namespace NYT {

////////////////////////////////////////////////////////////////////////////////

void FormatValue(TStringBuilderBase* builder, TGuid value, TStringBuf /*format*/);
TString ToString(TGuid guid);

////////////////////////////////////////////////////////////////////////////////

} // namespace NYT