metadata 0.2.0
Modern C++23 header-only metadata container (JSON-like)
Loading...
Searching...
No Matches
std::hash< md::Object > Struct Reference

std::hash specialization for md::Object; order-independent so equal objects hash equal regardless of insertion order. More...

#include <hash.hpp>

Public Member Functions

std::size_t operator() (const md::Object &o) const noexcept
 Hash an md::Object.
 

Detailed Description

std::hash specialization for md::Object; order-independent so equal objects hash equal regardless of insertion order.


The documentation for this struct was generated from the following file: