lin
lin::internal::has_traits< C > Struct Template Reference

Tests if a type has traits. More...

#include <lin/core/traits/tensor.hpp>

Inheritance diagram for lin::internal::has_traits< C >:
lin::internal::_has_traits< C >

Detailed Description

template<class C>
struct lin::internal::has_traits< C >

Tests if a type has traits.

Template Parameters
CType.

A type is determined to have traits if C::Traits actually maps to a valid type. All tensor classes in lin have this class member.

See also
internal::traits.

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