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 45 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 47 of file distances.inlines.hh.

00047                                                                     {
00048     // When the types are the same, conversion is unnecessary.
00049     top = &from;
00050     return V_EQ;
00051   }


The documentation for this struct was generated from the following file:
Generated on Sun Feb 27 16:20:22 2011 for PPL by  doxygen 1.6.3