Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNitesWhoSay authored Nov 26, 2023
1 parent 548666d commit ceb2baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Output:
* REFLECT templated-classes
* REFLECT templated-members**

_\* Reflection from outside the class definition is limited to public and protected members_
_\* Reflection from outside the class definition can be done on public and protected members - or - with more [limitations](https://github.com/TheNitesWhoSay/RareCpp/wiki/2.1.-Reflection:-REFLECT-Macro#reflect-from-outside-class-bodies) than the in-class macro, on private members._

_\*\* Any members based on the class-level template parameters and any functions for which template parameters are inferred from parameters are reflectable, reflecting other templated members is not always possible._

Expand Down

0 comments on commit ceb2baa

Please sign in to comment.