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 a snapshot of the master branch, built from commit 68cc668162.
PrevUpHomeNext

try_value_to_tag

Customization point tag type.

Synopsis

Defined in header <boost/json/conversion.hpp>

template<
    class T>
struct try_value_to_tag
Description

This tag type is used by the function try_value_to to select overloads of tag_invoke.

Remarks

This type is empty; it has no members.

See Also

value_to, value_to_tagtag_invoke: A general pattern for supporting customisable functions

Convenience header <boost/json.hpp>


PrevUpHomeNext