MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / get_ref

Function get_ref

Source/Utils/json.hpp:19660–19664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19658 template<typename ReferenceType, typename std::enable_if<
19659 std::is_reference<ReferenceType>::value, int>::type = 0>
19660 ReferenceType get_ref()
19661 {
19662 // delegate call to get_ref_impl
19663 return get_ref_impl<ReferenceType>(*this);
19664 }
19665
19666 /*!
19667 @brief get a reference value (implicit)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected