template struct Poco::Util::Units::OutputUnit

Functor to write Unit text to stream.

#include <Units.h>

template <typename U>
struct OutputUnit
{
    // methods

    template <typename Stream>
    static
    void
    fn(Stream& os);
};