47 [[nodiscard]]
auto name() const noexcept -> const
std::
string& {
58 -> std::strong_ordering {
59 return this->
name().compare(right.name()) <=> 0;
69 return this->
name() == right.name();
auto name() const noexcept -> const std::string &
Get the name of this tag.
auto operator!=(const log_tag &right) const noexcept -> bool=default
Compare two tags.
log_tag(std::string_view name)
Constructor.
auto operator==(const log_tag &right) const noexcept -> bool
Compare two tags.
auto operator<=>(const log_tag &right) const noexcept -> std::strong_ordering
Compare two tags.