|
iterator | emplace (const string &url) |
|
Definition at line 73 of file CSVDialog.cc.
◆ emplace()
iterator anonymous_namespace{CSVDialog.cc}::Cache::emplace |
( |
const string & |
url | ) |
|
|
inline |
Definition at line 78 of file CSVDialog.cc.
83 auto entryToErase=begin();
84 auto ts=entryToErase->timestamp;
85 for (
auto i=begin(); i!=end(); ++i)
93 return set<CacheEntry>::emplace(url).first;
The documentation for this struct was generated from the following file: