reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/cpp_type_traits.h
   89       enum { __value = bool(_Sp::__value) || bool(_Tp::__value) };
   90       typedef typename __truth_type<__value>::__type __type;
usr/include/c++/7.4.0/bits/stl_algobase.h
  680     __gnu_cxx::__enable_if<!__is_scalar<_Tp>::__value, void>::__type
  690     __gnu_cxx::__enable_if<__is_scalar<_Tp>::__value, void>::__type
  737     __gnu_cxx::__enable_if<!__is_scalar<_Tp>::__value, _OutputIterator>::__type
  748     __gnu_cxx::__enable_if<__is_scalar<_Tp>::__value, _OutputIterator>::__type