numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
integral.h File Reference

Definition of integral concept. More...

#include <type_traits>
+ Include dependency graph for integral.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition of integral concept.

Definition in file integral.h.