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

Method value

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

Source from the content-addressed store, hash-verified

711
712 template<typename JSONObject>
713 value::value(
714 JSONObject const & o,
715 typename std::enable_if<detail::is_object<JSONObject>::value>::type **
716 enable)
717 {
718 storage_.remote_ = remote{
719 object_k,
720 detail::make_uniq<detail::value_impl<object>>(o.begin(), o.end())};
721 }
722
723 inline value::value(object && o)
724 {

Callers 5

github_issue_268Function · 0.45
github_issue_279Function · 0.45
github_issue_285Function · 0.45
github_issues.cppFile · 0.45
github_issue_312Function · 0.45

Calls 6

fast_distance_or_1000Function · 0.85
dataMethod · 0.80
beginFunction · 0.50
endFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected