Files
scylladb/core
Amnon Heiman 29391d9a9b Extending sstring
This patch adds some of the common functionalities from std:string to
sstring.

It adds length (implement by size() )
It define the constant npos to indicate no possition.
It adds the at (reference and const reference)
It define the find char and find sstring methods
and the substr method

Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>

need merge sstring
2015-03-08 21:55:57 +02:00
..
2015-03-01 15:29:13 +02:00
2015-03-08 14:58:28 +02:00
2015-02-19 16:58:54 +02:00
2015-02-19 16:58:54 +02:00
2015-03-03 14:58:58 +02:00
2015-03-04 17:40:58 +02:00
2015-03-08 21:55:57 +02:00