HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
hi::v1::jsonpath::slice Struct Reference

Public Member Functions

constexpr slice (slice const &) noexcept=default
 
constexpr slice (slice &&) noexcept=default
 
constexpr sliceoperator= (slice const &) noexcept=default
 
constexpr sliceoperator= (slice &&) noexcept=default
 
constexpr slice (ptrdiff_t first, ptrdiff_t last, ptrdiff_t step) noexcept
 
constexpr bool last_is_empty () const noexcept
 
constexpr std::size_t begin (std::size_t size) const noexcept
 Get the start offset.
 
constexpr std::size_t end (std::size_t size) const noexcept
 Get the one-step beyond last offset.
 
constexpr std::string string () const noexcept
 
constexpr bool is_singular () const noexcept
 

Data Fields

ptrdiff_t first
 
ptrdiff_t last
 
ptrdiff_t step
 

Member Function Documentation

◆ begin()

constexpr std::size_t hi::v1::jsonpath::slice::begin ( std::size_t size) const
inlineconstexprnoexcept

Get the start offset.

Parameters
sizeThe size of the container.
Returns
The start offset of the slice.

◆ end()

constexpr std::size_t hi::v1::jsonpath::slice::end ( std::size_t size) const
inlineconstexprnoexcept

Get the one-step beyond last offset.

This will calculate the last offset of an integer number of steps starting from begin(). This allows the end() to be equality compared inside a for loop, even when the step is negative.

Parameters
sizeThe size of the container.
Returns
The one-step beyond last offset of the slice.

The documentation for this struct was generated from the following file: