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

#include <distances.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 44 of file distances.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 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   }


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

Generated on Sat Oct 11 10:41:04 2008 for PPL by  doxygen 1.5.6