Streams the textual symbol of a dimension to a std::basic_ostream.
Synopsis
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);
Return Value
os
Parameters
Name |
Description |
os |
the output stream to write to |
d |
the dimension to render |
Created with MrDocs