update readme
This commit is contained in:
parent
c9024c9f1c
commit
d7573e556e
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ NAMEOF_FULL(&SomeStruct::SomeMethod2) -> "&SomeStruct::SomeMethod2"
|
||||||
NAMEOF_FULL(std::string) -> "std::string"
|
NAMEOF_FULL(std::string) -> "std::string"
|
||||||
```
|
```
|
||||||
|
|
||||||
* If compiling without RTTI, you need use the NAMEOF_TYPE() for get name of type.
|
* By default nameof work with RTTI, but can work without RTTI. If compiling without RTTI, you need use the NAMEOF_TYPE() for get name of type.
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
NAMEOF_TYPE(int[]) -> "int[]"
|
NAMEOF_TYPE(int[]) -> "int[]"
|
||||||
|
|
Loading…
Reference in a new issue