std::experimental::ranges::SignedIntegral
Min standard notice:
Header: <experimental/ranges/concepts>
The concept SignedIntegral
# Declarations
template< class T >
concept bool SignedIntegral = Integral<T> && std::is_signed<T>::value;
(ranges TS)
# Notes
SignedIntegral