|
|
using | container_type = std::vector<jsonpath_node> |
| |
|
using | value_type = typename container_type::value_type |
| |
|
using | iterator = typename container_type::iterator |
| |
|
using | const_iterator = typename container_type::const_iterator |
| |
|
|
| jsonpath (std::string_view rhs) |
| |
|
bool | empty () const noexcept |
| |
| bool | is_singular () const noexcept |
| | The json-path will result in zero or one match.
|
| |
|
size_t | size () const noexcept |
| |
|
iterator | begin () noexcept |
| |
|
const_iterator | begin () const noexcept |
| |
|
const_iterator | cbegin () const noexcept |
| |
|
iterator | end () noexcept |
| |
|
const_iterator | end () const noexcept |
| |
|
const_iterator | cend () const noexcept |
| |
◆ is_singular()
| bool tt::jsonpath::is_singular |
( |
| ) |
const |
|
inlinenoexcept |
The json-path will result in zero or one match.
The documentation for this class was generated from the following file: