RflySimSDK v4.10
RflySimSDK说明文档
载入中...
搜索中...
未找到
json_ref< BasicJsonType > 模板类 参考

Public 类型

using value_type = BasicJsonType

Public 成员函数

 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 &&) noexcept=default
 json_ref (const json_ref &)=delete
json_ref & operator= (const json_ref &)=delete
json_ref & operator= (json_ref &&)=delete
value_type moved_or_copied () const
value_type const & operator* () const
value_type const * operator-> () const

该类的文档由以下文件生成: