\begin{ccRefFunction}{oformat} \ccDefinition Convenience function to construct an output representation (\ccc{Output_rep}) for type \texttt{T}. \ccFunction{template Output_rep oformat( const T& t);} {Generic IO for type \ccc{T}.} \ccFunction{template Output_rep oformat( const T& t, F );} {Generic IO for type \ccc{T} with formatting tag.} \end{ccRefFunction}