how to use replace_range_copy()
I study boost library,I don't know how to use the function
1 2
|
std::string str;
boost::algorithm::replace_range_copy(str,str,??,?? how to pass this parameter);
|
who can give an example for me? I am waiting online.
Topic archived. No new replies allowed.