Specialization of functor AppendableTraits for type long double.
Definition at line 165 of file appendables.hpp.
#include <appendables.hpp>
Public Method Index: | |
| void | operator() (TAString< TChar, TAllocator > &target, long double value) |
|
inline |
Casts the value "down" to just double and uses function WriteFloat with Computational to write the number.
| target | The AString that Append(const TAppendable&) was invoked on. |
| value | The value to write. |
Definition at line 171 of file appendables.hpp.