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

Function operator /=

utilities/olcUTIL_Geometry2D.h:405–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403
404 template<class TL, class TR>
405 inline constexpr auto operator /= (v_2d<TL>& lhs, const TR& rhs)
406 {
407 lhs = lhs / rhs;
408 return lhs;
409 }
410
411 // Unary Addition operator (pointless but i like the platinum trophies)
412 template<class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected