|
22fe906eda
|
refactor(typetraits): replaces template class type traits with concepts for TypeTraits/CompositeType.h
|
2022-05-22 22:35:11 +08:00 |
|
|
1dcd3dc3b3
|
refactor(typetraits): replaces template class type traits with concepts for TypeTraits/PrimaryType.h
|
2022-05-22 22:34:43 +08:00 |
|
|
5d1f622af8
|
refactor(typetraits): TIsDestructible use Cpp17Destructible requirements instead of std::is_destructible
|
2022-05-22 22:33:45 +08:00 |
|
|
13e3b49118
|
refactor(templates): TFunction replaces using type aliases with derived classes
|
2022-05-14 22:52:21 +08:00 |
|
|
db5ed179c6
|
refactor(templates): add template class specialization TOptional<TReferenceWrapper<T>>
|
2022-05-03 22:20:08 +08:00 |
|
|
a737eea487
|
refactor(templates): disable TFunctionRef to bind r-valued callable
|
2022-05-01 18:02:26 +08:00 |
|
|
eb814e37d3
|
refactor(templates): optimize TAny implementation, increase inline storage size
|
2022-04-30 23:38:09 +08:00 |
|
|
494928aa6b
|
refactor(*): add check and constraint diagnostics for illegal alignment
|
2022-04-27 22:50:56 +08:00 |
|
|
f72d6a53d8
|
refactor(templates): remove the predefined functors, Lambda is a better choice
|
2022-04-24 22:54:08 +08:00 |
|
|
c2eca8df1e
|
refactor(templates): remove the GetData function from the non-container class
|
2022-04-24 22:42:40 +08:00 |
|
|
04d713cd93
|
refactor(templates): refactor GetTypeHash into a member function
|
2022-04-22 22:28:44 +08:00 |
|
|
018d3afb73
|
refactor(templates): refactor Swap into a member function
|
2022-04-14 22:41:22 +08:00 |
|
|
a80860f107
|
feat(templates): add common functors outside STD and the corresponding testing
|
2022-04-10 10:25:42 +08:00 |
|
|
a086f90f25
|
refactor(templates): fix the behavior of the TFunction::Target function
|
2022-04-08 16:52:17 +08:00 |
|
|
ceccf9d722
|
feat(templates): add common functors and the corresponding testing
|
2022-04-08 11:44:36 +08:00 |
|
|
92523a13b2
|
feat(templates): add TFunction and the corresponding testing
|
2022-04-07 15:57:02 +08:00 |
|