Home
last modified time | relevance | path

Searched defs:deref_iterator (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/spirit/example/karma/
Dcustomize_counter.cpp103 struct deref_iterator<client::counter::iterator> struct
105 typedef client::counter::type type;
107 static type call(client::counter::iterator const& it) in call()
Dcustomize_use_as_container.cpp115 struct deref_iterator<client::use_as_container::iterator> struct
117 typedef client::use_as_container::type type;
119 static type call(client::use_as_container::iterator const& it) in call()
/third_party/boost/boost/spirit/home/karma/
Dphoenix_attributes.hpp71 struct deref_iterator<phoenix::actor<Eval> const> struct
73 typedef typename boost::result_of<phoenix::actor<Eval>()>::type type;
74 static type call(phoenix::actor<Eval> const& f) in call()
/third_party/boost/boost/spirit/home/x3/support/traits/
Dcontainer_traits.hpp261 struct deref_iterator struct
263 typedef typename std::iterator_traits<Iterator>::reference type;
264 static type call(Iterator& it) in call()
/third_party/boost/boost/spirit/home/support/
Dcontainer.hpp465 struct deref_iterator struct
467 typedef typename std::iterator_traits<Iterator>::reference type;
468 static type call(Iterator& it) in call()