OpenKalman
|
#include <type_traits>
#include <tuple>
#include <string>
#include <gtest/gtest.h>
#include "values/tests/tests.hpp"
#include "collections/concepts/tuple_like.hpp"
Go to the source code of this file.
Classes | |
struct | OpenKalman::test::TestComparison< Arg1, Arg2, Err, std::enable_if_t< collections::tuple_like< Arg1 > and collections::tuple_like< Arg2 > > > |
Compare two tuple-like objects. More... | |