Parma_Polyhedra_Library::maybe_assign_struct< Type, Type > Struct Template Reference

#include <DB_Matrix.inlines.hh>

List of all members.

Static Public Member Functions

static Result function (const Type *&top, Type &, const Type &from, Rounding_Dir)


Detailed Description

template<typename Type>
struct Parma_Polyhedra_Library::maybe_assign_struct< Type, Type >

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


Member Function Documentation

template<typename Type>
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   }


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