|
7225 | 7225 | is not deduced and must therefore be specified explicitly by the caller.
|
7226 | 7226 | \end{note}
|
7227 | 7227 |
|
| 7228 | +\indexlibrary{\idxcode{uses_allocator_construction_args}}% |
7228 | 7229 | \begin{itemdecl}
|
7229 | 7230 | template <class T, class Alloc, class... Args>
|
7230 | 7231 | auto uses_allocator_construction_args(const Alloc& alloc, Args&&... args) -> @\seebelow@;
|
|
7266 | 7267 | \end{note}
|
7267 | 7268 | \end{itemdescr}
|
7268 | 7269 |
|
| 7270 | +\indexlibrary{\idxcode{uses_allocator_construction_args}}% |
7269 | 7271 | \begin{itemdecl}
|
7270 | 7272 | template <class T, class Alloc, class Tuple1, class Tuple2>
|
7271 | 7273 | auto uses_allocator_construction_args(const Alloc\& alloc, piecewise_construct_t,
|
|
7293 | 7295 | \end{codeblock}
|
7294 | 7296 | \end{itemdescr}
|
7295 | 7297 |
|
| 7298 | +\indexlibrary{\idxcode{uses_allocator_construction_args}}% |
7296 | 7299 | \begin{itemdecl}
|
7297 | 7300 | template <class T, class Alloc>
|
7298 | 7301 | auto uses_allocator_construction_args(const Alloc& alloc) -> @\seebelow@;
|
|
7312 | 7315 | \end{codeblock}
|
7313 | 7316 | \end{itemdescr}
|
7314 | 7317 |
|
| 7318 | +\indexlibrary{\idxcode{uses_allocator_construction_args}}% |
7315 | 7319 | \begin{itemdecl}
|
7316 | 7320 | template <class T, class Alloc, class U, class V>
|
7317 | 7321 | auto uses_allocator_construction_args(const Alloc& alloc, U&& u, V&& v) -> @\seebelow@;
|
|
7331 | 7335 | \end{codeblock}
|
7332 | 7336 | \end{itemdescr}
|
7333 | 7337 |
|
| 7338 | +\indexlibrary{\idxcode{uses_allocator_construction_args}}% |
7334 | 7339 | \begin{itemdecl}
|
7335 | 7340 | template <class T, class Alloc, class U, class V>
|
7336 | 7341 | auto uses_allocator_construction_args(const Alloc& alloc, const pair<U,V>& pr) -> @\seebelow@;
|
|
7350 | 7355 | \end{codeblock}
|
7351 | 7356 | \end{itemdescr}
|
7352 | 7357 |
|
| 7358 | +\indexlibrary{\idxcode{uses_allocator_construction_args}}% |
7353 | 7359 | \begin{itemdecl}
|
7354 | 7360 | template <class T, class Alloc, class U, class V>
|
7355 | 7361 | auto uses_allocator_construction_args(const Alloc& alloc, pair<U,V>&& pr) -> @\seebelow@;
|
|
7369 | 7375 | \end{codeblock}
|
7370 | 7376 | \end{itemdescr}
|
7371 | 7377 |
|
| 7378 | +\indexlibrary{\idxcode{make_obj_using_allocator}}% |
7372 | 7379 | \begin{itemdecl}
|
7373 | 7380 | template <class T, class Alloc, class... Args>
|
7374 | 7381 | T make_obj_using_allocator(const Alloc& alloc, Args&&... args);
|
|
7384 | 7391 | \end{codeblock}
|
7385 | 7392 | \end{itemdescr}
|
7386 | 7393 |
|
| 7394 | +\indexlibrary{\idxcode{uninitialized_construct_using_allocator}}% |
7387 | 7395 | \begin{itemdecl}
|
7388 | 7396 | template <class T, class Alloc, class... Args>
|
7389 | 7397 | T* uninitialized_construct_using_allocator(T* p, const Alloc& alloc, Args&&... args);
|
|
0 commit comments