update readme
This commit is contained in:
parent
1bb74a38c0
commit
e338271101
1 changed files with 7 additions and 0 deletions
|
@ -121,6 +121,13 @@ NAMEOF_FULL(&SomeStruct::SomeMethod) -> "&SomeStruct::SomeMethod"
|
||||||
NAMEOF_FULL(std::string) -> "std::string"
|
NAMEOF_FULL(std::string) -> "std::string"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* Spaces and Tabs ignored
|
||||||
|
|
||||||
|
```cpp
|
||||||
|
NAMEOF( std::string ) -> "string"
|
||||||
|
NAMEOF( std::string ) -> "string"
|
||||||
|
```
|
||||||
|
|
||||||
## Integration
|
## Integration
|
||||||
|
|
||||||
You should add required file [nameof.hpp](include/nameof.hpp) and switch to C++11.
|
You should add required file [nameof.hpp](include/nameof.hpp) and switch to C++11.
|
||||||
|
|
Loading…
Reference in a new issue