nlohmann::basic_json::front

access the first element

Synopsis

Declared in <nlohmann/json.hpp>
const_reference
front() const;


Return Value

the type of an element const reference

Created with MrDocs