Skip to content

Function q

function q(T) meta

template <typename T>
inline std::string q(T x)

Wrap the string representation of x in double quotes.

Template parameters
T Type of the value.
Parameters
x Value to quote.
Returns
"\"" + 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.