Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ operator=
Method
operator=
trinity/Tr2Variable.h:70–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
template <typename TYPE>
70
void operator=( const TYPE& value )
71
{
72
if( m_variable )
73
{
74
m_variable->SetValue( value );
75
}
76
}
77
78
TriVariable* GetVariable() const
79
{
Callers
nothing calls this directly
Calls
1
SetValue
Method · 0.45
Tested by
no test coverage detected