LUMIERA.clone/tests/library/diff
Ichthyostega f9d0d13501 ability to pick up the attribute type from the closure/functor
The actual trick to make it work is to use decltype on the function operator
http://stackoverflow.com/questions/7943525/is-it-possible-to-figure-out-the-parameter-type-and-return-type-of-a-lambda/7943765#7943765

In addition, we now pick up the functor by template type and
store it under that very type. For one, this cuts the size
of the generated class by a factor of two. And it gives the
compiler the ability to inline a closure as much as is possible,
especially when the created Binder / Mutator lives in the same
reference frame the closure taps into.
2015-05-03 05:24:06 +02:00
..
diff-index-table-test.cpp allow for iterative access to the snapshot data in the lookup table 2015-01-04 14:23:12 +01:00
diff-list-application-test.cpp settle architectural considerations regarding the TreeMuator concept 2015-04-03 20:10:22 +02:00
diff-list-generation-test.cpp Implementation of List Diff detection finished. Unit Test PASS 2015-01-04 15:13:16 +01:00
gen-node-basic-test.cpp Ticket #956: decide layout and handling of GenNode elements 2015-05-02 01:11:39 +02:00
generic-record-representation-test.cpp decide on the foundations of tree diff representation 2015-03-21 02:00:55 +01:00
generic-tree-mutator-test.cpp ability to pick up the attribute type from the closure/functor 2015-05-03 05:24:06 +02:00
generic-tree-representation-test.cpp decide on the foundations of tree diff representation 2015-03-21 02:00:55 +01:00