コンストラクタ -- queue: C++23 P1245R4対応

1 · cpprefjp · Aug. 17, 2021, 10:09 a.m.
diff --git a/reference/queue/queue/op_constructor.md b/reference/queue/queue/op_constructor.md index f35c3b7d9..d454d958d 100644 --- a/reference/queue/queue/op_constructor.md +++ b/reference/queue/queue/op_constructor.md @@ -5,15 +5,29 @@ * function[meta id-type] ```cpp -explicit queue(const Container& other = Container()); - -// C++11から追加されたコンストラクタ -explicit queue(Container&& other = Container()); -template <class Alloc> explicit queue(const Alloc& alloc); -template <class Alloc> queue(cons...