System.DynamicArray.back

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

T&              back()                     { return (*this)[get_high()]; }
const T&        back()  const              { return (*this)[get_high()]; }

Propriétés

Type Visibilité  Source Unité  Parent
function public sysdyn.h System DynamicArray

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !