Home
last modified time | relevance | path

Searched defs:signed_integral (Results 1 – 2 of 2) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__concepts/
Darithmetic.h33 concept signed_integral = integral<_Tp> && is_signed_v<_Tp>; variable
/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/
Diterator_traits.h186 requires signed_integral<typename incrementable_traits<_Ip>::difference_type>; in requires() local