MCPcopy Create free account
hub / github.com/boostorg/parser / get

Method get

example/json.hpp:151–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150 T * operator->() const { return ptr_; }
151 T * get() const { return ptr_; }
152
153 private:
154 T * ptr_ = nullptr;

Callers 8

get_impl<object>Class · 0.45
get_impl<array>Class · 0.45
callMethod · 0.45
operator=Method · 0.45
json.hppFile · 0.45
file_slurpFunction · 0.45
file_slurpFunction · 0.45
github_issue_285Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected