![]() |
Home | Libraries | People | FAQ | More |
is_implicitly_reflectable
// In header: <boost/pfr/traits.hpp> template<typename T, typename WhatFor> using is_implicitly_reflectable = unspecified;
Checks the input type for the potential to be reflected. Specialize is_reflectable if you disagree with is_implicitly_reflectable's default decision.