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

Method operator =

TSAlgebra.h:2602–2605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2600 typedef typename type_struct::component_type component_type;
2601 typedef typename type_struct::column_type_struct column_type_struct;
2602 typedef typename type_struct::row_type_struct row_type_struct;
2603
2604 union
2605 {
2606 alignas(16) Component<type_struct, 16, 0> m00;
2607 alignas(16) Component<type_struct, 16, 1> m10;
2608 alignas(16) Component<type_struct, 16, 2> m20;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected