vectorwrapper/test/unit
King_DuckZ 2f4d319675 Implement binary operators.
This also has the benefical side effect of ridding me of that
stupid VWR_STATIC_CAST_RESULTS macro.
2016-11-08 02:24:21 +01:00
..
CMakeLists.txt Implement comparison operators correctly. 2016-11-08 01:51:17 +01:00
example.cpp Allow casting to vectors of lower dimensions. 2015-07-25 21:18:45 +02:00
sample_vectors.hpp Change hardcoded std::size_t into size_type so it can be customised. 2016-11-02 03:53:22 +01:00
test_conversions.cpp Add an example.cpp unit test to demonstrate usage. 2015-07-25 20:55:52 +02:00
test_get_at.cpp Add test for wrapped vector using get_at() which was not working previously. 2016-10-25 01:18:44 +02:00
test_operators.cpp Implement binary operators. 2016-11-08 02:24:21 +01:00
test_ops.cpp Make scalar_type and vector_type public in Vec. 2015-07-25 19:41:16 +02:00