![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#include <TOMLReader.hpp>
Public Member Functions | |
SIV3D_NODISCARD_CXX20 | TOMLArrayView ()=default |
SIV3D_NODISCARD_CXX20 | TOMLArrayView (const TOMLArrayIterator &begin, const TOMLArrayIterator &end) noexcept |
TOMLArrayIterator | begin () const noexcept |
TOMLArrayIterator | end () const noexcept |
TOMLValue | operator[] (size_t index) const |
|
default |
|
noexcept |
|
noexcept |
|
noexcept |
TOMLValue s3d::TOMLArrayView::operator[] | ( | size_t | index | ) | const |