jmespath.cpp
C++ implementation of JMESPath, a query language for JSON http://jmespath.org
|
The ContextValueVisitorAdaptor class adapts a visitor object, which is callable with const lvalue reference of Json and with rvalue reference of Json objects, to ContextValue objects. More...
#include <contextvaluevisitoradaptor.h>
Public Member Functions | |
ContextValueVisitorAdaptor (VisitorT &&visitor) | |
Constructs a ContextValueVisitorAdaptor object, adapting the visitor object to be able to consume ContextValue objects. More... | |
Public Attributes | |
m_visitor | |
The ContextValueVisitorAdaptor class adapts a visitor object, which is callable with const lvalue reference of Json and with rvalue reference of Json objects, to ContextValue objects.
|
inline |
Constructs a ContextValueVisitorAdaptor object, adapting the visitor object to be able to consume ContextValue objects.
jmespath::interpreter::ContextValueVisitorAdaptor< VisitorT, ForceMove >::m_visitor |