mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +00:00
AK: Add a type alias for DistinctNumeric's underlying type
This commit is contained in:
parent
a0522aec90
commit
60b56892ca
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…
Add table
Add a link
Reference in a new issue