Commit 3bb78eba authored by Tomáš Jakubec's avatar Tomáš Jakubec
Browse files

The speed does not depend on inheritance MemberApproach in

MemberReference.
parent 5587f678
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -832,6 +832,8 @@ public:
        //ref = referenceToMember;
    }

    virtual ~TestMemberReference() = default;

    inline ValueType getValue(const Class* c) const {
        return c->*ref;
    }