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) |
| 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.
Ticks, which shares this method's implementation.| target | The AString that Append(const TAppendable&) was invoked on. |
| duration | The duration to append. |