mirror of
https://github.com/boostorg/algorithm.git
synced 2026-01-29 09:40:14 +01:00
c6f784cb7034b0a8c3183086fcd7ed8389e50a03
On compilers that support C++11, this allows both lvalues and rvalues to be used as inputs to the split(), find_all(), and ifind_all() functions.
For example, given a function get_string() that returns a std::string, this allows you to write:
boost::split(result, get_string(), boost::is_any_of(" "))
Description
Languages
C++
91.7%
HTML
4.5%
Max
3.7%