Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
call
Method · 0.45
operator=
Method · 0.45
json.hpp
File · 0.45
file_slurp
Function · 0.45
file_slurp
Function · 0.45
github_issue_285
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected