schaumb / access_private_20

Access private members and statics of a C++ class
MIT License
8 stars 2 forks source link

Handle not exact but implicit constructible arguments (without dev action) #6

Open schaumb opened 7 months ago

schaumb commented 7 months ago

Currently, you need to specify the constexpr decltype(auto) call(accessor_t<name, ?static_type>, arguments...); to work with any implicit convertible argument on the parameters.

This should be eliminated with some template hack.