MCPcopy Create free account
hub / github.com/Kitware/VTK / c_str

Function c_str

ThirdParty/jsoncpp/vtkjsoncpp/json/json.h:699–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697 operator const char*() const { return c_str_; }
698
699 const char* c_str() const { return c_str_; }
700
701private:
702 const char* c_str_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected