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
  474 	construct(allocator_type& __a, _Up* __p, _Args&&... __args)
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
   98     move(_Tp&& __t) noexcept
  184     typename enable_if<__and_<__not_<__is_tuple_like<_Tp>>,
  185 			      is_move_constructible<_Tp>,
  186 			      is_move_assignable<_Tp>>::value>::type
  187     swap(_Tp& __a, _Tp& __b)
  187     swap(_Tp& __a, _Tp& __b)
  198       _Tp __tmp = _GLIBCXX_MOVE(__a);
usr/include/c++/7.4.0/bits/regex.h
  403       typedef regex_constants::syntax_option_type flag_type;
  790     constexpr regex_constants::syntax_option_type
  794     constexpr regex_constants::syntax_option_type
  798     constexpr regex_constants::syntax_option_type
  802     constexpr regex_constants::syntax_option_type
  806     constexpr regex_constants::syntax_option_type
  810     constexpr regex_constants::syntax_option_type
  814     constexpr regex_constants::syntax_option_type
  818     constexpr regex_constants::syntax_option_type
  822     constexpr regex_constants::syntax_option_type
  826     constexpr regex_constants::syntax_option_type
usr/include/c++/7.4.0/bits/regex_automaton.h
  187     typedef regex_constants::syntax_option_type _FlagT;
usr/include/c++/7.4.0/bits/regex_compiler.h
   66       typedef regex_constants::syntax_option_type _FlagT;
  198 		  regex_constants::syntax_option_type __flags)
  210 		  regex_constants::syntax_option_type __flags)
usr/include/c++/7.4.0/bits/regex_constants.h
   87   _GLIBCXX17_INLINE constexpr syntax_option_type icase =
   95   _GLIBCXX17_INLINE constexpr syntax_option_type nosubs =
  104   _GLIBCXX17_INLINE constexpr syntax_option_type optimize =
  111   _GLIBCXX17_INLINE constexpr syntax_option_type collate =
  122   _GLIBCXX17_INLINE constexpr syntax_option_type ECMAScript =
  132   _GLIBCXX17_INLINE constexpr syntax_option_type basic =
  141   _GLIBCXX17_INLINE constexpr syntax_option_type extended =
  152   _GLIBCXX17_INLINE constexpr syntax_option_type awk =
  161   _GLIBCXX17_INLINE constexpr syntax_option_type grep =
  170   _GLIBCXX17_INLINE constexpr syntax_option_type egrep =
  179   _GLIBCXX17_INLINE constexpr syntax_option_type __polynomial =
  182   constexpr inline syntax_option_type
  183   operator&(syntax_option_type __a, syntax_option_type __b)
  183   operator&(syntax_option_type __a, syntax_option_type __b)
  189   constexpr inline syntax_option_type
  190   operator|(syntax_option_type __a, syntax_option_type __b)
  190   operator|(syntax_option_type __a, syntax_option_type __b)
  196   constexpr inline syntax_option_type
  197   operator^(syntax_option_type __a, syntax_option_type __b)
  197   operator^(syntax_option_type __a, syntax_option_type __b)
  203   constexpr inline syntax_option_type
  204   operator~(syntax_option_type __a)
  207   inline syntax_option_type&
  208   operator&=(syntax_option_type& __a, syntax_option_type __b)
  208   operator&=(syntax_option_type& __a, syntax_option_type __b)
  211   inline syntax_option_type&
  212   operator|=(syntax_option_type& __a, syntax_option_type __b)
  212   operator|=(syntax_option_type& __a, syntax_option_type __b)
  215   inline syntax_option_type&
  216   operator^=(syntax_option_type& __a, syntax_option_type __b)
  216   operator^=(syntax_option_type& __a, syntax_option_type __b)
usr/include/c++/7.4.0/bits/regex_scanner.h
   81     typedef regex_constants::syntax_option_type _FlagT;
  216       typedef regex_constants::syntax_option_type                 _FlagT;
usr/include/c++/7.4.0/bits/shared_ptr.h
  343 		   _Args&&... __args)
  688     allocate_shared(const _Alloc& __a, _Args&&... __args)
  703     make_shared(_Args&&... __args)
usr/include/c++/7.4.0/bits/shared_ptr_base.h
  521 	_Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
  630 		       _Args&&... __args)
 1293 		     _Args&&... __args)
 1317 		     _Args&&... __args)
usr/include/c++/7.4.0/ext/new_allocator.h
  135 	construct(_Up* __p, _Args&&... __args)
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  326     : public __is_integral_helper<typename remove_cv<_Tp>::type>::type
  354     : public __is_floating_point_helper<typename remove_cv<_Tp>::type>::type
  581     : public __or_<is_lvalue_reference<_Tp>,
  582                    is_rvalue_reference<_Tp>>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  602                           is_void<_Tp>>>::type
  611     : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>,
  611     : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>,
  611     : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>,
  612                    is_member_pointer<_Tp>, is_null_pointer<_Tp>>::type
  612                    is_member_pointer<_Tp>, is_null_pointer<_Tp>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
  777     : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>
  777     : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>
  825     : public __is_destructible_safe<_Tp>::type
  984       typedef decltype(__test<_Tp, _Arg>(0)) type;
  989     : public __and_<is_destructible<_Tp>,
  990                     __is_direct_constructible_impl<_Tp, _Arg>>
 1072 			 __is_direct_constructible_ref_cast<_Tp, _Arg>,
 1073 			 __is_direct_constructible_new_safe<_Tp, _Arg>
 1079     : public __is_direct_constructible_new<_Tp, _Arg>::type
 1119     : public __is_direct_constructible<_Tp, _Arg>
 1130     : public __is_constructible_impl<_Tp, _Args...>::type
 1160     : public is_constructible<_Tp, _Tp&&>
 1160     : public is_constructible<_Tp, _Tp&&>
 1166     : public __is_move_constructible_impl<_Tp>
 1215     : public __and_<is_constructible<_Tp, _Args...>,
 1216 		    __is_nt_constructible_impl<_Tp, _Args...>>
 1246     : public is_nothrow_constructible<_Tp, _Tp&&>
 1246     : public is_nothrow_constructible<_Tp, _Tp&&>
 1252     : public __is_nothrow_move_constructible_impl<_Tp>
 1304     : public is_assignable<_Tp&, _Tp&&>
 1304     : public is_assignable<_Tp&, _Tp&&>
 1310     : public __is_move_assignable_impl<_Tp>
 1352     : public is_nothrow_assignable<_Tp&, _Tp&&>
 1352     : public is_nothrow_assignable<_Tp&, _Tp&&>
 1358     : public __is_nt_move_assignable_impl<_Tp>
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1629     { typedef _Tp   type; };
 1633     { typedef _Tp   type; };
 1659     { typedef _Tp&&   type; };
 2574       typename remove_reference<_Tp>::type>::type>::type