An any with cached hash.
More...
An any with cached hash.
Definition at line 192 of file CSVParser.cc.
◆ Any() [1/2]
| anonymous_namespace{CSVParser.cc}::Any::Any |
( |
| ) |
|
|
default |
◆ Any() [2/2]
| anonymous_namespace{CSVParser.cc}::Any::Any |
( |
const any & |
x | ) |
|
|
inline |
◆ operator<()
| bool anonymous_namespace{CSVParser.cc}::Any::operator< |
( |
const Any & |
x | ) |
const |
|
inline |
Definition at line 196 of file CSVParser.cc.
196 {
return static_cast<const any&
>(*this)<x;}
◆ operator==()
| bool anonymous_namespace{CSVParser.cc}::Any::operator== |
( |
const Any & |
x | ) |
const |
|
inline |
Definition at line 197 of file CSVParser.cc.
197 {
return static_cast<const any&
>(*this)==
static_cast<const any&
>(x);}
◆ hash
| size_t anonymous_namespace{CSVParser.cc}::Any::hash |
The documentation for this struct was generated from the following file: