Redcraft/Redcraft.Utility/Source/Public/Concepts
2022-05-22 22:36:04 +08:00
..
Assignable.h refactor(typetraits): replaces template class type traits with concepts for TypeTraits/PrimaryType.h 2022-05-22 22:34:43 +08:00
BooleanTestable.h feat(concept): add concepts that depend on templates such as Forward and add corresponding tests 2022-02-04 15:47:57 +08:00
BuiltinType.h refactor(typetraits): replaces template class type traits with concepts for TypeTraits/CompositeType.h 2022-05-22 22:35:11 +08:00
Common.h style(concept): minimize Concepts' header file dependency on Templates 2022-03-06 23:32:39 +08:00
Comparable.h refactor(*): remove FTypeInfo and replace it with the native std::type_info 2022-05-12 23:36:32 +08:00
Concepts.h feat(templates): add Invoke function and corresponding peripheral tools 2022-02-04 21:11:05 +08:00
Constructible.h refactor(typetraits): replaces template class type traits with concepts for TypeTraits/SupportedOperations.h 2022-05-22 22:36:04 +08:00
Convertible.h feat(concept): add basic concepts and the corresponding testing 2022-02-02 19:04:42 +08:00
Derived.h feat(concept): add basic concepts and the corresponding testing 2022-02-02 19:04:42 +08:00
Destructible.h refactor(typetraits): replaces template class type traits with concepts for TypeTraits/SupportedOperations.h 2022-05-22 22:36:04 +08:00
Invocable.h feat(templates): add Invoke function and corresponding peripheral tools 2022-02-04 21:11:05 +08:00
Objects.h refactor(typetraits): replaces template class type traits with concepts for TypeTraits/CompositeType.h 2022-05-22 22:35:11 +08:00
Same.h feat(concept): add basic concepts and the corresponding testing 2022-02-02 19:04:42 +08:00
Swappable.h style(concept): minimize Concepts' header file dependency on Templates 2022-03-06 23:32:39 +08:00