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