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