Public Attributes | Friends | List of all members
rmm::detail::bytes Struct Reference

Represent a size in number of bytes. More...

#include <logger.hpp>

Public Attributes

std::size_t value
 The size in bytes.
 

Friends

std::ostream & operator<< (std::ostream &os, bytes const &value)
 Construct a new bytes object. More...
 

Detailed Description

Represent a size in number of bytes.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
bytes const &  value 
)
friend

Construct a new bytes object.

Parameters
osThe output stream
valueThe size in bytes

The documentation for this struct was generated from the following file: