RflySimSDK v4.10
RflySimSDK说明文档
载入中...
搜索中...
未找到
iteration_proxy< IteratorType > 模板类 参考

proxy class for the items() function 更多...

#include <iteration_proxy.hpp>

Public 成员函数

 iteration_proxy (typename IteratorType::reference cont) noexcept
 construct iteration proxy from a container
 iteration_proxy (iteration_proxy const &)=default
iteration_proxy & operator= (iteration_proxy const &)=default
 iteration_proxy (iteration_proxy &&) noexcept=default
iteration_proxy & operator= (iteration_proxy &&) noexcept=default
iteration_proxy_value< IteratorType > begin () const noexcept
 return iterator begin (needed for range-based for)
iteration_proxy_value< IteratorType > end () const noexcept
 return iterator end (needed for range-based for)

详细描述

template<typename IteratorType>
class detail::iteration_proxy< IteratorType >

proxy class for the items() function

构造及析构函数说明

◆ iteration_proxy()

template<typename IteratorType>
iteration_proxy ( typename IteratorType::reference cont)
inlineexplicitnoexcept

construct iteration proxy from a container

成员函数说明

◆ begin()

template<typename IteratorType>
iteration_proxy_value< IteratorType > begin ( ) const
inlinenoexcept

return iterator begin (needed for range-based for)

函数调用图:
这是这个函数的调用关系图:

◆ end()

template<typename IteratorType>
iteration_proxy_value< IteratorType > end ( ) const
inlinenoexcept

return iterator end (needed for range-based for)


该类的文档由以下文件生成: