Template Function librapid::shapesMatch(const std::tuple<First, Second, Rest…>&)#
Defined in File shape.hpp
Function Documentation#
Warning
doxygenfunction: Unable to resolve function “librapid::shapesMatch” with arguments (const std::tuple<First, Second, Rest…>&) in doxygen xml output for project “librapid” from directory: ../xml. Potential matches:
- template<typename First, typename Second, typename ...Rest, typename std::enable_if_t<typetraits::IsSizeType<First>::value && typetraits::IsSizeType<Second>::value && (typetraits::IsSizeType<Rest>::value && ...), int> = 0> bool shapesMatch(const First &first, const Second &second, const Rest&... shapes)
- template<typename First, typename Second, typename ...Rest, typename std::enable_if_t<typetraits::IsSizeType<First>::value && typetraits::IsSizeType<Second>::value && (typetraits::IsSizeType<Rest>::value && ...), int> = 0> bool shapesMatch(const std::tuple<First, Second, Rest...> &shapes)