For samples and snippets only! Has a using namespace USERVER_NAMESPACE;
if the USERVER_NAMESPACE is not empty.
Definition in file using_namespace_userver.hpp.
Go to the source code of this file.
Macros | |
#define | USERVER_IS_EMPTY_MACRO_HELPER(X) X##1 |
#define | USERVER_IS_EMPTY_MACRO(X) (USERVER_IS_EMPTY_MACRO_HELPER(X) == 1) |
#define USERVER_IS_EMPTY_MACRO | ( | X | ) | (USERVER_IS_EMPTY_MACRO_HELPER(X) == 1) |
Definition at line 12 of file using_namespace_userver.hpp.
#define USERVER_IS_EMPTY_MACRO_HELPER | ( | X | ) | X##1 |
Definition at line 9 of file using_namespace_userver.hpp.