\begin{ccRefClass}{Intersection_traits, B} \ccInclude{CGAL/Intersection_traits.h} \ccDefinition The traits class \ccClassTemplateName\ provides a typedef for the return type of the \ccc{intersection} function objects belonging to a model of \ccc{Kernel}. The value of \ccStyle{result_type} can be found in the \ccc{intersection} documentation of the corresponding kernel. For convenience the alias \ccStyle{IT} is provided. \ccTypes \ccStyle{result_type} The type of the resulting intersection between \ccStyle{A} and \ccStyle{B}. \end{ccRefClass}