Specialization of functor AppendableTraits for type float.
Definition at line 144 of file appendables.hpp.
#include <appendables.hpp>
Public Method Index: | |
| void | operator() (TAString< TChar, TAllocator > &target, float value) |
|
inline |
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 149 of file appendables.hpp.