MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / operator +=

Function operator +=

utilities/olcUTIL_Hardware3D.h:341–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339
340 template<class TL, class TR>
341 inline constexpr auto operator += (v_3d<TL>& lhs, const TR& rhs)
342 {
343 lhs = lhs + rhs;
344 return lhs;
345 }
346
347 // Unary negation operator overoad for inverting a vector
348 template<class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected