MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator=

Method operator=

extlibs/vili/src/node.cpp:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 }
239
240 void node::operator=(const node& copy)
241 {
242 m_data = copy.m_data;
243 }
244
245 node_type node::type() const
246 {

Callers 2

basic_objectClass · 0.45
sol.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected