48 template<
typename dtype>
53 return std::bitset<DtypeInfo<dtype>::bits()>(inValue).to_string();
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:37
Definition: Coordinate.hpp:45
std::string binaryRepr(dtype inValue)
Definition: binaryRepr.hpp:49