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 an older version of Boost and was released in 2022. The current version is 1.90.0.
Invoke a function object with the contents of a value.
Defined in header <boost/json/visit.hpp>
template< class Visitor> auto visit( Visitor&& v, value const& jv);
The value returned by Visitor.
|
Name |
Description |
|---|---|
|
|
The visitation function to invoke |
|
|
The value to visit. |
Convenience header <boost/json.hpp>