rx-ranges
rx-ranges copied to clipboard
Add: member(), return a member variable or the result of a member function
member() is a simple combinator that I find more readable than a call to transform with a lambda to return a member variable or the result of the call to a member function.