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

Definition of signed_integral concept. More...

#include <type_traits>
#include "num_collect/base/concepts/integral.h"
+ Include dependency graph for signed_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_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.
 

Detailed Description

Definition of signed_integral concept.

Definition in file signed_integral.h.