wsjcpp/wsjcpp-yaml

Implement 'operator=(basic_string&& __str)'

sea-kg opened this issue · 0 comments

For example:

WsjcppYamlCursor cur = yaml["some"];
std::string sValue = cur; // here must be "operator=" simular actions std::string sValue = cur.valStr();