MCPcopy Create free account
hub / github.com/SergiusTheBest/plog / CastableToWString

Class CastableToWString

test/CastToString.cpp:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12#if PLOG_ENABLE_WCHAR_INPUT
13class CastableToWString
14{
15public:
16 operator std::wstring() const
17 {
18 return L"object";
19 }
20};
21#endif
22
23SCENARIO("cast to string")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected