#include <json.h>
Public Types | |
using | value_type = BasicJsonType |
Public Member Functions | |
json_ref (value_type &&value) | |
json_ref (const value_type &value) | |
json_ref (std::initializer_list< json_ref > init) | |
template<class... Args, enable_if_t< std::is_constructible< value_type, Args... >::value, int > = 0> | |
json_ref (Args &&... args) | |
json_ref (json_ref &&)=default | |
json_ref (const json_ref &)=delete | |
json_ref & | operator= (const json_ref &)=delete |
json_ref & | operator= (json_ref &&)=delete |
~json_ref ()=default | |
value_type | moved_or_copied () const |
value_type const & | operator* () const |
value_type const * | operator-> () const |
using nlohmann::detail::json_ref< BasicJsonType >::value_type = BasicJsonType |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
delete |
|
default |
|
inline |
Definition at line 12565 of file json.h.
References nlohmann::detail::json_ref< BasicJsonType >::is_rvalue, and nlohmann::detail::json_ref< BasicJsonType >::value_ref.
|
inline |
Definition at line 12574 of file json.h.
References nlohmann::detail::json_ref< BasicJsonType >::value_ref.
|
inline |
Definition at line 12579 of file json.h.
References nlohmann::detail::json_ref< BasicJsonType >::value_ref.
|
delete |
|
delete |
|
private |
Definition at line 12587 of file json.h.
Referenced by nlohmann::detail::json_ref< BasicJsonType >::moved_or_copied().
|
mutableprivate |
|
private |
Definition at line 12586 of file json.h.
Referenced by nlohmann::detail::json_ref< BasicJsonType >::moved_or_copied(), nlohmann::detail::json_ref< BasicJsonType >::operator*(), and nlohmann::detail::json_ref< BasicJsonType >::operator->().