vectorwrapper/test/unit
King_DuckZ fc7b666429 Add optional methods like yx(), x1(), x0() etc...
You need to define VWR_EXTRA_ACCESSORS if you want those
to be available in your build.
2017-01-27 19:24:27 +00:00
..
CMakeLists.txt Add optional methods like yx(), x1(), x0() etc... 2017-01-27 19:24:27 +00: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 assignment operators for scalar types. 2017-01-27 19:07:15 +00:00
test_ops.cpp Make scalar_type and vector_type public in Vec. 2015-07-25 19:41:16 +02:00