#include <DB_Matrix.inlines.hh>
Static Public Member Functions | |
static Result | function (const To *&top, To &tmp, const From &from, Rounding_Dir dir) |
Definition at line 429 of file DB_Matrix.inlines.hh.
static Result Parma_Polyhedra_Library::maybe_assign_struct< To, From >::function | ( | const To *& | top, | |
To & | tmp, | |||
const From & | from, | |||
Rounding_Dir | dir | |||
) | [inline, static] |
Definition at line 431 of file DB_Matrix.inlines.hh.
References Parma_Polyhedra_Library::assign_r().
00431 { 00432 // When `To' and `From' are different types, we make the conversion 00433 // and use `tmp'. 00434 top = &tmp; 00435 return assign_r(tmp, from, dir); 00436 }