Template Function icrar::fixed

Function Documentation

template<int N, typename T>
detail::_fixed<N, T> icrar::fixed(T v)

Sent to a stream object, this manipulator will print the given value with a precision of N decimal places.

Return

detail::_fixed<N, T>

Template Parameters
  • N:

  • T:

Parameters
  • v: The value to send to the stream