![]() |
VR-Vantage 3.1 API Documentation
|
Go to the source code of this file.
Namespaces | |
| namespace | jrm |
Functions | |
| template<typename IntT > | |
| std::string | jrm::ToBaseString (const IntT &in, const int &base, const bool showBase=true, const int &width=0, const char &fill= '0') |
| Converts the given integral type into a string using the given numeric base (i.e. | |
| template<typename IntT > | |
| IntT | jrm::Bits (const IntT &mask, const size_t &begin, const size_t &length) |
| Returns the value represented by the specified range of contiguous bits within the given mask. | |
This module provides utilities for processing / converting numeric types.