mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
AK: Add a type alias for DistinctNumeric's underlying type
This commit is contained in:
parent
a0522aec90
commit
60b56892ca
Notes:
sideshowbarker
2024-07-18 05:01:22 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/60b56892ca Pull-request: https://github.com/SerenityOS/serenity/pull/17111 Reviewed-by: https://github.com/AtkinsSJ ✅ Reviewed-by: https://github.com/bgianfo ✅
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ class DistinctNumeric {
|
|||
constexpr static Option options { Opts()... };
|
||||
|
||||
public:
|
||||
using Type = T;
|
||||
|
||||
constexpr DistinctNumeric() = default;
|
||||
|
||||
constexpr DistinctNumeric(T value)
|
||||
|
|
Loading…
Reference in a new issue