access specified array element with bounds checking

Synopsis

Declared in <nlohmann/json.hpp>

const_reference
at(size_type idx) const;

Return Value

the type of an element const reference

Parameters

Name

Description

idx

a type to represent container sizes

Created with MrDocs