|  | Home | Libraries | People | FAQ | More | 
          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>