lin
lin::internal::matches_scalar_scalar< T, U > Struct Template Reference

Tests if a pair of types is a "scalar scalar" pair. More...

#include <lin/core/operations/tensor_operations.hpp>

Inheritance diagram for lin::internal::matches_scalar_scalar< T, U >:
lin::internal::conjunction< matches_scalar< T >, matches_scalar< U > >

Detailed Description

template<typename T, typename U>
struct lin::internal::matches_scalar_scalar< T, U >

Tests if a pair of types is a "scalar scalar" pair.

Template Parameters
TFirst type.
USecond type.

A pair of types is determined to be a "scalar scalar" pair if both are considered scalar types. This is used to aid with selecting overloads for operation functions.

See also
internal::matches_scalar
internal::matches_scalar_scalar
internal::matches_tensor_scalar
internal::matches_scalar_tensor

The documentation for this struct was generated from the following file: