Can be used with toString to convert values to their string oct representation.
More...
#include <utils/ToString.h>
|
std::ostream & | operator<< (std::ostream &oStream, const ToOct< T > &iValue) |
|
template<typename T>
class mira::ToOct< T >
Can be used with toString to convert values to their string oct representation.
std::string s = toString<ToOct<uint32>>(255);
◆ ToOct()
◆ operator T()
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
oStream, |
|
|
const ToOct< T > & |
iValue |
|
) |
| |
|
friend |
◆ value
The documentation for this class was generated from the following file: