Minsky
std::hash< Any > Struct Template Reference
Collaboration diagram for std::hash< Any >:
Collaboration graph

Public Member Functions

size_t operator() (const Any &x) const
 

Detailed Description

template<>
struct std::hash< Any >

Definition at line 354 of file CSVParser.cc.

Member Function Documentation

◆ operator()()

size_t std::hash< Any >::operator() ( const Any &  x) const
inline

Definition at line 356 of file CSVParser.cc.

356 {return x.hash;}

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