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

Class IStringy

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

Source from the content-addressed store, hash-verified

336};
337
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>
344void self_assignment()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected