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

#include "format.h"

namespace NYT {

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

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

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

} // namespace NYT