OpenKalman
Classes
tests.hpp File Reference
#include <string>
#include "values/values.hpp"
#include "collections/traits/size_of.hpp"
#include "collections/functions/get.hpp"
#include "collections/concepts/collection.hpp"
#include "collections/concepts/uniformly_gettable.hpp"
#include "values/tests/tests.hpp"
Include dependency graph for tests.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::test::TestComparison< Arg1, Arg2, Err, std::enable_if_t< collections::collection< Arg1 > and collections::collection< Arg2 > and((collections::uniformly_gettable< Arg1 > and collections::uniformly_gettable< Arg2 > and(collections::uniformly_gettable< Err > or values::value< Err >)) or(stdex::ranges::range< Arg1 > and stdex::ranges::range< Arg2 > and(stdex::ranges::range< Err > or values::value< Err >)))> >
 Compare two collection objects. More...