All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | List of all members
paal::detail::knapsack_base< Objects, ObjectSizeFunctor, ObjectValueFunctor > Struct Template Reference

Public Types

typedef
detail::FunctorOnRangePValue
< ObjectSizeFunctor, Objects > 
SizeType
 
typedef
detail::FunctorOnRangePValue
< ObjectValueFunctor, Objects > 
ValueType
 

Detailed Description

template<typename Objects, typename ObjectSizeFunctor, typename ObjectValueFunctor>
struct paal::detail::knapsack_base< Objects, ObjectSizeFunctor, ObjectValueFunctor >

Definition at line 76 of file knapsack_utils.hpp.


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