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

Method operator &

TSAlgebra.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 component_type *operator &(void)
53 {
54 return (&data[index]);
55 }
56
57 const component_type *operator &(void) const
58 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected