units_data_transfer_rate(3)

units::data_transfer_rate(3) Unit Conversion and Dimensional Analysis Library units::data_transfer_rate(3)

NAME

units::data_transfer_rate - namespace for unit types and containers representing data values

SYNOPSIS

Typedefs

Units (full names plural)



typedef unit< std::ratio< 1 >, units::category::data_transfer_rate_unit > bytes_per_second


Units (abbreviated)



typedef bytes_per_second Bps


Unit Containers



typedef unit_t< bytes_per_second > bytes_per_second_t
typedef unit_t< exabytes_per_second > exabytes_per_second_t
typedef unit_t< bits_per_second > bits_per_second_t
typedef unit_t< exabits_per_second > exabits_per_second_t


Functions


std::ostream & operator<< (std::ostream &os, const bytes_per_second_t &obj)
std::string to_string (const bytes_per_second_t &obj)
std::ostream & operator<< (std::ostream &os, const exabytes_per_second_t &obj)
std::string to_string (const exabytes_per_second_t &obj)
std::ostream & operator<< (std::ostream &os, const bits_per_second_t &obj)
std::string to_string (const bits_per_second_t &obj)
std::ostream & operator<< (std::ostream &os, const exabits_per_second_t &obj)
std::string to_string (const exabits_per_second_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.

Author

Generated automatically by Doxygen for Unit Conversion and Dimensional Analysis Library from the source code.

Wed Mar 29 2023 Version 2.3.0