You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can someone please help me understand json_ref? C++ std::initializer_list is generally immutable but this looks like something that lets a JSON value take ownership of elements in an initializer list if they are constructed as rvalues? Is there any documentation on this? Or examples somewhere?
The text was updated successfully, but these errors were encountered:
Can someone please help me understand
json_ref
? C++std::initializer_list
is generally immutable but this looks like something that lets a JSON value take ownership of elements in an initializer list if they are constructed as rvalues? Is there any documentation on this? Or examples somewhere?The text was updated successfully, but these errors were encountered: