ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
T_Append< time::DateTime::Duration, TChar > Struct Template Reference

Description:

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

Specialization of functor T_Append for type DateTime::Duration .

Definition at line 690 of file calendar.hpp.

#include <calendar.hpp>

Public Method Index:

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

Method Details:

◆ operator()()

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

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

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

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