theplu::yat::utility::detail::iter_has_mutable_data< Iter > Struct Template Reference

#include <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 >

For internal use only.

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 7 02:25:53 2011 for yat by  doxygen 1.5.9