MCPcopy Create free account
hub / github.com/boost-ext/te / c_str

Method c_str

test/te.cpp:340–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338struct IStringy
339{
340 const char* c_str() const { return te::call<const char*>([](auto const &self) { return self.c_str(); }, *this); }
341};
342
343template<typename Stringy>

Callers 1

self_assignmentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected