#include <DB_Matrix.inlines.hh>
Static Public Member Functions | |
static Result | function (const Type *&top, Type &, const Type &from, Rounding_Dir) |
Definition at line 440 of file DB_Matrix.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 442 of file DB_Matrix.inlines.hh.
00442 { 00443 // When the types are the same, conversion is unnecessary. 00444 top = &from; 00445 return V_EQ; 00446 }