numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of signed_integral concept. More...
Go to the source code of this file.
Classes | |
struct | num_collect::base::concepts::is_signed< T > |
Class to check whether a type is signed. 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::signed_integral |
Concept of signed integers. | |
Variables | |
template<typename T > | |
constexpr bool | num_collect::base::concepts::is_signed_v = is_signed<T>::value |
Get whether a type is signed. | |
Definition of signed_integral concept.
Definition in file signed_integral.h.