name overloads

Synopses

Declared in <bdlat_attributeinfo.h>

Return a reference to the modifiable name of this attribute info object.

char const*&
name();

Return the non‐modifiable name of this attribute info object.

constexpr
char const*
name() const;

Return Value

  • reference to the modifiable name

  • non‐modifiable name

Created with MrDocs