yat  0.10.4pre
Static Public Attributes
theplu::yat::utility::detail::iter_has_mutable_data< Iter > Struct Template Reference

#include </scratch/bob/jari/tmp/pristine/yat-0.10.x/yat/utility/iterator_traits.h>

List of all members.

Static Public Attributes

static Iter iter
 instance of Iter
static const bool value
 true if *iter has a function data() that returns double&

Detailed Description

template<class Iter>
struct theplu::yat::utility::detail::iter_has_mutable_data< Iter >

 Struct to check if iterator has mutable data. *Iter must have a
 function data(). If that function returns double& value is
 true.

Member Data Documentation

template<class Iter >
const bool theplu::yat::utility::detail::iter_has_mutable_data< Iter >::value
static
Initial value:
sizeof(has_mutable((*iter).data())) == sizeof(yes)

true if *iter has a function data() that returns double&


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

Generated on Mon Nov 11 2013 09:41:46 for yat by  doxygen 1.8.1