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

Function operator /=

olcPixelGameEngine.h:821–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819
820 template<class TL, class TR>
821 inline constexpr auto operator /= (v_2d<TL>& lhs, const TR& rhs)
822 {
823 lhs = lhs / rhs;
824 return lhs;
825 }
826
827 // Unary Addition operator (pointless but i like the platinum trophies)
828 template<class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected