Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global is_implicitly_reflectable_v

pfr::is_implicitly_reflectable_v

Synopsis

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

constexpr bool is_implicitly_reflectable_v;

Description

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


PrevUpHomeNext