From e3382711014e05c064fd8fc750102547ba9b6d1f Mon Sep 17 00:00:00 2001 From: Neargye Date: Fri, 4 May 2018 01:10:41 +0500 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3122cc0..d8070a6 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,13 @@ NAMEOF_FULL(&SomeStruct::SomeMethod) -> "&SomeStruct::SomeMethod" NAMEOF_FULL(std::string) -> "std::string" ``` +* Spaces and Tabs ignored + +```cpp +NAMEOF( std::string ) -> "string" +NAMEOF( std::string ) -> "string" +``` + ## Integration You should add required file [nameof.hpp](include/nameof.hpp) and switch to C++11.