Github   Telegram
Loading...
Searching...
No Matches
to.hpp
Go to the documentation of this file.
1#pragma once
2
7
8USERVER_NAMESPACE_BEGIN
9
10namespace formats::parse {
11
18template <class T>
19struct To {};
20
21} // namespace formats::parse
22
23USERVER_NAMESPACE_END