1
0
Fork 0
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:
King_DuckZ 2017-08-15 10:20:12 +01:00
parent 59eff8ff56
commit 6c2431a3d0
4 changed files with 15 additions and 0 deletions

View file

@ -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;