Home
last modified time | relevance | path

Searched refs:indexed_range (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/range/adaptor/
Dindexed.hpp263 struct indexed_range struct
287 indexed_range( in indexed_range() function
297 indexed_range( in indexed_range() function
310 using range_detail::indexed_range;
316 inline indexed_range<SinglePassRange>
322 return indexed_range<SinglePassRange>( in operator |()
328 inline indexed_range<const SinglePassRange>
334 return indexed_range<const SinglePassRange>( in operator |()
340 inline indexed_range<SinglePassRange>
348 return indexed_range<SinglePassRange>( in index()
[all …]
/third_party/boost/boost/histogram/
Dindexed.hpp40 class BOOST_ATTRIBUTE_NODISCARD indexed_range { class
224 using value_type = typename indexed_range::value_type;
303 friend class indexed_range;
306 indexed_range(histogram_type& hist, coverage cov) in indexed_range() function in boost::histogram::indexed_range
365 return indexed_range<std::remove_reference_t<Histogram>>{std::forward<Histogram>(hist), in indexed()
/third_party/boost/libs/histogram/doc/html/
Dhistogram_HTML.manifest20 boost/histogram/indexed_range.html
21 boost/histogram/indexed_range/accessor.html
22 boost/histogram/indexed_range/accessor/index_view.html
/third_party/boost/libs/range/doc/reference/adaptors/
Dindexed.qbk58 * [*Range Return Type:] `boost::indexed_range<decltype(rng)>`
/third_party/boost/libs/histogram/doc/
Dchangelog.qbk64 …* boost::histogram::indexed_range::accessor is now non-copyable and acts like reference to cell va…
Dhistory.qbk117 …* boost::histogram::indexed_range::accessor is now non-copyable and acts like reference to cell va…