implemented specialization of data types via type traits and handling of embedded non-trivial types
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user