#include <distances.inlines.hh>
Static Public Member Functions | |
static Result | function (const Type *&top, Type &, const Type &from, Rounding_Dir) |
Definition at line 44 of file distances.inlines.hh.
static Result Parma_Polyhedra_Library::maybe_assign_struct< Type, Type >::function | ( | const Type *& | top, | |
Type & | , | |||
const Type & | from, | |||
Rounding_Dir | ||||
) | [inline, static] |
Definition at line 46 of file distances.inlines.hh.
00046 { 00047 // When the types are the same, conversion is unnecessary. 00048 top = &from; 00049 return V_EQ; 00050 }