ALib C++ Framework
by
Library Version: 2605 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::strings::APPENDABLES::AppendableTraits< time::DateTime::Duration, TChar, TAllocator > Struct Template Reference

Description:

template<typename TChar, typename TAllocator>
struct alib::strings::APPENDABLES::AppendableTraits< time::DateTime::Duration, TChar, TAllocator >

Specialization of functor AppendableTraits for type DateTime::Duration.

Definition at line 271 of file appendables.hpp.

#include <appendables.hpp>

Public Method Index:

void operator() (TAString< TChar, TAllocator > &target, const time::DateTime::Duration duration)

Method Details:

◆ operator()()

template<typename TChar, typename TAllocator>
void alib::strings::APPENDABLES::AppendableTraits< time::DateTime::Duration, TChar, TAllocator >::operator() ( TAString< TChar, TAllocator > & target,
const time::DateTime::Duration duration )

Appends a human-readable string representation of objects of templated inner type Duration of type DateTime.

See also
For details of the conversion, see documentation of the sibling method for type Ticks, which shares this method's implementation.
Parameters
targetThe AString that Append(const TAppendable&) was invoked on.
durationThe duration to append.

The documentation for this struct was generated from the following file: