Struct is_related
Synopsis
#include <include/internal/benchmark/detail/catch_benchmark_function.hpp>
template <typename T, typename U>
struct is_related
: std::is_same<Decay<T>, Decay<U>>
Description
No description yet.
Inheritance
Ancestors: std::is_same< Decay< T >, Decay< U > >
Source
Lines 28-30 in include/internal/benchmark/detail/catch_benchmark_function.hpp.
template <typename T, typename U>
struct is_related
: std::is_same<Decay<T>, Decay<U>> {};