Bananymous
|
6707989cd5
|
BAN: Implement same_as and add requires for BAN::Function with lambda
BAN::Function(lambda) now requires that the object is callable and
returns the correct type. This allows overloads with different
callback formats.
|
2024-06-14 00:15:48 +03:00 |
Bananymous
|
65f299038d
|
BAN: Implement traits {true,false}_type with integral_constant
|
2024-06-03 17:51:44 +03:00 |
Bananymous
|
3c62be3f5d
|
BAN: Implement make_signed and make_unsigned
|
2024-03-22 12:35:20 +02:00 |
Bananymous
|
0408aa9bbc
|
BAN: Implement is_unsigned* traits and (un)?signed_integral concepts
|
2024-01-25 14:17:23 +02:00 |
Bananymous
|
dfe5a2d665
|
All: Cleanup all files
Add newline to end of files and remove whitespace from end of lines
|
2024-01-24 15:53:38 +02:00 |
Bananymous
|
de4fdcd898
|
BAN: Implement is_base_of and integral_constant to Traits
|
2024-01-22 16:59:14 +02:00 |
Bananymous
|
9b8e6e6629
|
BAN: Implement is_*constructable
|
2023-12-24 13:36:12 +02:00 |
Bananymous
|
921d95d18f
|
All: Clear lines with only whitspace in them
|
2023-09-10 00:31:42 +03:00 |
Bananymous
|
5df48804e1
|
BAN: add either_or and either_or_t
This allows you to select type depending on constexpr evaluatable
boolean
|
2023-07-12 13:34:31 +03:00 |
Bananymous
|
591d03de95
|
BAN: add is_arithmetic and is_signed to Traits.h
|
2023-05-15 20:26:29 +03:00 |
Bananymous
|
8e31ef9905
|
BAN: Add specialization for ErrorOr<LValueReference>
ErrorOr can now return a reference :)
|
2023-04-18 22:02:47 +03:00 |
Bananymous
|
e9da63ad79
|
BAN: Add is_const to traits
|
2023-03-23 13:28:57 +02:00 |
Bananymous
|
3ac99f1bd8
|
BAN: Add more traits and cleanup code
|
2023-03-08 21:30:21 +02:00 |
Bananymous
|
6a133782ed
|
All: Move to c++20
|
2023-02-09 23:05:26 +02:00 |
Bananymous
|
4faa662a59
|
BAN: Rewrite Traits and add some more of them
|
2023-02-01 20:05:34 +02:00 |
Bananymous
|
5127da9ecc
|
BAN: Add more traits
|
2023-02-01 01:22:19 +02:00 |
Bananymous
|
ef2e8f1a2f
|
BAN: Move RemoveReference and IsLValueReference to their own header
Also implement basic Less, Equal, Greater
|
2023-01-18 13:39:08 +02:00 |