Suppose I have this function:
std::string Func1(std::string myString) { //do some string processing std::string newString = Func2(myString) return
In VS2015 you can do
newstring[0]=='x' && newString[1]=='y' && newString[2]=='z'