Home
last modified time | relevance | path

Searched refs:nonConstCapture (Results 1 – 1 of 1) sorted by relevance

/openbmc/sdbusplus/example/
H A Dasio-example.cpp343 std::string nonConstCapture = "lalalala"; in client() local
345 [nonConstCapture = std::move(nonConstCapture)]( in client()
349 nonConstCapture += " stuff"; in client()