OpenKalman
Classes | Functions | Variables
tests.hpp File Reference
#include <gtest/gtest.h>
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, typename >
 
struct  OpenKalman::test::detail::is_near_t
 

Functions

template<typename Arg1 , typename Arg2 , typename Err >
 OpenKalman::test::TestComparison (const Arg1 &, const Arg2 &, const Err &) -> TestComparison< Arg1, Arg2, Err >
 

Variables

constexpr detail::is_near_t OpenKalman::test::is_near
 Determine if two objects are "near" each other, within a margin of error. More...
 

Variable Documentation

◆ is_near

constexpr detail::is_near_t OpenKalman::test::is_near
inline

Determine if two objects are "near" each other, within a margin of error.

Parameters
arg1The first object
arg2The second object
errThe margin of error