MCPcopy Create free account
hub / github.com/dillo-browser/dillo / getFirst

Method getFirst

lout/misc.hh:527–529  ·  view source on GitHub ↗

* \brief Return the first element, explicitly. */

Source from the content-addressed store, hash-verified

525 * \brief Return the first element, explicitly.
526 */
527 inline T getFirst () const {
528 return *(this->getFirstRef());
529 }
530
531 /**
532 * \brief Return the reference of the last element (convenience method).

Callers

nothing calls this directly

Calls 1

getFirstRefMethod · 0.95

Tested by

no test coverage detected