8#ifndef HPP_ALIB_STRINGS_UTIL_SPACES
9#define HPP_ALIB_STRINGS_UTIL_SPACES 1
11#if !defined (HPP_ALIB_STRINGS_STRING)
16namespace alib {
namespace strings {
namespace util {
60 #if !ALIB_CHARACTERS_WIDE
73 static void Write( std::basic_ostream<char >& os,
integer qty );
75 #if ALIB_CHARACTERS_NATIVE_WCHAR || defined(ALIB_DOX)
static ALIB_API void Write(std::basic_ostream< wchar_t > &os, integer qty)
static ALIB_API WString & GetW(integer minLength=128)
static String & Get(integer minLength=128)
static ALIB_API void Write(std::basic_ostream< char > &os, integer qty)
static ALIB_API NString & GetN(integer minLength=128)
lang::integer integer
Type alias in namespace alib.