Files
scylladb/tests
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-06 10:06:16 +02:00
2015-02-26 17:30:02 +02:00
2015-03-04 17:40:58 +02:00
2015-03-08 21:55:57 +02:00