std::string syten::stripChars | ( | std::string const & | input, |
std::string const & | to_remove | ||
) |
Returns the string input
with all characters contained in to_remove
removed.
References std::string::begin(), std::string::end(), std::string::erase(), and std::remove_if().
Referenced by syten::TensorProd::prod_trans_str_arr().