diff options
Diffstat (limited to 'build/string-table')
-rw-r--r-- | build/string-table | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/string-table b/build/string-table index 39c8cff..7a74024 100644 --- a/build/string-table +++ b/build/string-table @@ -67,6 +67,9 @@ namespace build I size () const {return static_cast<I> (vec_.size ());} + bool + empty () const {return vec_.empty ();} + private: using key_type = map_key<std::string>; using value_type = string_table_element<I, D>; |