SA_Support
Sapphire's Suite's C++ Support library.
Loading...
Searching...
No Matches
Stringify.hpp
Go to the documentation of this file.
1// Copyright (c) 2023 Sapphire's Suite. All Rights Reserved.
2
3#pragma once
4
5#ifndef SAPPHIRE_SUPPORT_STRINGIFY_GUARD
6#define SAPPHIRE_SUPPORT_STRINGIFY_GUARD
7
21#define SA_STR(_param) # _param
22
24#define SA_WIDE(_param) L"" _param
25
27#define SA_WSTR(_param) SA_WIDE(SA_STR(_param))
28
29
32#endif // GUARD