diff options
Diffstat (limited to 'libalee/dictionary.hpp')
-rw-r--r-- | libalee/dictionary.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libalee/dictionary.hpp b/libalee/dictionary.hpp index 2f17a77..14366a5 100644 --- a/libalee/dictionary.hpp +++ b/libalee/dictionary.hpp @@ -109,6 +109,7 @@ public: * Returns an empty word if the buffer is empty or entirely read. */ Word input() noexcept; + bool hasInput() const noexcept; /** * Checks if this dictionary's word is equivalent to the given string/size. |