Streams the textual symbol of a dimension to a std::basic_ostream.
Declared in <mp-units/framework/dimension.h>
template<
typename CharT,
typename Traits,
Unit D>
std::basic_ostream<CharT, Traits>&
operator<<(
std::basic_ostream<CharT, Traits>& os,
D d);
os
| Name | Description |
|---|---|
| os | the output stream to write to |
| d | the dimension to render |