Mr.Docs The C++ Alliance GitHub Repo
  • Mr.Docs
  • Reference
  • mrdocs
  • VariableSymbol
  • operator_3way-09
master develop 2026.9.4 v0.8.0
Mr.Docs The C++ Alliance GitHub Repo

Mr.Docs

    • Home
    • Demos
    • Installation
    • Getting Started
    • The Configuration File
    • Documenting the Code
    • Generators
    • Design Notes
    • Library Reference
    • Contributor’s Guide
    • License

mrdocs::VariableSymbol::operator<=>

Three‐way comparison operators

Synopses

Declared in <mrdocs/Metadata/Symbol/Variable.hpp>

Three‐way comparison operator

std::strong_ordering
operator<=>(VariableSymbol const& other) const;

» more...

Three‐way comparison operator

auto
operator<=>(SymbolCommonBase<mrdocs::SymbolKind::Variable> const& rhs) const = default;

» more...

Created with MrDocs