Tannic
A C++ Tensor Library
Loading...
Searching...
No Matches
tannic::Integral Concept Reference

Requires a type to be an integral type (e.g., int, std::size_t). More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept tannic::Integral = std::is_integral_v<T>
Requires a type to be an integral type (e.g., int, std::size_t).
Definition: concepts.hpp:147

Detailed Description

Requires a type to be an integral type (e.g., int, std::size_t).