CGAL::oformat

Definition

Convenience function to construct an output representation (Output_rep) for type T.

template <class T>
Output_rep<T> oformat ( T t) Generic IO for type T.

template <class T, typename F>
Output_rep<T,F> oformat ( T t, F) Generic IO for type T with formatting tag.