lin
lin::internal::matches_scalar< T > Struct Template Reference

Tests if a type is a scalar. More...

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

Inheritance diagram for lin::internal::matches_scalar< T >:
lin::internal::negation< matches_tensor< T > >

Detailed Description

template<typename T>
struct lin::internal::matches_scalar< T >

Tests if a type is a scalar.

Template Parameters
TType.

A type is determined to be a scalar if it isn't considered a tensor.This is used to aid with selecting overloads for operation functions.

See also
internal::matches_tensor

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