Unit Conversion and Dimensional Analysis Library  2.3.0
A compile-time c++14 unit conversion library
Functions
units::data Namespace Reference

namespace for unit types and containers representing data values More...

Functions

std::ostream & operator<< (std::ostream &os, const byte_t &obj)
 
std::string to_string (const byte_t &obj)
 
std::ostream & operator<< (std::ostream &os, const exabyte_t &obj)
 
std::string to_string (const exabyte_t &obj)
 
std::ostream & operator<< (std::ostream &os, const bit_t &obj)
 
std::string to_string (const bit_t &obj)
 
std::ostream & operator<< (std::ostream &os, const exabit_t &obj)
 
std::string to_string (const exabit_t &obj)
 

Detailed Description

namespace for unit types and containers representing data values

The base unit for data is bytes, and the corresponding base_unit category is data_unit.

See also
See unit_t for more information on unit type containers.