|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| constexpr | jsonpath_indices (jsonpath_indices const &) noexcept=default |
| constexpr | jsonpath_indices (jsonpath_indices &&) noexcept=default |
| constexpr jsonpath_indices & | operator= (jsonpath_indices const &) noexcept=default |
| constexpr jsonpath_indices & | operator= (jsonpath_indices &&) noexcept=default |
| jsonpath_indices (ssize_t other) noexcept | |
| std::string | string () const noexcept |
| generator< std::size_t > | filter (std::size_t size) const noexcept |
| std::size_t | size () const noexcept |
| ssize_t const & | front () const noexcept |
| void | push_back (ssize_t rhs) noexcept |
| bool | is_singular () const noexcept |
Data Fields | |
| std::vector< ssize_t > | indices |