Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 377 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 377 Bytes

Properties for C++!

This single C++ header gives free (as in no added size) properties to your classes.

Terms and conditions:

  • C++20 or higher is needed for no added size, due to using [[no_unique_address]]
  • offsetof() is used under the hood, which has notable limitations depending on your compiler