Bartleby 0.1.0
A symbol renaming toolkit
Loading...
Searching...
No Matches
Public Member Functions | List of all members
saq::bartleby::ObjectFormat::Hash Struct Reference

std::hash implementation for ObjectFormat. More...

#include <Bartleby.h>

Public Member Functions

size_t operator() (const ObjectFormat &ObjFormat) const noexcept
 

Detailed Description

std::hash implementation for ObjectFormat.

Member Function Documentation

◆ operator()()

size_t saq::bartleby::ObjectFormat::Hash::operator() ( const ObjectFormat ObjFormat) const
inlinenoexcept
78 {
79 return static_cast<size_t>(ObjFormat.pack());
80 }

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