All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | Static Public Attributes | List of all members
paal::detail::is_range_const< Range > Struct Template Reference

Public Types

using ref = typename boost::range_reference< Range >::type
 

Static Public Attributes

static const bool value
 

Detailed Description

template<typename Range>
struct paal::detail::is_range_const< Range >

Definition at line 111 of file knapsack_greedy.hpp.

Member Data Documentation

template<typename Range >
const bool paal::detail::is_range_const< Range >::value
static
Initial value:
= std::is_const<ref>::value ||
!std::is_reference<ref>::value

Definition at line 113 of file knapsack_greedy.hpp.


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