]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
strtol: Add parse/consume for string_view friendly interface
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 6 Mar 2020 04:13:47 +0000 (23:13 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Wed, 9 Sep 2020 02:09:40 +0000 (22:09 -0400)
commita29695e82ec8a93b000322773949f30694abf3d3
treed7ac35ab23edf17452d946f4fb75f09f8f12f140
parent4cec019d5efabb340b9e8541dae58f33a2826c50
strtol: Add parse/consume for string_view friendly interface

Also these don't have the stringstream overhead.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/common/strtol.h
src/test/strtol.cc