MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / string

Function string

3rd/asio-1.24.0/include/asio/detail/winrt_utils.hpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38namespace winrt_utils {
39
40inline Platform::String^ string(const char* from)
41{
42 std::wstring tmp(from, from + std::strlen(from));
43 return ref new Platform::String(tmp.c_str());
44}
45
46inline Platform::String^ string(const std::string& from)
47{

Callers 15

ReformatSingleFileMethod · 0.85
RangeReformatMethod · 0.85
SetInputFilePathMethod · 0.85
SetOutputFilePathMethod · 0.85
SetConfigFilePathMethod · 0.85
SetFormatRangeMethod · 0.85
from_jsonFunction · 0.85
get_arithmetic_valueFunction · 0.85
exception_messageMethod · 0.85

Calls 3

beginMethod · 0.45
endMethod · 0.45
to_stringMethod · 0.45

Tested by 15

Concat7Function · 0.68
Concat8Function · 0.68
Concat9Function · 0.68
Concat10Function · 0.68
Concat7Method · 0.68
Concat8Method · 0.68
Concat9Method · 0.68
Concat10Method · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68