Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition is_implicitly_reflectable

is_implicitly_reflectable

Synopsis

// In header: <pfr/traits.hpp>


typedef unspecified is_implicitly_reflectable;

Description

Checks the input type for the potential to be reflected. Specialize is_reflectable if you disagree with is_implicitly_reflectable's default decision.


PrevUpHomeNext