22template<
typename TChar,
typename TAllocator>
28 { target.template _<NC>( b ?
"true" :
"false" ); }
32template<
typename TChar,
typename TAllocator>
43template<
typename TChar,
typename TAllocator>
54template<
typename TChar,
typename TAllocator>
66template<
typename TChar,
typename TAllocator>
78template<
typename TChar,
typename TAllocator>
90template<
typename TChar,
typename TAllocator>
101template<
typename TChar,
typename TAllocator>
111template<
typename TChar,
typename TAllocator>
121template<
typename TChar,
typename TAllocator>
132template<
typename TChar,
typename TAllocator>
143template<
typename TChar,
typename TAllocator>
154template<
typename TChar,
typename TAllocator>
164template<
typename TChar,
typename TAllocator>
179template<
typename TChar,
typename TAllocator>
188#if ALIB_EXT_LIB_THREADS_AVAILABLE
190template<
typename TChar,
typename TAllocator>
200template<
typename TChar,
typename TAllocator>
206 auto errcode= std::make_error_code(errc);
212template<
typename TChar,
typename TAllocator>
218 target.
_(errcode.message()).
_(
'(').
_(
int(errcode.value())).
_(
')');
228template<
typename TChar,
typename TAllocator>
270template<
typename TChar,
typename TAllocator>
287template<
typename TChar,
typename TAllocator>
315#if !ALIB_SINGLE_THREADED
TAString & _(const TAppendable &src)
@ McSecSingular
In DT_UNITS, this defaults to .
@ HourSingular
In DT_UNITS, this defaults to .
@ SIZE_OF_UNITS
Stop marker.
@ SecSingular
In DT_UNITS, this defaults to .
@ NSecSingular
In DT_UNITS, this defaults to .
@ MlSecSingular
In DT_UNITS, this defaults to .
@ MinPlural
In DT_UNITS, this defaults to .
@ HourPlural
In DT_UNITS, this defaults to .
@ MlSecPlural
In DT_UNITS, this defaults to .
@ DayPlural
In DT_UNITS, this defaults to .
@ SecPlural
In DT_UNITS, this defaults to .
@ MinSingular
In DT_UNITS, this defaults to .
@ McSecPlural
In DT_UNITS, this defaults to .
@ TS_ZERO
In DT_UNITS, this defaults to .
@ DaySingular
In DT_UNITS, this defaults to .
@ NSecPlural
In DT_UNITS, this defaults to .
String DT_UNITS[size_t(DayTimeUnits::SIZE_OF_UNITS)]
threads::Thread Thread
Type alias in namespace #"%alib".
lang::intGap_t intGap_t
Type alias in namespace #"%alib".
characters::wchar wchar
Type alias in namespace #"%alib".
strings::TString< character > String
Type alias in namespace #"%alib".
lang::uintGap_t uintGap_t
Type alias in namespace #"%alib".
characters::nchar nchar
Type alias in namespace #"%alib".
lang::CallerInfo CallerInfo
Type alias in namespace #"%alib".
void operator()(TAString< TChar, TAllocator > &target, bool b)
void operator()(TAString< TChar, TAllocator > &target, double value)
void operator()(TAString< TChar, TAllocator > &target, float value)
void operator()(TAString< TChar, TAllocator > &target, int16_t value)
void operator()(TAString< TChar, TAllocator > &target, int32_t value)
void operator()(TAString< TChar, TAllocator > &target, int64_t value)
void operator()(TAString< TChar, TAllocator > &target, int8_t value)
void operator()(TAString< TChar, TAllocator > &target, intGap_t value)
void operator()(TAString< TChar, TAllocator > &target, const lang::CallerInfo &ci)
void operator()(TAString< TChar, TAllocator > &target, long double value)
void operator()(TAString< TChar, TAllocator > &target, std::errc errc)
void operator()(TAString< TChar, TAllocator > &target, const std::error_code &errcode)
void operator()(TAString< TChar, TAllocator > &target, const std::thread::id &type)
void operator()(TAString< TChar, TAllocator > &target, const std::type_info &type)
void operator()(TAString< nchar, HeapAllocator > &target, const threads::Thread &thread)
void operator()(TAString< wchar, HeapAllocator > &target, const threads::Thread &thread)
void operator()(TAString< TChar, TAllocator > &target, const time::DateTime::Duration duration)
void operator()(TAString< TChar, TAllocator > &target, const time::Ticks::Duration duration)
void operator()(TAString< TChar, TAllocator > &target, uint16_t value)
void operator()(TAString< TChar, TAllocator > &target, uint32_t value)
void operator()(TAString< TChar, TAllocator > &target, uint64_t value)
void operator()(TAString< TChar, TAllocator > &target, uint8_t value)
void operator()(TAString< TChar, TAllocator > &target, uintGap_t value)