On Tue, Jan 5, 2016 at 12:50 AM, Damian Vicino
Is there any way to create an Integer (or a number) from a range (bounded or counted)?; or from a string_view (string_ref)?
Roughly speaking, something like:
XintXXX_t make_from_bounded_range(I f, I l); XintXXX_t make_from_counted_range(I f, size_t n);
What are the semantics?
I want to extract integers from a range (range of characters). Consider:
char buff[] = "12345 67890"; auto a =
make_from_bounded_range
Is this a measure? Like an integer distance between borders?
I don't understand these questions. The numbers could be anything.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost