ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
proxy class for the items() function More...
#include <acts/blob/master/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp>
Public Member Functions | |
iteration_proxy (typename IteratorType::reference cont) noexcept | |
construct iteration proxy from a container | |
iteration_proxy_value < IteratorType > | begin () noexcept |
return iterator begin (needed for range-based for) | |
iteration_proxy_value < IteratorType > | end () noexcept |
return iterator end (needed for range-based for) | |
Private Attributes | |
IteratorType::reference | container |
the container to iterate | |
proxy class for the items() function
Definition at line 3385 of file json.hpp.
View newest version in sPHENIX GitHub at line 3385 of file json.hpp
|
inlineexplicitnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |