Compute a hash of a source location.

Synopsis

Declared in <logging.h>

size_t
operator()(SourceLocation const& s) const noexcept;

Return Value

A hash value derived from the line and file name.

Parameters

Name

Description

s

The source location to hash.

Created with MrDocs