File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 960
960
961
961
\begin {itemdescr }
962
962
\pnum
963
- \ctype If \tcode {T} has a nested type \tcode {allocator_type}, \tcode {typename T::allocator_type}. Otherwise \tcode {ProtoAllocator}.
963
+ \ctype If the \grammarterm {qualified-id} \tcode {T::allocator_type}
964
+ is valid and denotes a type~(\CppXref {temp.deduct }), \tcode {T::allocator_type}.
965
+ Otherwise \tcode {ProtoAllocator}.
964
966
\end {itemdescr }
965
967
966
968
\begin {itemdecl }
969
971
970
972
\begin {itemdescr }
971
973
\pnum
972
- \returns If \tcode {T} has a nested type \tcode {allocator_type}, \tcode {t.get_allocator()}. Otherwise \tcode {a}.
974
+ \returns If the \grammarterm {qualified-id} \tcode {T::allocator_type}
975
+ is valid and denotes a type~(\CppXref {temp.deduct }), \tcode {t.get_allocator()}.
976
+ Otherwise \tcode {a}.
973
977
\end {itemdescr }
974
978
975
979
976
980
977
-
978
981
\rSec 1[async.assoc.alloc.get]{Function \tcode {get_associated_allocator}}
979
982
980
983
\indexlibrary {\idxcode {get_associated_allocator}}%
You can’t perform that action at this time.
0 commit comments