MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator+

Method operator+

unittests/compiled_tests.cpp:759–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757 }
758
759 Object_Lifetime_Vector2 operator+(const Object_Lifetime_Vector2& vec_r)
760 {
761 return Object_Lifetime_Vector2(*this += vec_r);
762 }
763
764 Object_Lifetime_Vector2 &operator=(const Object_Lifetime_Vector2& ver_r)
765 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected