Header providing an integer type by size.
More...
#include <cstdint>
#include <cstddef>
Go to the source code of this file.
|
| osvr |
| The main namespace for all C++ elements of the framework, internal and external.
|
|
| osvr::util |
| The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems.
|
|
|
#define | OSVR_INT_TRAITS(BITS) |
| Set up specializations for the standard int types.
|
|
|
template<std::size_t minBytes, bool isSigned = false> |
using | osvr::util::sized_int_t = typename detail::sized_int< minBytes, isSigned >::type |
|
Header providing an integer type by size.
- Date
- 2016
- Author
- Sensics, Inc. http://sensics.com/osvr
Definition in file SizedInt.h.