Lines Matching refs:json_ref
22 class json_ref
27 json_ref(value_type&& value)
31 json_ref(const value_type& value)
35 json_ref(std::initializer_list<json_ref> init)
42 json_ref(Args && ... args)
47 json_ref(json_ref&&) noexcept = default;
48 json_ref(const json_ref&) = delete;
49 json_ref& operator=(const json_ref&) = delete;
50 json_ref& operator=(json_ref&&) = delete;
51 ~json_ref() = default;