add string shift_concat operations

This commit is contained in:
bolero-MURAKAMI 2016-03-21 14:38:59 +09:00
parent a1be640b2f
commit c9cce4582e
4 changed files with 328 additions and 20 deletions

View file

@ -14,6 +14,7 @@
#include <sprout/string/string.hpp>
#include <sprout/string/comparison.hpp>
#include <sprout/string/concat.hpp>
#include <sprout/string/shift_concat.hpp>
#include <sprout/string/io.hpp>
#include <sprout/string/hash.hpp>
#include <sprout/string/tuple.hpp>