Specialization of functor AppendableTraits for type int64_t.
Definition at line 102 of file appendables.hpp.
#include <appendables.hpp>
Public Method Index: | |
| void | operator() (TAString< TChar, TAllocator > &target, int64_t value) |
| void alib::strings::APPENDABLES::AppendableTraits< int64_t, TChar, TAllocator >::operator() | ( | TAString< TChar, TAllocator > & | target, |
| int64_t | value ) |
Uses function WriteDecSigned with Computational to write the number.
| target | The AString that Append(const TAppendable&) was invoked on. |
| value | The value to write. |