8#ifndef ADOBE_STRING_HPP
9#define ADOBE_STRING_HPP
19#if defined(ADOBE_STD_SERIALIZATION)
33 result.reserve(std::strlen(a) + std::strlen(b));
41inline std::string
make_string(
const char* a,
const char* b,
const char* c) {
43 result.reserve(std::strlen(a) + std::strlen(b) + std::strlen(b));
55 while (*x && *x == *y) {
66 while (*x && *x == *y) {
std::string make_string(const char *a, const char *b)
bool operator()(const char *x, const char *y) const
bool operator()(const char *x, const char *y) const