MCPcopy Create free account
hub / github.com/couchbase/fleece / valueptr

Method valueptr

API/fleece/Fleece.hh:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 class valueptr { // A bit of ugly glue used to make Array/Dict iterator's operator-> work
106 public:
107 explicit valueptr(Value v) :_value(v) { }
108 Value* operator-> () {return &_value;}
109 private:
110 Value _value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected