MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / moved_or_copied

Method moved_or_copied

dependencies/json/json.hpp:12639–12646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12637 ~json_ref() = default;
12638
12639 value_type moved_or_copied() const
12640 {
12641 if (is_rvalue)
12642 {
12643 return std::move(*value_ref);
12644 }
12645 return *value_ref;
12646 }
12647
12648 value_type const& operator*() const
12649 {

Callers 2

basic_jsonFunction · 0.45
push_backFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected