mrdocs::dom::LazyArrayImpl::get
Return the i‐th element, without bounds checking.
Synopses
Declared in <mrdocs/Dom/Array.hpp>
virtual
dom::Value
get(std::size_t i) const override;
Return the i‐th element, without bounds checking.
virtual
value_type
get(size_type i) const = 0;
Created with MrDocs