value::crbegin Method

Get the beginning const reverse iterator element for a composite value.

const_reverse_iterator crbegin() const;

Return Value

The beginning const_reverse_iterator element of the JSON value.

Requirements

Header: json.h

Namespace: web::json

See Also

Reference

value Class