implemented specialization of data types via type traits and handling of embedded non-trivial types

This commit is contained in:
2023-12-10 22:40:01 +01:00
parent da423ea8bb
commit 8ad13076c8
17 changed files with 346 additions and 90 deletions
+1
View File
@@ -13,6 +13,7 @@ class container;
class field_attributes;
namespace access {
template<class Operator, class Type>
void process(Operator &op, Type &object) {
object.process(op);