MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / GetString

Method GetString

GTE/Graphics/GL46/GL46.cpp:652–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650 }
651
652 std::string GetString(char const* elements) const
653 {
654 std::string result = "{" + std::string(elements) + "}";
655 return result;
656 }
657
658 std::string GetString(char* elements) const
659 {

Callers 1

glGetStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected