get a reference value (implicit)

Synopsis

Declared in <nlohmann/json.hpp>

template<typename ReferenceType>
requires std::is_reference<ReferenceType>::value
ReferenceType
get_ref();

Return Value

reference to the stored value, converted to ReferenceType

Created with MrDocs