Polymake Template Library (PTL) 4.12
List of all members
pm::function_argument< T > Struct Template Reference

#include <type_manip.h>

Inherited by pm::function_argument< const T & >.

Detailed Description

template<typename T>
struct pm::function_argument< T >

Definition of the input argument type

For a given type, a suitable type of the function input argument is defined. Objects of user-defined classes should be passed as a const reference, while built-in types are more efficiently passed per value.


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