Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
338
struct IStringy
339
{
340
const char* c_str() const { return te::call<const char*>([](auto const &self) { return self.c_str(); }, *this); }
341
};
342
343
template<typename Stringy>
Callers
1
self_assignment
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected