summaryrefslogtreecommitdiff
path: root/AK/Optional.h
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-08-25AK: Optional::operator bool() should consume the OptionalAndreas Kling
2019-08-08AK: Add Optional<T>(const U&)Andreas Kling
2019-08-07AK: Fix -Wconsumed warnings in Optional move-ctor and move-assignAndreas Kling
2019-08-05AK: Fix leak in Optional(Optional&&)Andreas Kling
2019-08-05AK: Optional::operator=(Optional&&) should clear movee's has_value bitAndreas Kling
2019-07-31Optional: Add consumable checksRobin Burchell
2019-07-24AK: Make HashMap::get(Key) return an Optional<Value>.Andreas Kling
2019-07-24AK: Add Optional::value_or(T).Andreas Kling
2019-07-08AK: Add a simple Optional<T> template.Andreas Kling