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