Files
compute-runtime/shared/source/helpers
Kamil Kopryk 899abf3aac feature: add NonCopyableOrMovable and NonCopyable concepts
Inheriting from NonCopyableOrMovableClass or NonCopyableClass
does not prevent derived classes from accidentally defining
their own copy or move constructors, violating the intended design.

This commit introduces two concepts:
- NonCopyableOrMovable
- NonCopyable

Using static asserts with these concepts will guarantee the intended
copy and move limitations.

Related-To: NEO-14068
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
2025-02-14 03:55:50 +01:00
..
2025-02-10 14:54:03 +01:00
2023-01-25 09:16:39 +01:00
2023-01-11 09:10:45 +01:00
2023-01-11 09:10:45 +01:00
2023-02-10 20:26:13 +01:00
2024-10-02 16:14:40 +02:00
2023-01-16 11:45:55 +01:00
2023-01-10 07:56:16 +01:00
2022-12-08 16:14:38 +01:00
2024-12-31 10:37:37 +01:00
2023-04-13 10:46:47 +02:00
2022-12-08 16:14:38 +01:00