MCPcopy Create free account
hub / github.com/SaschaWillems/HowToVulkan / toString

Function toString

source/external/tinyobj/tiny_obj_loader.h:807–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805
806template <typename T>
807static inline std::string toString(const T &t) {
808 std::stringstream ss;
809 ss << t;
810 return ss.str();
811}
812
813static inline std::string removeUtf8Bom(const std::string& input) {
814 // UTF-8 BOM = 0xEF,0xBB,0xBF

Callers 2

fixIndexFunction · 0.85
LoadObjFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected