test.experimental.stdcpp.string

Undocumented in source.

Members

Aliases

std_string
alias std_string = basic_string!char
Undocumented in source.
std_wstring
alias std_wstring = basic_string!wchar
Undocumented in source.

Functions

fromC_ref
int fromC_ref(const(std_string) str)
Undocumented in source. Be warned that the author may not have intended to support it.
fromC_val
int fromC_val(std_string str)
Undocumented in source. Be warned that the author may not have intended to support it.
sumOfElements_ref
int sumOfElements_ref(const(std_string) )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
sumOfElements_val
int sumOfElements_val(std_string )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta