aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/string/guid.h
blob: fd3943bafd9b903ccc1a53eba483782f0659a227 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include "format_arg.h"

#include <library/cpp/yt/misc/guid.h>

namespace NYT {

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

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

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

} // namespace NYT