mirror of
https://github.com/boostorg/pfr.git
synced 2026-01-19 04:22:13 +00:00
Add is_implicitly_reflectable trait
This commit is contained in:
1
doc/pfr.qbk
Normal file → Executable file
1
doc/pfr.qbk
Normal file → Executable file
@@ -168,6 +168,7 @@ Boost.PFR adds the following out-of-the-box functionality for aggregate initiali
|
||||
* member type retrieval
|
||||
* methods for cooperation with `std::tuple`
|
||||
* methods to visit each field of the structure
|
||||
* trait to detect potential ability to reflect type, and ability to override trait's decision in user-side code
|
||||
|
||||
Boost.PFR is a header only library that does not depend on Boost. You can just copy the content of the "include" folder [@https://github.com/boostorg/pfr from the Boost.PFR github] into your project, and the library will work fine. For a version of the library without `boost::` namespace see [@https://github.com/apolukhin/pfr_non_boost PFR].
|
||||
|
||||
|
||||
Reference in New Issue
Block a user