Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ assign
Method
assign
include/jsoncons/basic_json.hpp:736–740 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
734
}
735
736
void assign(const array_storage& other)
737
{
738
tag_ = other.tag_;
739
*ptr_ = *(other.ptr_);
740
}
741
742
array_storage& operator=(const array_storage& other) = delete;
743
Callers
1
copy_assignment
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected