Parma_Polyhedra_Library::maybe_assign_struct< To, From > Struct Template Reference

#include <DB_Matrix.inlines.hh>

List of all members.

Static Public Member Functions

static Result function (const To *&top, To &tmp, const From &from, Rounding_Dir dir)


Detailed Description

template<typename To, typename From>
struct Parma_Polyhedra_Library::maybe_assign_struct< To, From >

Definition at line 429 of file DB_Matrix.inlines.hh.


Member Function Documentation

template<typename To, typename From>
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   }


The documentation for this struct was generated from the following file:

Generated on Wed Jul 16 22:55:52 2008 for PPL by  doxygen 1.5.6