Function q¶
function q(T) meta¶
template <typename T>
inline std::string q(T x) Wrap the string representation of x in double quotes.
| T | Type of the value. |
| x | Value to quote. |
"\"" + as_string(x) + "\"" . |
Fully qualified name: kfr::q(T)
Declared at meta/string.hpp:650
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.