8#ifndef HPP_ALIB_STRINGS_APPENDABLES
9#define HPP_ALIB_STRINGS_APPENDABLES 1
11#if !defined(HPP_ALIB_STRINGS_ASTRING)
12# error "ALib sources with ending '.inl' must not be included from outside."
15namespace alib {
namespace strings {
24namespace APPENDABLES {
28template<
typename TChar>
struct T_Append<bool ,TChar>
253 void operator()(
TAString<TChar>& target,
const std::type_info& type );
lang::intGap_t intGap_t
Type alias in namespace alib.
lang::uintGap_t uintGap_t
Type alias in namespace alib.
void operator()(TAString< TChar > &target, float value)
void operator()(TAString< TChar > &target, int16_t value)
void operator()(TAString< TChar > &target, int32_t value)
void operator()(TAString< TChar > &target, int8_t value)
void operator()(TAString< TChar > &target, intGap_t value)
void operator()(TAString< TChar > &target, uint16_t value)
void operator()(TAString< TChar > &target, uint32_t value)
void operator()(TAString< TChar > &target, uint8_t value)
void operator()(TAString< TChar > &target, uintGap_t value)
void operator()(TAString< TChar > &target, const TAppendable &src)