MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / operator =

Method operator =

TSAlgebra.h:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 void operator =(const component_type& value) volatile
79 {
80 data[index] = value;
81 }
82
83 Component& operator =(const Component& value)
84 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected