numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of unsigned_integral concept. More...
Go to the source code of this file.
Classes | |
struct | num_collect::base::concepts::is_unsigned< T > |
Class to check whether a type is unsigned. More... |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::base |
Namespace of definitions common in this project. | |
namespace | num_collect::base::concepts |
Namespace of C++ concepts. |
Concepts | |
concept | num_collect::base::concepts::unsigned_integral |
Concept of unsigned integers. |
Variables | |
template<typename T> | |
constexpr bool | num_collect::base::concepts::is_unsigned_v = is_unsigned<T>::value |
Get whether a type is unsigned. |
Definition of unsigned_integral concept.
Definition in file unsigned_integral.h.