Server
 
로딩중...
검색중...
일치하는것 없음
detail::iteration_proxy< IteratorType > 클래스 템플릿 참조

proxy class for the items() function 더 자세히 ...

#include <json.hpp>

Public 멤버 함수

 iteration_proxy (typename IteratorType::reference cont) noexcept
 construct iteration proxy from a container
 
 iteration_proxy (iteration_proxy const &)=default
 
iteration_proxyoperator= (iteration_proxy const &)=default
 
 iteration_proxy (iteration_proxy &&) noexcept=default
 
iteration_proxyoperator= (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


이 클래스에 대한 Documentation 페이지는 다음의 파일로부터 생성되었습니다.: