Tannic
A C++ Tensor Library
Loading...
Searching...
No Matches
tannic::Trait< T > Struct Template Reference

#include <traits.hpp>

Public Types

using Reference = std::decay_t< T >
 

Static Public Attributes

static constexpr bool is_assignable = Assignable<Reference>
 
static constexpr bool is_comparable = Comparable<Reference>
 

Member Typedef Documentation

◆ Reference

template<typename T >
using tannic::Trait< T >::Reference = std::decay_t<T>

Member Data Documentation

◆ is_assignable

template<typename T >
constexpr bool tannic::Trait< T >::is_assignable = Assignable<Reference>
staticconstexpr

◆ is_comparable

template<typename T >
constexpr bool tannic::Trait< T >::is_comparable = Comparable<Reference>
staticconstexpr

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