Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Type definition is_implicitly_reflectable

is_implicitly_reflectable

Synopsis

// In header: <boost/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