std::string

hi...I just want to ask something about std::string
so std::string is a class
and std::cout work with it...
I wonder how it works...
does std::string have it's implementation of operator << or there's an auto unboxing just like Java ?
does std::string have it's implementation of operator <<

Yes. http://www.cplusplus.com/reference/string/string/operator%3C%3C/
Thank you
Topic archived. No new replies allowed.