3#ifndef pRC_CORE_BASIC_FUNCTIONS_IS_SAME_H
4#define pRC_CORE_BASIC_FUNCTIONS_IS_SAME_H
8 template<
class X,
class... Xs>
9 static inline constexpr auto isSame(X &&
arg, Xs &&...args)
11 return ((
arg == args) && ...);
Definition cholesky.hpp:10
static constexpr auto isSame(X &&arg, Xs &&...args)
Definition is_same.hpp:9
static constexpr auto arg(T const &a)
Definition arg.hpp:11