MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / wxformat

Function wxformat

src/format.h:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44template<typename... Args>
45wxString wxformat(wxString const& fmt, Args&&... args) {
46 boost::interprocess::basic_vectorstream<std::basic_string<wxStringCharType>> out;
47 format(out, fmt.wx_str(), std::forward<Args>(args)...);
48 return out.vector();
49}
50
51template<typename... Args>
52wxString wxformat(const wxStringCharType *fmt, Args&&... args) {

Callers 5

AskForTrackSelectionMethod · 0.85
PrettySizeFunction · 0.85
PopulateMethod · 0.85
UnhandledExceptionMethod · 0.85
LoadUnloadFilesMethod · 0.85

Calls 1

formatFunction · 0.70

Tested by

no test coverage detected