[#mp_units-basic_fixed_string-08-at] = xref:mp_units.adoc[mp_units]::xref:mp_units/basic_fixed_string-08.adoc[basic_fixed_string]::at :relfileprefix: ../../ :mrdocs: Accesses the character at the given position, with bounds checking == Synopsis Declared in `<mp‐units/ext/fixed_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] constexpr xref:mp_units/basic_fixed_string-08/const_reference.adoc[const_reference] at(xref:mp_units/basic_fixed_string-08/size_type.adoc[size_type] pos) const; ---- == Return Value The character at position `pos` [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *pos* | Position of the character to return |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#