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

References

usr/include/c++/7.4.0/bits/alloc_traits.h
  247 	_Require<__and_<__not_<__has_construct<_Tp, _Args...>>,
usr/include/c++/7.4.0/bits/hashtable.h
   46       =  __not_<__and_<// Do not cache for fast hasher.
  254 	using __if_hash_cached = __or_<__not_<__hash_cached>, _Cond>;
usr/include/c++/7.4.0/bits/move.h
  104     : public __and_<__not_<is_nothrow_move_constructible<_Tp>>,
  184     typename enable_if<__and_<__not_<__is_tuple_like<_Tp>>,
usr/include/c++/7.4.0/bits/nested_exception.h
  120 			    __not_<is_base_of<nested_exception, _Up>>>;
usr/include/c++/7.4.0/bits/shared_ptr_base.h
 1366 	: __not_<is_array<_Tp>> { }; // No enable shared_from_this for arrays
usr/include/c++/7.4.0/bits/stl_pair.h
  132 				       __not_<__do_converts>>::type;
  146 				       __not_<__do_converts>>::type;
usr/include/c++/7.4.0/bits/unique_ptr.h
  134         __and_<__not_<is_pointer<_Dp>>,
  175                 __not_<is_array<_Up>>,
  178                       __and_<__not_<is_reference<deleter_type>>,
  412 		    __not_<is_same<__remove_cv<_Tp>, __remove_cv<_Up>>> >;
  430                 __and_<__not_<is_reference<deleter_type>>,
usr/include/c++/7.4.0/ext/alloc_traits.h
   76 		      std::__not_<std::is_pointer<_Ptr>>>;
usr/include/c++/7.4.0/functional
   99     using _NotSame = __not_<is_same<typename std::decay<_Tp1>::type,
usr/include/c++/7.4.0/istream
  940       using type = __not_<is_void<
usr/include/c++/7.4.0/ostream
  645       using type = __not_<is_void<
usr/include/c++/7.4.0/tuple
  497       return  __and_<__not_<is_same<tuple<_Elements...>,
  501                      __not_<is_convertible<_SrcTuple, _Elements...>>,
  502                      __not_<is_constructible<_Elements..., _SrcTuple>>
  508       return  __not_<is_same<tuple<_Elements...>,
usr/include/c++/7.4.0/type_traits
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  748     : public __and_<is_arithmetic<_Tp>, __not_<is_signed<_Tp>>>
  777     : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>
  894     : public __and_<__not_<is_void<_Tp>>,
 1019       typedef __and_<__not_<is_same<__src_t, __dst_t>>,
 1021 		     __not_<is_constructible<__dst_t, _From>>> type;
 1044       typedef __and_<__not_<is_function<__src_t>>,
 1064                     __not_<__or_<__is_base_to_derived_ref<_Arg, _Tp>,
 2579     typename enable_if<__and_<__not_<__is_tuple_like<_Tp>>,