userver: userver/utest/literals.hpp Source File
Loading...
Searching...
No Matches
literals.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/utest/literals.hpp
4/// @brief Brings format literals into scope for unit tests.
5/// @ingroup userver_universal
6
7USERVER_NAMESPACE_BEGIN
8
9namespace formats::literals {}
10
11USERVER_NAMESPACE_END
12
13// NOLINTNEXTLINE(google-build-using-namespace, google-global-names-in-headers)
14using namespace USERVER_NAMESPACE::formats::literals;