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