mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-13 14:39:47 +00:00
Add swap() method.
This commit is contained in:
parent
59eff8ff56
commit
6c2431a3d0
4 changed files with 15 additions and 0 deletions
|
@ -58,6 +58,7 @@ namespace mchlib {
|
|||
const string_type* get_stringref_source ( std::size_t parIndex ) const;
|
||||
const stringref_type& operator[] ( std::size_t parIndex ) const;
|
||||
void pop ( void );
|
||||
void swap (StringPool& parOther) noexcept;
|
||||
|
||||
private:
|
||||
PoolType m_pool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue