diff --git a/reference/algorithm/all_of.md b/reference/algorithm/all_of.md index 8467c54972..68864971dd 100644 --- a/reference/algorithm/all_of.md +++ b/reference/algorithm/all_of.md @@ -1,4 +1,4 @@ -#all_of(C++11) +#all_of (C++11) ```cpp namespace std { template diff --git a/reference/algorithm/any_of.md b/reference/algorithm/any_of.md index c80b344314..6b66f90f31 100644 --- a/reference/algorithm/any_of.md +++ b/reference/algorithm/any_of.md @@ -1,4 +1,4 @@ -#any_of(C++11) +#any_of (C++11) ```cpp namespace std { template diff --git a/reference/algorithm/copy_if.md b/reference/algorithm/copy_if.md index 55de60857a..83299c17dd 100644 --- a/reference/algorithm/copy_if.md +++ b/reference/algorithm/copy_if.md @@ -1,4 +1,4 @@ -#copy_if(C++11) +#copy_if (C++11) ```cpp namespace std { template diff --git a/reference/algorithm/copy_n.md b/reference/algorithm/copy_n.md index 741ec0e57c..a81b472d3e 100644 --- a/reference/algorithm/copy_n.md +++ b/reference/algorithm/copy_n.md @@ -1,4 +1,4 @@ -#copy_n(C++11) +#copy_n (C++11) ```cpp namespace std { diff --git a/reference/algorithm/find_if_not.md b/reference/algorithm/find_if_not.md index d50f4addf4..64defcc2da 100644 --- a/reference/algorithm/find_if_not.md +++ b/reference/algorithm/find_if_not.md @@ -1,4 +1,4 @@ -#find_if_not(C++11) +#find_if_not (C++11) ```cpp namespace std { template diff --git a/reference/algorithm/is_heap.md b/reference/algorithm/is_heap.md index b891d34d72..e710f3e344 100644 --- a/reference/algorithm/is_heap.md +++ b/reference/algorithm/is_heap.md @@ -1,4 +1,4 @@ -#is_heap(C++11) +#is_heap (C++11) ```cpp namespace std { template diff --git a/reference/algorithm/is_heap_until.md b/reference/algorithm/is_heap_until.md index 6c655ee9e7..8f487cb12b 100644 --- a/reference/algorithm/is_heap_until.md +++ b/reference/algorithm/is_heap_until.md @@ -1,4 +1,4 @@ -#is_heap_until(C++11) +#is_heap_until (C++11) ```cpp namespace std { template diff --git a/reference/algorithm/is_partitioned.md b/reference/algorithm/is_partitioned.md index 9cb08b38fe..7ec1e11ad2 100644 --- a/reference/algorithm/is_partitioned.md +++ b/reference/algorithm/is_partitioned.md @@ -1,4 +1,4 @@ -#is_partitioned(C++11) +#is_partitioned (C++11) ```cpp namespace std { template diff --git a/reference/algorithm/is_permutation.md b/reference/algorithm/is_permutation.md index 368cae6e82..0629fc8906 100644 --- a/reference/algorithm/is_permutation.md +++ b/reference/algorithm/is_permutation.md @@ -1,4 +1,4 @@ -#is_permutation(C++11) +#is_permutation (C++11) ```cpp namespace std { template diff --git a/reference/algorithm/is_sorted.md b/reference/algorithm/is_sorted.md index cf8390b6f0..7717f84299 100644 --- a/reference/algorithm/is_sorted.md +++ b/reference/algorithm/is_sorted.md @@ -1,4 +1,4 @@ -#is_sorted(C++11) +#is_sorted (C++11) ##概要 与えられた範囲がソート済みか判定する。 diff --git a/reference/algorithm/is_sorted_until.md b/reference/algorithm/is_sorted_until.md index b73b719841..ae146e9ed8 100644 --- a/reference/algorithm/is_sorted_until.md +++ b/reference/algorithm/is_sorted_until.md @@ -1,4 +1,4 @@ -#is_sorted_until(C++11) +#is_sorted_until (C++11) ```cpp namespace std { template diff --git a/reference/algorithm/minmax.md b/reference/algorithm/minmax.md index a5cea9444e..926258651c 100644 --- a/reference/algorithm/minmax.md +++ b/reference/algorithm/minmax.md @@ -1,4 +1,4 @@ -#minmax(C++11) +#minmax (C++11) ```cpp namespace std { template diff --git a/reference/algorithm/minmax_element.md b/reference/algorithm/minmax_element.md index 06b685840b..d9d0dbcb50 100644 --- a/reference/algorithm/minmax_element.md +++ b/reference/algorithm/minmax_element.md @@ -1,4 +1,4 @@ -#minmax_element(C++11) +#minmax_element (C++11) ```cpp namespace std { diff --git a/reference/algorithm/move.md b/reference/algorithm/move.md index 8f9389c00f..634e945729 100644 --- a/reference/algorithm/move.md +++ b/reference/algorithm/move.md @@ -1,4 +1,4 @@ -#move(C++11) +#move (C++11) ```cpp namespace std { diff --git a/reference/algorithm/move_backward.md b/reference/algorithm/move_backward.md index 7a10a6e638..e5c9a37092 100644 --- a/reference/algorithm/move_backward.md +++ b/reference/algorithm/move_backward.md @@ -1,4 +1,4 @@ -#move_backward(C++11) +#move_backward (C++11) ```cpp namespace std { template diff --git a/reference/algorithm/none_of.md b/reference/algorithm/none_of.md index fdd53a853b..77a7e1ca66 100644 --- a/reference/algorithm/none_of.md +++ b/reference/algorithm/none_of.md @@ -1,4 +1,4 @@ -#none_of(C++11) +#none_of (C++11) ```cpp namespace std { template diff --git a/reference/algorithm/partition_copy.md b/reference/algorithm/partition_copy.md index 523fb11729..94a56a0012 100644 --- a/reference/algorithm/partition_copy.md +++ b/reference/algorithm/partition_copy.md @@ -1,4 +1,4 @@ -#partition_copy(C++11) +#partition_copy (C++11) ```cpp namespace std { template diff --git a/reference/algorithm/partition_point.md b/reference/algorithm/partition_point.md index 4985f4bac3..b4a4bd733b 100644 --- a/reference/algorithm/partition_point.md +++ b/reference/algorithm/partition_point.md @@ -1,4 +1,4 @@ -#partition_point(C++11) +#partition_point (C++11) ```cpp namespace std { template diff --git a/reference/algorithm/shuffle.md b/reference/algorithm/shuffle.md index 697f7e2441..c772825e76 100644 --- a/reference/algorithm/shuffle.md +++ b/reference/algorithm/shuffle.md @@ -1,4 +1,4 @@ -#shuffle(C++11) +#shuffle (C++11) ```cpp namespace std { diff --git a/reference/array.md b/reference/array.md index 4bf15c4f00..82483eb8ac 100644 --- a/reference/array.md +++ b/reference/array.md @@ -1,4 +1,4 @@ -#array(C++11) +#array (C++11) ```cpp namespace std { template diff --git a/reference/array/array.md b/reference/array/array.md index ff9beea037..0778374263 100644 --- a/reference/array/array.md +++ b/reference/array/array.md @@ -1,4 +1,4 @@ -#初期化(C++11) +#初期化 (C++11) ```cpp namespace std { template diff --git a/reference/array/at.md b/reference/array/at.md index e63fa0f8a2..3de11b0671 100644 --- a/reference/array/at.md +++ b/reference/array/at.md @@ -1,4 +1,4 @@ -#at(C++11) +#at (C++11) ```cpp const_reference at(size_type n) const; reference at(size_type n); diff --git a/reference/array/back.md b/reference/array/back.md index 467405fe5e..47000eaf0a 100644 --- a/reference/array/back.md +++ b/reference/array/back.md @@ -1,4 +1,4 @@ -#back(C++11) +#back (C++11) ```cpp reference back(); const_reference back() const; diff --git a/reference/array/begin.md b/reference/array/begin.md index 6849cbb25d..bb2c6fec17 100644 --- a/reference/array/begin.md +++ b/reference/array/begin.md @@ -1,4 +1,4 @@ -#begin(C++11) +#begin (C++11) ```cpp iterator begin() noexcept; const_iterator begin() const noexcept; diff --git a/reference/array/cbegin.md b/reference/array/cbegin.md index e0f948e266..054cba4de4 100644 --- a/reference/array/cbegin.md +++ b/reference/array/cbegin.md @@ -1,4 +1,4 @@ -#cbegin(C++11) +#cbegin (C++11) ```cpp const_iterator cbegin() const noexcept; ``` diff --git a/reference/array/cend.md b/reference/array/cend.md index 8ae1f5fa3b..3852b13507 100644 --- a/reference/array/cend.md +++ b/reference/array/cend.md @@ -1,4 +1,4 @@ -#cend(C++11) +#cend (C++11) ```cpp const_iterator cend() const noexcept; ``` diff --git a/reference/array/crbegin.md b/reference/array/crbegin.md index 9d190c5789..f8adbd791c 100644 --- a/reference/array/crbegin.md +++ b/reference/array/crbegin.md @@ -1,4 +1,4 @@ -#crbegin(C++11) +#crbegin (C++11) ```cpp const_reverse_iterator crbegin() const noexcept; ``` diff --git a/reference/array/crend.md b/reference/array/crend.md index 32c6c5cfdd..e0628b1572 100644 --- a/reference/array/crend.md +++ b/reference/array/crend.md @@ -1,4 +1,4 @@ -#crend(C++11) +#crend (C++11) ```cpp const_reverse_iterator crend() const noexcept; ``` diff --git a/reference/array/data.md b/reference/array/data.md index bfc02cc04a..1294e9a3f2 100644 --- a/reference/array/data.md +++ b/reference/array/data.md @@ -1,4 +1,4 @@ -#data(C++11) +#data (C++11) ```cpp T* data() noexcept; const T* data() const noexcept; diff --git a/reference/array/empty.md b/reference/array/empty.md index 71595316b6..408a2d0677 100644 --- a/reference/array/empty.md +++ b/reference/array/empty.md @@ -1,4 +1,4 @@ -#empty(C++11) +#empty (C++11) ```cpp constexpr bool empty() noexcept; ``` diff --git a/reference/array/end.md b/reference/array/end.md index 865bcd9a0e..93055ed0d8 100644 --- a/reference/array/end.md +++ b/reference/array/end.md @@ -1,4 +1,4 @@ -#end(C++11) +#end (C++11) ```cpp iterator end() noexcept; const_iterator end() const noexcept; diff --git a/reference/array/fill.md b/reference/array/fill.md index dc627df893..616b0022af 100644 --- a/reference/array/fill.md +++ b/reference/array/fill.md @@ -1,4 +1,4 @@ -#fill(C++11) +#fill (C++11) ```cpp void fill(const T& u); ``` diff --git a/reference/array/front.md b/reference/array/front.md index 46144f0384..3f494ef448 100644 --- a/reference/array/front.md +++ b/reference/array/front.md @@ -1,4 +1,4 @@ -#front(C++11) +#front (C++11) ```cpp reference front(); const_reference front() const; diff --git a/reference/array/get.md b/reference/array/get.md index 7533c56572..d28739656d 100644 --- a/reference/array/get.md +++ b/reference/array/get.md @@ -1,4 +1,4 @@ -#get(C++11) +#get (C++11) ```cpp namespace std { template diff --git a/reference/array/greater.md b/reference/array/greater.md index 90b5099532..3887f56e4f 100644 --- a/reference/array/greater.md +++ b/reference/array/greater.md @@ -1,4 +1,4 @@ -#operator>(C++11) +#operator> (C++11) ```cpp namespace std { template diff --git a/reference/array/greater_equal.md b/reference/array/greater_equal.md index fdcab04aac..0281f12792 100644 --- a/reference/array/greater_equal.md +++ b/reference/array/greater_equal.md @@ -1,4 +1,4 @@ -#operator>=(C++11) +#operator>= (C++11) ```cpp namespace std { template diff --git a/reference/array/less.md b/reference/array/less.md index 5f30497a21..ca92a87ded 100644 --- a/reference/array/less.md +++ b/reference/array/less.md @@ -1,4 +1,4 @@ -#operator<(C++11) +#operator< (C++11) ```cpp namespace std { template diff --git a/reference/array/less_equal.md b/reference/array/less_equal.md index ca0e2581ec..60f92490d5 100644 --- a/reference/array/less_equal.md +++ b/reference/array/less_equal.md @@ -1,4 +1,4 @@ -#operator<=(C++11) +#operator<= (C++11) ```cpp namespace std { template diff --git a/reference/array/max_size.md b/reference/array/max_size.md index 2da9aaeec6..67b61fdb46 100644 --- a/reference/array/max_size.md +++ b/reference/array/max_size.md @@ -1,4 +1,4 @@ -#max_size(C++11) +#max_size (C++11) ```cpp constexpr size_type max_size() noexcept; ``` diff --git a/reference/array/not_equal.md b/reference/array/not_equal.md index 693aa4d9a5..fdea07153c 100644 --- a/reference/array/not_equal.md +++ b/reference/array/not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/array/op_at.md b/reference/array/op_at.md index 3c53afcfc1..1c363c5f25 100644 --- a/reference/array/op_at.md +++ b/reference/array/op_at.md @@ -1,4 +1,4 @@ -#operator[](C++11) +#operator[] (C++11) ```cpp reference operator[](size_type n); const_reference operator[](size_type n) const; diff --git a/reference/array/op_equal.md b/reference/array/op_equal.md index 292c2c273d..d2e20dd36d 100644 --- a/reference/array/op_equal.md +++ b/reference/array/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/array/rbegin.md b/reference/array/rbegin.md index e7f1ef5d64..4f98341a8c 100644 --- a/reference/array/rbegin.md +++ b/reference/array/rbegin.md @@ -1,4 +1,4 @@ -#rbegin(C++11) +#rbegin (C++11) ```cpp reverse_iterator rbegin() noexcept; const_reverse_iterator rbegin() const noexcept; diff --git a/reference/array/rend.md b/reference/array/rend.md index c3788d02a3..9b43d46865 100644 --- a/reference/array/rend.md +++ b/reference/array/rend.md @@ -1,4 +1,4 @@ -#rend(C++11) +#rend (C++11) ```cpp reverse_iterator rend() noexcept; const_reverse_iterator rend() const noexcept; diff --git a/reference/array/size.md b/reference/array/size.md index c7b6e4e93d..dfd1ba04c3 100644 --- a/reference/array/size.md +++ b/reference/array/size.md @@ -1,4 +1,4 @@ -#size(C++11) +#size (C++11) ```cpp constexpr size_type size() noexcept; ``` diff --git a/reference/array/swap.md b/reference/array/swap.md index da5f16d76f..996da680b9 100644 --- a/reference/array/swap.md +++ b/reference/array/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(array& other) noexcept(noexcept(swap(declval(), declval()))); ``` diff --git a/reference/array/swap_free.md b/reference/array/swap_free.md index c05c439d83..48f5e2202a 100644 --- a/reference/array/swap_free.md +++ b/reference/array/swap_free.md @@ -1,4 +1,4 @@ -#swap(非メンバ関数)(C++11) +#swap(非メンバ関数) (C++11) ```cpp namespace std { template diff --git a/reference/array/tuple_element.md b/reference/array/tuple_element.md index 4c8822ac47..fea720e327 100644 --- a/reference/array/tuple_element.md +++ b/reference/array/tuple_element.md @@ -1,4 +1,4 @@ -#tuple_element(C++11) +#tuple_element (C++11) ```cpp namespace std { template class tuple_element; // 先行宣言 diff --git a/reference/array/tuple_size.md b/reference/array/tuple_size.md index 157262a087..b892ee2dbf 100644 --- a/reference/array/tuple_size.md +++ b/reference/array/tuple_size.md @@ -1,4 +1,4 @@ -#tuple_size(C++11) +#tuple_size (C++11) ```cpp namespace std { template class tuple_size; // 先行宣言 diff --git a/reference/atomic.md b/reference/atomic.md index c4cd4ba5b1..e38da26272 100644 --- a/reference/atomic.md +++ b/reference/atomic.md @@ -1,4 +1,4 @@ -#atomic(C++11) +#atomic (C++11) ``ヘッダでは、アトミック操作(atomic operation : 不可分操作とも呼ばれる)のライブラリを提供する。 アトミック操作は、スレッド間でデータをやり取りするための最も基本的な同期プリミティブであり、 diff --git a/reference/atomic/atomic.md b/reference/atomic/atomic.md index 9b13721ab3..d468b9d975 100644 --- a/reference/atomic/atomic.md +++ b/reference/atomic/atomic.md @@ -1,4 +1,4 @@ -#atomic(C++11) +#atomic (C++11) ```cpp namespace std { template struct atomic; diff --git a/reference/atomic/atomic/atomic.md b/reference/atomic/atomic/atomic.md index d91b164bae..effc6a2192 100644 --- a/reference/atomic/atomic/atomic.md +++ b/reference/atomic/atomic/atomic.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp atomic() noexcept = default; constexpr atomic(T desired) noexcept; diff --git a/reference/atomic/atomic/compare_exchange_strong.md b/reference/atomic/atomic/compare_exchange_strong.md index f5610eb325..0356014f7c 100644 --- a/reference/atomic/atomic/compare_exchange_strong.md +++ b/reference/atomic/atomic/compare_exchange_strong.md @@ -1,4 +1,4 @@ -#compare_exchange_strong(C++11) +#compare_exchange_strong (C++11) ```cpp bool compare_exchange_strong(T& expected, T desired, memory_order success, memory_order failure) volatile noexcept; bool compare_exchange_strong(T& expected, T desired, memory_order success, memory_order failure) noexcept; diff --git a/reference/atomic/atomic/compare_exchange_weak.md b/reference/atomic/atomic/compare_exchange_weak.md index 5f8d444024..479c614cc4 100644 --- a/reference/atomic/atomic/compare_exchange_weak.md +++ b/reference/atomic/atomic/compare_exchange_weak.md @@ -1,4 +1,4 @@ -#compare_exchange_weak(C++11) +#compare_exchange_weak (C++11) ```cpp bool compare_exchange_weak(T& expected, T desired, memory_order success, memory_order failure) volatile noexcept; bool compare_exchange_weak(T& expected, T desired, memory_order success, memory_order failure) noexcept; diff --git a/reference/atomic/atomic/exchange.md b/reference/atomic/atomic/exchange.md index 6bfb8cb515..ab6ba34065 100644 --- a/reference/atomic/atomic/exchange.md +++ b/reference/atomic/atomic/exchange.md @@ -1,4 +1,4 @@ -#exchange(C++11) +#exchange (C++11) ```cpp T exchange(T desired, memory_order order = memory_order_seq_cst) volatile noexcept; T exchange(T desired, memory_order order = memory_order_seq_cst) noexcept; diff --git a/reference/atomic/atomic/fetch_add.md b/reference/atomic/atomic/fetch_add.md index 7b11bb61a5..2fa55d138b 100644 --- a/reference/atomic/atomic/fetch_add.md +++ b/reference/atomic/atomic/fetch_add.md @@ -1,4 +1,4 @@ -#fetch_add(C++11) +#fetch_add (C++11) ```cpp T fetch_add(T operand, memory_order order = memory_order_seq_cst) volatile noexcept; T fetch_add(T operand, memory_order order = memory_order_seq_cst) noexcept; diff --git a/reference/atomic/atomic/fetch_and.md b/reference/atomic/atomic/fetch_and.md index c72b483261..e0628a7dcb 100644 --- a/reference/atomic/atomic/fetch_and.md +++ b/reference/atomic/atomic/fetch_and.md @@ -1,4 +1,4 @@ -#fetch_and(C++11) +#fetch_and (C++11) ```cpp T fetch_and(T operand, memory_order order = memory_order_seq_cst) volatile noexcept; T fetch_and(T operand, memory_order order = memory_order_seq_cst) noexcept; diff --git a/reference/atomic/atomic/fetch_or.md b/reference/atomic/atomic/fetch_or.md index 042c3fec66..b02320b78c 100644 --- a/reference/atomic/atomic/fetch_or.md +++ b/reference/atomic/atomic/fetch_or.md @@ -1,4 +1,4 @@ -#fetch_or(C++11) +#fetch_or (C++11) ```cpp T fetch_or(T operand, memory_order order = memory_order_seq_cst) volatile noexcept; T fetch_or(T operand, memory_order order = memory_order_seq_cst) noexcept; diff --git a/reference/atomic/atomic/fetch_sub.md b/reference/atomic/atomic/fetch_sub.md index 41c0e2a36b..5fc1bb7579 100644 --- a/reference/atomic/atomic/fetch_sub.md +++ b/reference/atomic/atomic/fetch_sub.md @@ -1,4 +1,4 @@ -#fetch_sub(C++11) +#fetch_sub (C++11) ```cpp T fetch_sub(T operand, memory_order order = memory_order_seq_cst) volatile noexcept; T fetch_sub(T operand, memory_order order = memory_order_seq_cst) noexcept; diff --git a/reference/atomic/atomic/fetch_xor.md b/reference/atomic/atomic/fetch_xor.md index 28b37809a6..178fa70bd0 100644 --- a/reference/atomic/atomic/fetch_xor.md +++ b/reference/atomic/atomic/fetch_xor.md @@ -1,4 +1,4 @@ -#fetch_xor(C++11) +#fetch_xor (C++11) ```cpp T fetch_xor(T operand, memory_order order = memory_order_seq_cst) volatile noexcept; T fetch_xor(T operand, memory_order order = memory_order_seq_cst) noexcept; diff --git a/reference/atomic/atomic/is_lock_free.md b/reference/atomic/atomic/is_lock_free.md index ec99075db1..6b41a7fd41 100644 --- a/reference/atomic/atomic/is_lock_free.md +++ b/reference/atomic/atomic/is_lock_free.md @@ -1,4 +1,4 @@ -#is_lock_free(C++11) +#is_lock_free (C++11) ```cpp bool is_lock_free() const volatile noexcept; bool is_lock_free() const noexcept; diff --git a/reference/atomic/atomic/load.md b/reference/atomic/atomic/load.md index 206df70072..b09e1a0609 100644 --- a/reference/atomic/atomic/load.md +++ b/reference/atomic/atomic/load.md @@ -1,4 +1,4 @@ -#load(C++11) +#load (C++11) ```cpp T load(memory_order order = memory_order_seq_cst) const volatile noexcept; T load(memory_order order = memory_order_seq_cst) const noexcept; diff --git a/reference/atomic/atomic/op_and_assign.md b/reference/atomic/atomic/op_and_assign.md index 25749d5f7f..a6565ab7cf 100644 --- a/reference/atomic/atomic/op_and_assign.md +++ b/reference/atomic/atomic/op_and_assign.md @@ -1,4 +1,4 @@ -#operator&=(C++11) +#operator&= (C++11) ```cpp T operator&=(T operand) volatile noexcept; T operator&=(T operand) noexcept; diff --git a/reference/atomic/atomic/op_assign.md b/reference/atomic/atomic/op_assign.md index 35c44fd431..68dc5dba96 100644 --- a/reference/atomic/atomic/op_assign.md +++ b/reference/atomic/atomic/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp atomic& operator=(const atomic&) = delete; atomic& operator=(const atomic&) volatile = delete; diff --git a/reference/atomic/atomic/op_decrement.md b/reference/atomic/atomic/op_decrement.md index 223d9c867a..c6120dabf3 100644 --- a/reference/atomic/atomic/op_decrement.md +++ b/reference/atomic/atomic/op_decrement.md @@ -1,4 +1,4 @@ -#operator--(C++11) +#operator-- (C++11) ```cpp T operator--() volatile noexcept; T operator--() noexcept; diff --git a/reference/atomic/atomic/op_increment.md b/reference/atomic/atomic/op_increment.md index e8e235bedd..06d14c2441 100644 --- a/reference/atomic/atomic/op_increment.md +++ b/reference/atomic/atomic/op_increment.md @@ -1,4 +1,4 @@ -#operator++(C++11) +#operator++ (C++11) ```cpp T operator++() volatile noexcept; T operator++() noexcept; diff --git a/reference/atomic/atomic/op_minus_assign.md b/reference/atomic/atomic/op_minus_assign.md index 37dc59fa9f..6274bc4f82 100644 --- a/reference/atomic/atomic/op_minus_assign.md +++ b/reference/atomic/atomic/op_minus_assign.md @@ -1,4 +1,4 @@ -#operator-=(C++11) +#operator-= (C++11) ```cpp T operator-=(T operand) volatile noexcept; T operator-=(T operand) noexcept; diff --git a/reference/atomic/atomic/op_or_assign.md b/reference/atomic/atomic/op_or_assign.md index 0c03e09c22..8471d7a411 100644 --- a/reference/atomic/atomic/op_or_assign.md +++ b/reference/atomic/atomic/op_or_assign.md @@ -1,4 +1,4 @@ -#operator|=(C++11) +#operator|= (C++11) ```cpp T operator|=(T operand) volatile noexcept; T operator|=(T operand) noexcept; diff --git a/reference/atomic/atomic/op_plus_assign.md b/reference/atomic/atomic/op_plus_assign.md index 7ad87d1967..c700fa3953 100644 --- a/reference/atomic/atomic/op_plus_assign.md +++ b/reference/atomic/atomic/op_plus_assign.md @@ -1,4 +1,4 @@ -#operator+=(C++11) +#operator+= (C++11) ```cpp T operator+=(T operand) volatile noexcept; T operator+=(T operand) noexcept; diff --git a/reference/atomic/atomic/op_t.md b/reference/atomic/atomic/op_t.md index ed09e55ef6..89cc3dcbd3 100644 --- a/reference/atomic/atomic/op_t.md +++ b/reference/atomic/atomic/op_t.md @@ -1,4 +1,4 @@ -#operator T(C++11) +#operator T (C++11) ```cpp operator T() const volatile noexcept; operator T() const noexcept; diff --git a/reference/atomic/atomic/op_xor_assign.md b/reference/atomic/atomic/op_xor_assign.md index 2a93dc9d7c..c4bf355b0e 100644 --- a/reference/atomic/atomic/op_xor_assign.md +++ b/reference/atomic/atomic/op_xor_assign.md @@ -1,4 +1,4 @@ -#operator^=(C++11) +#operator^= (C++11) ```cpp T operator^=(T operand) volatile noexcept; T operator^=(T operand) noexcept; diff --git a/reference/atomic/atomic/store.md b/reference/atomic/atomic/store.md index 7b90f79123..e139735ce8 100644 --- a/reference/atomic/atomic/store.md +++ b/reference/atomic/atomic/store.md @@ -1,4 +1,4 @@ -#store(C++11) +#store (C++11) ```cpp void store(T desired, memory_order order = memory_order_seq_cst) volatile noexcept; void store(T desired, memory_order order = memory_order_seq_cst) noexcept; diff --git a/reference/atomic/atomic_compare_exchange_strong.md b/reference/atomic/atomic_compare_exchange_strong.md index 77e3f23ed8..15182298de 100644 --- a/reference/atomic/atomic_compare_exchange_strong.md +++ b/reference/atomic/atomic_compare_exchange_strong.md @@ -1,4 +1,4 @@ -#atomic_compare_exchange_strong(C++11) +#atomic_compare_exchange_strong (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_compare_exchange_strong_explicit.md b/reference/atomic/atomic_compare_exchange_strong_explicit.md index d877f7ddd4..c6c9b841e4 100644 --- a/reference/atomic/atomic_compare_exchange_strong_explicit.md +++ b/reference/atomic/atomic_compare_exchange_strong_explicit.md @@ -1,4 +1,4 @@ -#atomic_compare_exchange_strong_explicit(C++11) +#atomic_compare_exchange_strong_explicit (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_compare_exchange_weak.md b/reference/atomic/atomic_compare_exchange_weak.md index 561eab017a..5e895ca9bb 100644 --- a/reference/atomic/atomic_compare_exchange_weak.md +++ b/reference/atomic/atomic_compare_exchange_weak.md @@ -1,4 +1,4 @@ -#atomic_compare_exchange_weak(C++11) +#atomic_compare_exchange_weak (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_compare_exchange_weak_explicit.md b/reference/atomic/atomic_compare_exchange_weak_explicit.md index 6b67f8e5a6..d9fc001b66 100644 --- a/reference/atomic/atomic_compare_exchange_weak_explicit.md +++ b/reference/atomic/atomic_compare_exchange_weak_explicit.md @@ -1,4 +1,4 @@ -#atomic_compare_exchange_weak_explicit(C++11) +#atomic_compare_exchange_weak_explicit (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_exchange.md b/reference/atomic/atomic_exchange.md index d1b3138e3e..25f8f66b8f 100644 --- a/reference/atomic/atomic_exchange.md +++ b/reference/atomic/atomic_exchange.md @@ -1,4 +1,4 @@ -#atomic_exchange(C++11) +#atomic_exchange (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_exchange_explicit.md b/reference/atomic/atomic_exchange_explicit.md index 3484ad776e..976346e13e 100644 --- a/reference/atomic/atomic_exchange_explicit.md +++ b/reference/atomic/atomic_exchange_explicit.md @@ -1,4 +1,4 @@ -#atomic_exchange_explicit(C++11) +#atomic_exchange_explicit (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_fetch_add.md b/reference/atomic/atomic_fetch_add.md index 5450affb6c..3d23109090 100644 --- a/reference/atomic/atomic_fetch_add.md +++ b/reference/atomic/atomic_fetch_add.md @@ -1,4 +1,4 @@ -#atomic_fetch_add(C++11) +#atomic_fetch_add (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_fetch_add_explicit.md b/reference/atomic/atomic_fetch_add_explicit.md index 9bdcea6e81..411bf4419c 100644 --- a/reference/atomic/atomic_fetch_add_explicit.md +++ b/reference/atomic/atomic_fetch_add_explicit.md @@ -1,4 +1,4 @@ -#atomic_fetch_add_explicit(C++11) +#atomic_fetch_add_explicit (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_fetch_and.md b/reference/atomic/atomic_fetch_and.md index 8579dd29bf..c89965da46 100644 --- a/reference/atomic/atomic_fetch_and.md +++ b/reference/atomic/atomic_fetch_and.md @@ -1,4 +1,4 @@ -#atomic_fetch_and(C++11) +#atomic_fetch_and (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_fetch_and_explicit.md b/reference/atomic/atomic_fetch_and_explicit.md index 00d8bdb87c..238db47e00 100644 --- a/reference/atomic/atomic_fetch_and_explicit.md +++ b/reference/atomic/atomic_fetch_and_explicit.md @@ -1,4 +1,4 @@ -#atomic_fetch_and_explicit(C++11) +#atomic_fetch_and_explicit (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_fetch_or.md b/reference/atomic/atomic_fetch_or.md index 65f49690ac..cd45e87d30 100644 --- a/reference/atomic/atomic_fetch_or.md +++ b/reference/atomic/atomic_fetch_or.md @@ -1,4 +1,4 @@ -#atomic_fetch_or(C++11) +#atomic_fetch_or (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_fetch_or_explicit.md b/reference/atomic/atomic_fetch_or_explicit.md index b6b1e6e2a5..b25679c9cc 100644 --- a/reference/atomic/atomic_fetch_or_explicit.md +++ b/reference/atomic/atomic_fetch_or_explicit.md @@ -1,4 +1,4 @@ -#atomic_fetch_or_explicit(C++11) +#atomic_fetch_or_explicit (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_fetch_sub.md b/reference/atomic/atomic_fetch_sub.md index c5ba165383..6bb15aea64 100644 --- a/reference/atomic/atomic_fetch_sub.md +++ b/reference/atomic/atomic_fetch_sub.md @@ -1,4 +1,4 @@ -#atomic_fetch_sub(C++11) +#atomic_fetch_sub (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_fetch_sub_explicit.md b/reference/atomic/atomic_fetch_sub_explicit.md index 8c58e00819..74912e7963 100644 --- a/reference/atomic/atomic_fetch_sub_explicit.md +++ b/reference/atomic/atomic_fetch_sub_explicit.md @@ -1,4 +1,4 @@ -#atomic_fetch_sub_explicit(C++11) +#atomic_fetch_sub_explicit (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_fetch_xor.md b/reference/atomic/atomic_fetch_xor.md index 5f58dd9e41..f07885f76c 100644 --- a/reference/atomic/atomic_fetch_xor.md +++ b/reference/atomic/atomic_fetch_xor.md @@ -1,4 +1,4 @@ -#atomic_fetch_xor(C++11) +#atomic_fetch_xor (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_fetch_xor_explicit.md b/reference/atomic/atomic_fetch_xor_explicit.md index dc8567966a..0f3af40c67 100644 --- a/reference/atomic/atomic_fetch_xor_explicit.md +++ b/reference/atomic/atomic_fetch_xor_explicit.md @@ -1,4 +1,4 @@ -#atomic_fetch_xor_explicit(C++11) +#atomic_fetch_xor_explicit (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_flag.md b/reference/atomic/atomic_flag.md index 1a01f01773..6263ea8653 100644 --- a/reference/atomic/atomic_flag.md +++ b/reference/atomic/atomic_flag.md @@ -1,4 +1,4 @@ -#atomic_flag(C++11) +#atomic_flag (C++11) ```cpp namespace std { struct atomic_flag; diff --git a/reference/atomic/atomic_flag/atomic_flag.md b/reference/atomic/atomic_flag/atomic_flag.md index 94d171d727..fcb14a9023 100644 --- a/reference/atomic/atomic_flag/atomic_flag.md +++ b/reference/atomic/atomic_flag/atomic_flag.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp atomic_flag() noexcept = default; atomic_flag(const atomic_flag&) = delete; diff --git a/reference/atomic/atomic_flag/clear.md b/reference/atomic/atomic_flag/clear.md index 75148aab68..fbcbb465af 100644 --- a/reference/atomic/atomic_flag/clear.md +++ b/reference/atomic/atomic_flag/clear.md @@ -1,4 +1,4 @@ -#clear(C++11) +#clear (C++11) ```cpp void clear(memory_order order = memory_order_seq_cst) volatile noexcept; void clear(memory_order order = memory_order_seq_cst) noexcept; diff --git a/reference/atomic/atomic_flag/test_and_set.md b/reference/atomic/atomic_flag/test_and_set.md index 1bbf1c5e4b..dbdb850f6c 100644 --- a/reference/atomic/atomic_flag/test_and_set.md +++ b/reference/atomic/atomic_flag/test_and_set.md @@ -1,4 +1,4 @@ -#test_and_set(C++11) +#test_and_set (C++11) ```cpp bool test_and_set(memory_order order = memory_order_seq_cst) volatile noexcept; bool test_and_set(memory_order order = memory_order_seq_cst) noexcept; diff --git a/reference/atomic/atomic_flag_clear.md b/reference/atomic/atomic_flag_clear.md index 2f88808074..6dbce091de 100644 --- a/reference/atomic/atomic_flag_clear.md +++ b/reference/atomic/atomic_flag_clear.md @@ -1,4 +1,4 @@ -#atomic_flag_clear(C++11) +#atomic_flag_clear (C++11) ```cpp namespace std { void atomic_flag_clear(volatile atomic_flag* object) noexcept; diff --git a/reference/atomic/atomic_flag_clear_explicit.md b/reference/atomic/atomic_flag_clear_explicit.md index 090e0c0f88..996e5e05d8 100644 --- a/reference/atomic/atomic_flag_clear_explicit.md +++ b/reference/atomic/atomic_flag_clear_explicit.md @@ -1,4 +1,4 @@ -#atomic_flag_clear_explicit(C++11) +#atomic_flag_clear_explicit (C++11) ```cpp namespace std { void atomic_flag_clear_explicit(volatile atomic_flag* object, memory_order order) noexcept; diff --git a/reference/atomic/atomic_flag_init.md b/reference/atomic/atomic_flag_init.md index c5a9d6f111..00118877a4 100644 --- a/reference/atomic/atomic_flag_init.md +++ b/reference/atomic/atomic_flag_init.md @@ -1,4 +1,4 @@ -#ATOMIC_FLAG_INIT(C++11) +#ATOMIC_FLAG_INIT (C++11) ```cpp namespace std { #define ATOMIC_FLAG_INIT see below diff --git a/reference/atomic/atomic_flag_test_and_set.md b/reference/atomic/atomic_flag_test_and_set.md index 21cebbbba0..2821067f12 100644 --- a/reference/atomic/atomic_flag_test_and_set.md +++ b/reference/atomic/atomic_flag_test_and_set.md @@ -1,4 +1,4 @@ -#atomic_flag_test_and_set(C++11) +#atomic_flag_test_and_set (C++11) ```cpp namespace std { bool atomic_flag_test_and_set(volatile atomic_flag* object) noexcept; diff --git a/reference/atomic/atomic_flag_test_and_set_explicit.md b/reference/atomic/atomic_flag_test_and_set_explicit.md index a733538c63..96857ea420 100644 --- a/reference/atomic/atomic_flag_test_and_set_explicit.md +++ b/reference/atomic/atomic_flag_test_and_set_explicit.md @@ -1,4 +1,4 @@ -#atomic_flag_test_and_set_explicit(C++11) +#atomic_flag_test_and_set_explicit (C++11) ```cpp namespace std { bool atomic_flag_test_and_set_explicit(volatile atomic_flag* object, memory_order order) noexcept; diff --git a/reference/atomic/atomic_init.md b/reference/atomic/atomic_init.md index 1ccf74d173..1ba5146660 100644 --- a/reference/atomic/atomic_init.md +++ b/reference/atomic/atomic_init.md @@ -1,4 +1,4 @@ -#atomic_init(C++11) +#atomic_init (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_is_lock_free.md b/reference/atomic/atomic_is_lock_free.md index a741af4d66..e3f81a2328 100644 --- a/reference/atomic/atomic_is_lock_free.md +++ b/reference/atomic/atomic_is_lock_free.md @@ -1,4 +1,4 @@ -#atomic_is_lock_free(C++11) +#atomic_is_lock_free (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_load.md b/reference/atomic/atomic_load.md index 308b4ee6e4..8657da4d6d 100644 --- a/reference/atomic/atomic_load.md +++ b/reference/atomic/atomic_load.md @@ -1,4 +1,4 @@ -#atomic_load(C++11) +#atomic_load (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_load_explicit.md b/reference/atomic/atomic_load_explicit.md index 2552fa832e..ecb14707c5 100644 --- a/reference/atomic/atomic_load_explicit.md +++ b/reference/atomic/atomic_load_explicit.md @@ -1,4 +1,4 @@ -#atomic_load_explicit(C++11) +#atomic_load_explicit (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_signal_fence.md b/reference/atomic/atomic_signal_fence.md index 277cc8697c..85085f9c74 100644 --- a/reference/atomic/atomic_signal_fence.md +++ b/reference/atomic/atomic_signal_fence.md @@ -1,4 +1,4 @@ -#atomic_signal_fence(C++11) +#atomic_signal_fence (C++11) ```cpp namespace std { extern "C" void atomic_signal_fence(memory_order order) noexcept; diff --git a/reference/atomic/atomic_store.md b/reference/atomic/atomic_store.md index f2b60c0ed6..97ce0fe0d0 100644 --- a/reference/atomic/atomic_store.md +++ b/reference/atomic/atomic_store.md @@ -1,4 +1,4 @@ -#atomic_store(C++11) +#atomic_store (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_store_explicit.md b/reference/atomic/atomic_store_explicit.md index a2a27361f0..324d572b38 100644 --- a/reference/atomic/atomic_store_explicit.md +++ b/reference/atomic/atomic_store_explicit.md @@ -1,4 +1,4 @@ -#atomic_store_explicit(C++11) +#atomic_store_explicit (C++11) ```cpp namespace std { template diff --git a/reference/atomic/atomic_thread_fence.md b/reference/atomic/atomic_thread_fence.md index 7d9be372d4..6f302e6eba 100644 --- a/reference/atomic/atomic_thread_fence.md +++ b/reference/atomic/atomic_thread_fence.md @@ -1,4 +1,4 @@ -#atomic_thread_fence(C++11) +#atomic_thread_fence (C++11) ```cpp namespace std { extern "C" void atomic_thread_fence(memory_order order) noexcept; diff --git a/reference/atomic/atomic_var_init.md b/reference/atomic/atomic_var_init.md index 77cf11578f..76c6dbe8b0 100644 --- a/reference/atomic/atomic_var_init.md +++ b/reference/atomic/atomic_var_init.md @@ -1,4 +1,4 @@ -#ATOMIC_VAR_INIT(C++11) +#ATOMIC_VAR_INIT (C++11) ```cpp #define ATOMIC_VAR_INIT(value) see below ``` diff --git a/reference/atomic/kill_dependency.md b/reference/atomic/kill_dependency.md index 928121375b..16d63f8f85 100644 --- a/reference/atomic/kill_dependency.md +++ b/reference/atomic/kill_dependency.md @@ -1,4 +1,4 @@ -#kill_dependency(C++11) +#kill_dependency (C++11) ```cpp namespace std { template diff --git a/reference/atomic/lock_free_property.md b/reference/atomic/lock_free_property.md index 4bfb3a0767..03c58f31d1 100644 --- a/reference/atomic/lock_free_property.md +++ b/reference/atomic/lock_free_property.md @@ -1,4 +1,4 @@ -#ロックフリープロパティ(C++11) +#ロックフリープロパティ (C++11) ```cpp #define ATOMIC_BOOL_LOCK_FREE unspecified #define ATOMIC_CHAR_LOCK_FREE unspecified diff --git a/reference/atomic/memory_order.md b/reference/atomic/memory_order.md index 8f5c388403..eb314f2adf 100644 --- a/reference/atomic/memory_order.md +++ b/reference/atomic/memory_order.md @@ -1,4 +1,4 @@ -#memory_order(C++11) +#memory_order (C++11) ```cpp namespace std { typedef enum memory_order { diff --git a/reference/bitset/all.md b/reference/bitset/all.md index 1aa29b62d6..b3a76fcfb5 100644 --- a/reference/bitset/all.md +++ b/reference/bitset/all.md @@ -1,4 +1,4 @@ -#all(C++11) +#all (C++11) ```cpp bool all() const noexcept; ``` diff --git a/reference/bitset/to_ullong.md b/reference/bitset/to_ullong.md index 264d3ef4f8..71bef30d62 100644 --- a/reference/bitset/to_ullong.md +++ b/reference/bitset/to_ullong.md @@ -1,4 +1,4 @@ -#to_ullong(C++11) +#to_ullong (C++11) ```cpp unsigned long long to_ullong() const; ``` diff --git a/reference/chrono.md b/reference/chrono.md index 57126a3f04..0e939cd2ee 100644 --- a/reference/chrono.md +++ b/reference/chrono.md @@ -1,4 +1,4 @@ -#chrono(C++11) +#chrono (C++11) ``ヘッダは、時間に関するユーティリティとして機能する関数・クラスを提供する。このヘッダに含まれる関数・クラスは、`std::chrono`名前空間で定義される。 ##時間を表す型 diff --git a/reference/chrono/duration.md b/reference/chrono/duration.md index 50cb9cd23e..0897beead7 100644 --- a/reference/chrono/duration.md +++ b/reference/chrono/duration.md @@ -1,4 +1,4 @@ -#duration(C++11) +#duration (C++11) ```cpp namespace std { diff --git a/reference/chrono/duration/count.md b/reference/chrono/duration/count.md index 928b0c07ec..337f8d2fe1 100644 --- a/reference/chrono/duration/count.md +++ b/reference/chrono/duration/count.md @@ -1,4 +1,4 @@ -#count(C++11) +#count (C++11) ```cpp constexpr rep count() const; ``` diff --git a/reference/chrono/duration/max.md b/reference/chrono/duration/max.md index d9f2b87a16..26964cebb2 100644 --- a/reference/chrono/duration/max.md +++ b/reference/chrono/duration/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp static constexpr duration max(); ``` diff --git a/reference/chrono/duration/min.md b/reference/chrono/duration/min.md index 460c0c6225..04359eb75c 100644 --- a/reference/chrono/duration/min.md +++ b/reference/chrono/duration/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp static constexpr duration min(); ``` diff --git a/reference/chrono/duration/op_add_assign.md b/reference/chrono/duration/op_add_assign.md index 35b8d31061..64bb9e544a 100644 --- a/reference/chrono/duration/op_add_assign.md +++ b/reference/chrono/duration/op_add_assign.md @@ -1,4 +1,4 @@ -#operator+=(C++11) +#operator+= (C++11) ```cpp duration& operator+=(const duration& d); ``` diff --git a/reference/chrono/duration/op_decrement.md b/reference/chrono/duration/op_decrement.md index 06e6130553..4c329eeeb6 100644 --- a/reference/chrono/duration/op_decrement.md +++ b/reference/chrono/duration/op_decrement.md @@ -1,4 +1,4 @@ -#operator--(C++11) +#operator-- (C++11) ```cpp duration& operator--(); duration operator--(int); diff --git a/reference/chrono/duration/op_divide_assign.md b/reference/chrono/duration/op_divide_assign.md index bb6607ff1f..c821805b1e 100644 --- a/reference/chrono/duration/op_divide_assign.md +++ b/reference/chrono/duration/op_divide_assign.md @@ -1,4 +1,4 @@ -#operator/=(C++11) +#operator/= (C++11) ```cpp duration& operator/=(const rep& rhs); ``` diff --git a/reference/chrono/duration/op_increment.md b/reference/chrono/duration/op_increment.md index 0ed8b326de..5d3e35cc4d 100644 --- a/reference/chrono/duration/op_increment.md +++ b/reference/chrono/duration/op_increment.md @@ -1,4 +1,4 @@ -#operator++(C++11) +#operator++ (C++11) ```cpp duration& operator++(); duration operator++(int); diff --git a/reference/chrono/duration/op_modulo_assign.md b/reference/chrono/duration/op_modulo_assign.md index 373f753000..9520bbd46f 100644 --- a/reference/chrono/duration/op_modulo_assign.md +++ b/reference/chrono/duration/op_modulo_assign.md @@ -1,4 +1,4 @@ -#operator%=(C++11) +#operator%= (C++11) ```cpp duration& operator%=(const rep& rhs); duration& operator%=(const duration& rhs); diff --git a/reference/chrono/duration/op_multiply_assign.md b/reference/chrono/duration/op_multiply_assign.md index 080f99b978..7fdb25f20e 100644 --- a/reference/chrono/duration/op_multiply_assign.md +++ b/reference/chrono/duration/op_multiply_assign.md @@ -1,4 +1,4 @@ -#operator*=(C++11) +#operator*= (C++11) ```cpp duration& operator*=(const rep& rhs); ``` diff --git a/reference/chrono/duration/op_substract_assign.md b/reference/chrono/duration/op_substract_assign.md index 8e893b4645..3ad6b8c7cd 100644 --- a/reference/chrono/duration/op_substract_assign.md +++ b/reference/chrono/duration/op_substract_assign.md @@ -1,4 +1,4 @@ -#operator-=(C++11) +#operator-= (C++11) ```cpp duration& operator-=(const duration& d); ``` diff --git a/reference/chrono/duration/op_unary_add.md b/reference/chrono/duration/op_unary_add.md index 1c3e526de8..fa7f0ab340 100644 --- a/reference/chrono/duration/op_unary_add.md +++ b/reference/chrono/duration/op_unary_add.md @@ -1,4 +1,4 @@ -#operator+(C++11) +#operator+ (C++11) ```cpp constexpr duration operator+() const; ``` diff --git a/reference/chrono/duration/op_unary_substract.md b/reference/chrono/duration/op_unary_substract.md index 6c681e5ce1..bda4c22fb7 100644 --- a/reference/chrono/duration/op_unary_substract.md +++ b/reference/chrono/duration/op_unary_substract.md @@ -1,4 +1,4 @@ -#operator-(C++11) +#operator- (C++11) ```cpp constexpr duration operator-() const; ``` diff --git a/reference/chrono/duration/zero.md b/reference/chrono/duration/zero.md index acb2600f1e..6e0913dba2 100644 --- a/reference/chrono/duration/zero.md +++ b/reference/chrono/duration/zero.md @@ -1,4 +1,4 @@ -#zero(C++11) +#zero (C++11) ```cpp static constexpr duration zero(); ``` diff --git a/reference/chrono/duration_cast.md b/reference/chrono/duration_cast.md index b830c82c74..57a75a156a 100644 --- a/reference/chrono/duration_cast.md +++ b/reference/chrono/duration_cast.md @@ -1,4 +1,4 @@ -#duration_cast(C++11) +#duration_cast (C++11) ```cpp namespace std { diff --git a/reference/chrono/duration_values/max.md b/reference/chrono/duration_values/max.md index e1f54898ee..bf9dae9be4 100644 --- a/reference/chrono/duration_values/max.md +++ b/reference/chrono/duration_values/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp static constexpr Rep max() ``` diff --git a/reference/chrono/duration_values/min.md b/reference/chrono/duration_values/min.md index 83fdfb03ed..d7ad2b427d 100644 --- a/reference/chrono/duration_values/min.md +++ b/reference/chrono/duration_values/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp static constexpr Rep min(); ``` diff --git a/reference/chrono/duration_values/zero.md b/reference/chrono/duration_values/zero.md index d1c0718ec6..2942919d6c 100644 --- a/reference/chrono/duration_values/zero.md +++ b/reference/chrono/duration_values/zero.md @@ -1,4 +1,4 @@ -#zero(C++11) +#zero (C++11) ```cpp static constexpr Rep zero(); ``` diff --git a/reference/chrono/high_resolution_clock.md b/reference/chrono/high_resolution_clock.md index 15d236d7c8..9fad3b5888 100644 --- a/reference/chrono/high_resolution_clock.md +++ b/reference/chrono/high_resolution_clock.md @@ -1,4 +1,4 @@ -#high_resolution_clock(C++11) +#high_resolution_clock (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/high_resolution_clock/now.md b/reference/chrono/high_resolution_clock/now.md index 6536d29911..ba2e529057 100644 --- a/reference/chrono/high_resolution_clock/now.md +++ b/reference/chrono/high_resolution_clock/now.md @@ -1,4 +1,4 @@ -#now(C++11) +#now (C++11) ```cpp static time_point now() noexcept; ``` diff --git a/reference/chrono/hours.md b/reference/chrono/hours.md index d9befdf615..6c22cffa86 100644 --- a/reference/chrono/hours.md +++ b/reference/chrono/hours.md @@ -1,4 +1,4 @@ -#hours(C++11) +#hours (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/microseconds.md b/reference/chrono/microseconds.md index 8e4e8c61f3..8330d0aabe 100644 --- a/reference/chrono/microseconds.md +++ b/reference/chrono/microseconds.md @@ -1,4 +1,4 @@ -#microseconds(C++11) +#microseconds (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/milliseconds.md b/reference/chrono/milliseconds.md index d263807c63..7bd1375e97 100644 --- a/reference/chrono/milliseconds.md +++ b/reference/chrono/milliseconds.md @@ -1,4 +1,4 @@ -#milliseconds(C++11) +#milliseconds (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/minutes.md b/reference/chrono/minutes.md index b4607720d7..496116dd24 100644 --- a/reference/chrono/minutes.md +++ b/reference/chrono/minutes.md @@ -1,4 +1,4 @@ -#minutes(C++11) +#minutes (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/nanoseconds.md b/reference/chrono/nanoseconds.md index a03965f38c..589c8a95c6 100644 --- a/reference/chrono/nanoseconds.md +++ b/reference/chrono/nanoseconds.md @@ -1,4 +1,4 @@ -#nanoseconds(C++11) +#nanoseconds (C++11) ```cpp namespace std { diff --git a/reference/chrono/op_add.md b/reference/chrono/op_add.md index e5b621932f..1ceced4699 100644 --- a/reference/chrono/op_add.md +++ b/reference/chrono/op_add.md @@ -1,4 +1,4 @@ -#operator+(C++11) +#operator+ (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/op_divide.md b/reference/chrono/op_divide.md index 467077d307..014ba33359 100644 --- a/reference/chrono/op_divide.md +++ b/reference/chrono/op_divide.md @@ -1,4 +1,4 @@ -#operator/(C++11) +#operator/ (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/op_equal.md b/reference/chrono/op_equal.md index e8ce5924ac..6fa581f24b 100644 --- a/reference/chrono/op_equal.md +++ b/reference/chrono/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/op_greater.md b/reference/chrono/op_greater.md index d5866bd401..9685baf807 100644 --- a/reference/chrono/op_greater.md +++ b/reference/chrono/op_greater.md @@ -1,4 +1,4 @@ -#operator>(C++11) +#operator> (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/op_greater_equal.md b/reference/chrono/op_greater_equal.md index 425662d9af..600feecded 100644 --- a/reference/chrono/op_greater_equal.md +++ b/reference/chrono/op_greater_equal.md @@ -1,4 +1,4 @@ -#operator>=(C++11) +#operator>= (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/op_less.md b/reference/chrono/op_less.md index d701283f36..6d5b54f889 100644 --- a/reference/chrono/op_less.md +++ b/reference/chrono/op_less.md @@ -1,4 +1,4 @@ -#operator<(C++11) +#operator< (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/op_less_equal.md b/reference/chrono/op_less_equal.md index f88fec91c4..2810d635ac 100644 --- a/reference/chrono/op_less_equal.md +++ b/reference/chrono/op_less_equal.md @@ -1,4 +1,4 @@ -#operator<=(C++11) +#operator<= (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/op_modulo.md b/reference/chrono/op_modulo.md index 2cdca9ca67..4567d8e302 100644 --- a/reference/chrono/op_modulo.md +++ b/reference/chrono/op_modulo.md @@ -1,4 +1,4 @@ -#operator%(C++11) +#operator% (C++11) ```cpp namespace std { // duration % N = duration diff --git a/reference/chrono/op_multiply.md b/reference/chrono/op_multiply.md index d320b47c54..5c59a733c9 100644 --- a/reference/chrono/op_multiply.md +++ b/reference/chrono/op_multiply.md @@ -1,4 +1,4 @@ -#operator*(C++11) +#operator* (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/op_not_equal.md b/reference/chrono/op_not_equal.md index 193f59b607..941a433e49 100644 --- a/reference/chrono/op_not_equal.md +++ b/reference/chrono/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/op_substract.md b/reference/chrono/op_substract.md index d2fd6840c4..c2d8260611 100644 --- a/reference/chrono/op_substract.md +++ b/reference/chrono/op_substract.md @@ -1,4 +1,4 @@ -#operator-(C++11) +#operator- (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/seconds.md b/reference/chrono/seconds.md index 1798d4094f..fcc1c72ef1 100644 --- a/reference/chrono/seconds.md +++ b/reference/chrono/seconds.md @@ -1,4 +1,4 @@ -#seconds(C++11) +#seconds (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/steady_clock.md b/reference/chrono/steady_clock.md index 410a100d58..c86c308b6e 100644 --- a/reference/chrono/steady_clock.md +++ b/reference/chrono/steady_clock.md @@ -1,4 +1,4 @@ -#steady_clock(C++11) +#steady_clock (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/steady_clock/now.md b/reference/chrono/steady_clock/now.md index e4868c764b..a7c638b0d9 100644 --- a/reference/chrono/steady_clock/now.md +++ b/reference/chrono/steady_clock/now.md @@ -1,4 +1,4 @@ -#now(C++11) +#now (C++11) ```cpp static time_point now() noexcept; ``` diff --git a/reference/chrono/system_clock.md b/reference/chrono/system_clock.md index 166e48a00f..37220240cb 100644 --- a/reference/chrono/system_clock.md +++ b/reference/chrono/system_clock.md @@ -1,4 +1,4 @@ -#system_clock(C++11) +#system_clock (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/system_clock/from_time_t.md b/reference/chrono/system_clock/from_time_t.md index 2e4f75983d..8a77d489bd 100644 --- a/reference/chrono/system_clock/from_time_t.md +++ b/reference/chrono/system_clock/from_time_t.md @@ -1,4 +1,4 @@ -#from_time_t(C++11) +#from_time_t (C++11) ```cpp static time_point from_time_t(time_t t) noexcept; ``` diff --git a/reference/chrono/system_clock/now.md b/reference/chrono/system_clock/now.md index 0e69b7a8de..8483ff0170 100644 --- a/reference/chrono/system_clock/now.md +++ b/reference/chrono/system_clock/now.md @@ -1,4 +1,4 @@ -#now(C++11) +#now (C++11) ```cpp static time_point now() noexcept; ``` diff --git a/reference/chrono/system_clock/to_time_t.md b/reference/chrono/system_clock/to_time_t.md index b11066c506..f7bba9c461 100644 --- a/reference/chrono/system_clock/to_time_t.md +++ b/reference/chrono/system_clock/to_time_t.md @@ -1,4 +1,4 @@ -#to_time_t(C++11) +#to_time_t (C++11) ```cpp static time_t to_time_t(const time_point& t) noexcept; ``` diff --git a/reference/chrono/time_point.md b/reference/chrono/time_point.md index 623ec9c21f..99ac580f06 100644 --- a/reference/chrono/time_point.md +++ b/reference/chrono/time_point.md @@ -1,4 +1,4 @@ -#time_point(C++11) +#time_point (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/time_point/add_assign.md b/reference/chrono/time_point/add_assign.md index 73e8e158fc..28aa03d535 100644 --- a/reference/chrono/time_point/add_assign.md +++ b/reference/chrono/time_point/add_assign.md @@ -1,4 +1,4 @@ -#operator+=(C++11) +#operator+= (C++11) ```cpp time_point& operator+=(const duration& d); ``` diff --git a/reference/chrono/time_point/max.md b/reference/chrono/time_point/max.md index 83fcb16271..1391361bc3 100644 --- a/reference/chrono/time_point/max.md +++ b/reference/chrono/time_point/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp static constexpr time_point max(); ``` diff --git a/reference/chrono/time_point/min.md b/reference/chrono/time_point/min.md index 39a6fbc872..059344dc92 100644 --- a/reference/chrono/time_point/min.md +++ b/reference/chrono/time_point/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp static constexpr time_point min(); ``` diff --git a/reference/chrono/time_point/substract_assign.md b/reference/chrono/time_point/substract_assign.md index 17eb525071..d465d93962 100644 --- a/reference/chrono/time_point/substract_assign.md +++ b/reference/chrono/time_point/substract_assign.md @@ -1,4 +1,4 @@ -#operator-=(C++11) +#operator-= (C++11) ```cpp time_point& operator-=(const duration& d); ``` diff --git a/reference/chrono/time_point/time_point.md b/reference/chrono/time_point/time_point.md index 788cce8feb..f2e24f3056 100644 --- a/reference/chrono/time_point/time_point.md +++ b/reference/chrono/time_point/time_point.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp time_point(); diff --git a/reference/chrono/time_point/time_since_epoch.md b/reference/chrono/time_point/time_since_epoch.md index c95aa5177f..3f51183dc6 100644 --- a/reference/chrono/time_point/time_since_epoch.md +++ b/reference/chrono/time_point/time_since_epoch.md @@ -1,4 +1,4 @@ -#time_since_epoch(C++11) +#time_since_epoch (C++11) ```cpp duration time_since_epoch() const; ``` diff --git a/reference/chrono/time_point_cast.md b/reference/chrono/time_point_cast.md index 48f92ebf6f..fdd399206c 100644 --- a/reference/chrono/time_point_cast.md +++ b/reference/chrono/time_point_cast.md @@ -1,4 +1,4 @@ -#time_point_cast(C++11) +#time_point_cast (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/chrono/treat_as_floating_point.md b/reference/chrono/treat_as_floating_point.md index a58a831a06..361137cc3e 100644 --- a/reference/chrono/treat_as_floating_point.md +++ b/reference/chrono/treat_as_floating_point.md @@ -1,4 +1,4 @@ -#treat_as_floating_point(C++11) +#treat_as_floating_point (C++11) ```cpp namespace std { namespace chrono { diff --git a/reference/climits/llong_max.md b/reference/climits/llong_max.md index 2e7d356724..78943c879f 100644 --- a/reference/climits/llong_max.md +++ b/reference/climits/llong_max.md @@ -1,4 +1,4 @@ -#LLONG_MAX(C++11) +#LLONG_MAX (C++11) ```cpp #define LLONG_MAX implementation-defined ``` diff --git a/reference/climits/llong_min.md b/reference/climits/llong_min.md index 00973e2281..c7b4fa2fe3 100644 --- a/reference/climits/llong_min.md +++ b/reference/climits/llong_min.md @@ -1,4 +1,4 @@ -#LLONG_MIN(C++11) +#LLONG_MIN (C++11) ```cpp #define LLONG_MIN implementation-defined ``` diff --git a/reference/climits/ullong_max.md b/reference/climits/ullong_max.md index 57c906fe7c..1aabc11cdf 100644 --- a/reference/climits/ullong_max.md +++ b/reference/climits/ullong_max.md @@ -1,4 +1,4 @@ -#ULLONG_MAX(C++11) +#ULLONG_MAX (C++11) ```cpp #define ULLONG_MAX implementation-defined ``` diff --git a/reference/cmath/acosh.md b/reference/cmath/acosh.md index 572c07550d..9ad0055106 100644 --- a/reference/cmath/acosh.md +++ b/reference/cmath/acosh.md @@ -1,4 +1,4 @@ -#acosh(C++11) +#acosh (C++11) ```cpp namespace std { float acosh(float x); diff --git a/reference/cmath/asinh.md b/reference/cmath/asinh.md index f262bb3cf7..67a91145bc 100644 --- a/reference/cmath/asinh.md +++ b/reference/cmath/asinh.md @@ -1,4 +1,4 @@ -#asinh(C++11) +#asinh (C++11) ```cpp namespace std { float asinh(float x); diff --git a/reference/cmath/atanh.md b/reference/cmath/atanh.md index 6804e633eb..62e6fe2380 100644 --- a/reference/cmath/atanh.md +++ b/reference/cmath/atanh.md @@ -1,4 +1,4 @@ -#atanh(C++11) +#atanh (C++11) ```cpp namespace std { float atanh(float x); diff --git a/reference/cmath/cbrt.md b/reference/cmath/cbrt.md index f386d6cbe5..b55aa3929b 100644 --- a/reference/cmath/cbrt.md +++ b/reference/cmath/cbrt.md @@ -1,4 +1,4 @@ -#cbrt(C++11) +#cbrt (C++11) ```cpp namespace std { float cbrt(float x); diff --git a/reference/cmath/exp2.md b/reference/cmath/exp2.md index e8fe7aebad..47c70e170e 100644 --- a/reference/cmath/exp2.md +++ b/reference/cmath/exp2.md @@ -1,4 +1,4 @@ -#exp2(C++11) +#exp2 (C++11) ```cpp namespace std { float exp2(float x); diff --git a/reference/cmath/expm1.md b/reference/cmath/expm1.md index ba3fc373e4..5b1793d5a0 100644 --- a/reference/cmath/expm1.md +++ b/reference/cmath/expm1.md @@ -1,4 +1,4 @@ -#expm1(C++11) +#expm1 (C++11) ```cpp namespace std { float expm1(float x); diff --git a/reference/cmath/hypot.md b/reference/cmath/hypot.md index 75b77b23e1..763c71669f 100644 --- a/reference/cmath/hypot.md +++ b/reference/cmath/hypot.md @@ -1,4 +1,4 @@ -#hypot(C++11) +#hypot (C++11) ```cpp namespace std { float hypot(float x, float y); diff --git a/reference/cmath/log1p.md b/reference/cmath/log1p.md index 54fc71fd4f..fe2e9ed7df 100644 --- a/reference/cmath/log1p.md +++ b/reference/cmath/log1p.md @@ -1,4 +1,4 @@ -#log1p(C++11) +#log1p (C++11) ```cpp namespace std { float log1p(float x); diff --git a/reference/cmath/log2.md b/reference/cmath/log2.md index 24f336a1a9..4a4de90462 100644 --- a/reference/cmath/log2.md +++ b/reference/cmath/log2.md @@ -1,4 +1,4 @@ -#log2(C++11) +#log2 (C++11) ```cpp namespace std { float log2(float x); diff --git a/reference/codecvt.md b/reference/codecvt.md index 24dc556bce..70300e535a 100644 --- a/reference/codecvt.md +++ b/reference/codecvt.md @@ -1,4 +1,4 @@ -#codecvt(C++11) +#codecvt (C++11) ``ヘッダでは、文字コード変換のためのファセットクラスを定義する。 | 名前 | 説明 | 対応バージョン | diff --git a/reference/codecvt/codecvt_mode.md b/reference/codecvt/codecvt_mode.md index b5cc1c047b..8ec19f0956 100644 --- a/reference/codecvt/codecvt_mode.md +++ b/reference/codecvt/codecvt_mode.md @@ -1,4 +1,4 @@ -#codecvt_mode(C++11) +#codecvt_mode (C++11) ```cpp namespace std { enum codecvt_mode { diff --git a/reference/codecvt/codecvt_utf16.md b/reference/codecvt/codecvt_utf16.md index 099f59e67e..c98c39b96a 100644 --- a/reference/codecvt/codecvt_utf16.md +++ b/reference/codecvt/codecvt_utf16.md @@ -1,4 +1,4 @@ -#codecvt_utf16(C++11) +#codecvt_utf16 (C++11) ```cpp namespace std { template `ヘッダでは、条件変数に関するいくつかのクラス・関数を提供する。 diff --git a/reference/condition_variable/condition_variable.md b/reference/condition_variable/condition_variable.md index bfd7c74435..0b02938bc1 100644 --- a/reference/condition_variable/condition_variable.md +++ b/reference/condition_variable/condition_variable.md @@ -1,4 +1,4 @@ -#condition_variable(C++11) +#condition_variable (C++11) ```cpp namespace std { class condition_variable; diff --git a/reference/condition_variable/condition_variable/-condition_variable.md b/reference/condition_variable/condition_variable/-condition_variable.md index 5ae0ba0261..1e9921806b 100644 --- a/reference/condition_variable/condition_variable/-condition_variable.md +++ b/reference/condition_variable/condition_variable/-condition_variable.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~condition_variable(); ``` diff --git a/reference/condition_variable/condition_variable/condition_variable.md b/reference/condition_variable/condition_variable/condition_variable.md index e0355c40fc..9132f1e938 100644 --- a/reference/condition_variable/condition_variable/condition_variable.md +++ b/reference/condition_variable/condition_variable/condition_variable.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp condition_variable(); condition_variable(const condition_variable&) = delete; diff --git a/reference/condition_variable/condition_variable/native_handle.md b/reference/condition_variable/condition_variable/native_handle.md index db2f6e44a5..edea87b7e3 100644 --- a/reference/condition_variable/condition_variable/native_handle.md +++ b/reference/condition_variable/condition_variable/native_handle.md @@ -1,4 +1,4 @@ -#native_handle(C++11) +#native_handle (C++11) ```cpp native_handle_type native_handle(); ``` diff --git a/reference/condition_variable/condition_variable/notify_all.md b/reference/condition_variable/condition_variable/notify_all.md index e19287fa47..92f75d0f05 100644 --- a/reference/condition_variable/condition_variable/notify_all.md +++ b/reference/condition_variable/condition_variable/notify_all.md @@ -1,4 +1,4 @@ -#notify_all(C++11) +#notify_all (C++11) ```cpp void notify_all() noexcept; ``` diff --git a/reference/condition_variable/condition_variable/notify_all_at_thread_exit.md b/reference/condition_variable/condition_variable/notify_all_at_thread_exit.md index b28b944f59..c02909008e 100644 --- a/reference/condition_variable/condition_variable/notify_all_at_thread_exit.md +++ b/reference/condition_variable/condition_variable/notify_all_at_thread_exit.md @@ -1,4 +1,4 @@ -#notify_all_at_thread_exit(C++11) +#notify_all_at_thread_exit (C++11) ```cpp namespace std { void notify_all_at_thread_exit(condition_variable& cond, unique_lock lk); diff --git a/reference/condition_variable/condition_variable/notify_one.md b/reference/condition_variable/condition_variable/notify_one.md index bb31d2e904..61b9f07da2 100644 --- a/reference/condition_variable/condition_variable/notify_one.md +++ b/reference/condition_variable/condition_variable/notify_one.md @@ -1,4 +1,4 @@ -#notify_one(C++11) +#notify_one (C++11) ```cpp void notify_one() noexcept; ``` diff --git a/reference/condition_variable/condition_variable/wait.md b/reference/condition_variable/condition_variable/wait.md index 535d5f2fd2..972591ae57 100644 --- a/reference/condition_variable/condition_variable/wait.md +++ b/reference/condition_variable/condition_variable/wait.md @@ -1,4 +1,4 @@ -#wait(C++11) +#wait (C++11) ```cpp void wait(unique_lock& lock); diff --git a/reference/condition_variable/condition_variable/wait_for.md b/reference/condition_variable/condition_variable/wait_for.md index e41b91f07f..8e829caec2 100644 --- a/reference/condition_variable/condition_variable/wait_for.md +++ b/reference/condition_variable/condition_variable/wait_for.md @@ -1,4 +1,4 @@ -#wait_for(C++11) +#wait_for (C++11) ```cpp template cv_status wait_for(unique_lock& lock, diff --git a/reference/condition_variable/condition_variable/wait_until.md b/reference/condition_variable/condition_variable/wait_until.md index c55dd7aa5e..943b4806a6 100644 --- a/reference/condition_variable/condition_variable/wait_until.md +++ b/reference/condition_variable/condition_variable/wait_until.md @@ -1,4 +1,4 @@ -#wait_until(C++11) +#wait_until (C++11) ```cpp template cv_status wait_until(unique_lock& lock, diff --git a/reference/condition_variable/condition_variable_any.md b/reference/condition_variable/condition_variable_any.md index 26558755e8..c2caa0eb68 100644 --- a/reference/condition_variable/condition_variable_any.md +++ b/reference/condition_variable/condition_variable_any.md @@ -1,4 +1,4 @@ -#condition_variable_any(C++11) +#condition_variable_any (C++11) ```cpp namespace std { class condition_variable_any; diff --git a/reference/condition_variable/condition_variable_any/-condition_variable_any.md b/reference/condition_variable/condition_variable_any/-condition_variable_any.md index 8b0dfe5e39..62e1d291be 100644 --- a/reference/condition_variable/condition_variable_any/-condition_variable_any.md +++ b/reference/condition_variable/condition_variable_any/-condition_variable_any.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~condition_variable_any(); ``` diff --git a/reference/condition_variable/condition_variable_any/condition_variable_any.md b/reference/condition_variable/condition_variable_any/condition_variable_any.md index 46fd5f6112..9f5cb93885 100644 --- a/reference/condition_variable/condition_variable_any/condition_variable_any.md +++ b/reference/condition_variable/condition_variable_any/condition_variable_any.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp condition_variable_any(); condition_variable_any(const condition_variable_any&) = delete; diff --git a/reference/condition_variable/condition_variable_any/notify_all.md b/reference/condition_variable/condition_variable_any/notify_all.md index b7acc83958..7a5d95347a 100644 --- a/reference/condition_variable/condition_variable_any/notify_all.md +++ b/reference/condition_variable/condition_variable_any/notify_all.md @@ -1,4 +1,4 @@ -#notify_all(C++11) +#notify_all (C++11) ```cpp void notify_all() noexcept; ``` diff --git a/reference/condition_variable/condition_variable_any/notify_one.md b/reference/condition_variable/condition_variable_any/notify_one.md index c3130d5a0a..33f9b0b234 100644 --- a/reference/condition_variable/condition_variable_any/notify_one.md +++ b/reference/condition_variable/condition_variable_any/notify_one.md @@ -1,4 +1,4 @@ -#notify_one(C++11) +#notify_one (C++11) ```cpp void notify_one() noexcept; ``` diff --git a/reference/condition_variable/condition_variable_any/wait.md b/reference/condition_variable/condition_variable_any/wait.md index 8a9cdc6c31..d27f320f49 100644 --- a/reference/condition_variable/condition_variable_any/wait.md +++ b/reference/condition_variable/condition_variable_any/wait.md @@ -1,4 +1,4 @@ -#wait(C++11) +#wait (C++11) ```cpp template void wait(Lock& lock); diff --git a/reference/condition_variable/condition_variable_any/wait_for.md b/reference/condition_variable/condition_variable_any/wait_for.md index f05145aa39..8afb9f1bd2 100644 --- a/reference/condition_variable/condition_variable_any/wait_for.md +++ b/reference/condition_variable/condition_variable_any/wait_for.md @@ -1,4 +1,4 @@ -#wait_for(C++11) +#wait_for (C++11) ```cpp template cv_status wait_for(Lock& lock, const chrono::duration& rel_time); diff --git a/reference/condition_variable/condition_variable_any/wait_until.md b/reference/condition_variable/condition_variable_any/wait_until.md index 6d47bc4549..ef13f4e1e1 100644 --- a/reference/condition_variable/condition_variable_any/wait_until.md +++ b/reference/condition_variable/condition_variable_any/wait_until.md @@ -1,4 +1,4 @@ -#wait_until(C++11) +#wait_until (C++11) ```cpp template cv_status wait_until(Lock& lock, const chrono::time_point& abs_time); diff --git a/reference/condition_variable/cv_status.md b/reference/condition_variable/cv_status.md index 8e1bbe0922..e0bc187fb6 100644 --- a/reference/condition_variable/cv_status.md +++ b/reference/condition_variable/cv_status.md @@ -1,4 +1,4 @@ -#cv_status(C++11) +#cv_status (C++11) ```cpp namespace std { enum class cv_status { diff --git a/reference/cstddef/nullptr_t.md b/reference/cstddef/nullptr_t.md index f66d4824ef..0b838970e2 100644 --- a/reference/cstddef/nullptr_t.md +++ b/reference/cstddef/nullptr_t.md @@ -1,4 +1,4 @@ -#nullptr_t(C++11) +#nullptr_t (C++11) ```cpp namespace std { typedef decltype(nullptr) nullptr_t; diff --git a/reference/cstdint.md b/reference/cstdint.md index d43a2dee03..b9fffe6f6f 100644 --- a/reference/cstdint.md +++ b/reference/cstdint.md @@ -1,4 +1,4 @@ -#cstdint(C++11) +#cstdint (C++11) ``ヘッダでは、ビット数が規定された整数型の`typedef`、およびマクロを提供する。これらの機能は、`std`名前空間に属することを除いてC言語の標準ライブラリ``ヘッダと同じである。 ##符号あり整数型 diff --git a/reference/cstdint/int_fast16_max.md b/reference/cstdint/int_fast16_max.md index f14f3448f9..1ce0facb95 100644 --- a/reference/cstdint/int_fast16_max.md +++ b/reference/cstdint/int_fast16_max.md @@ -1,4 +1,4 @@ -#INT_FAST16_MAX(C++11) +#INT_FAST16_MAX (C++11) ```cpp #define INT_FAST16_MAX implementation-defined ``` diff --git a/reference/cstdint/int_fast16_min.md b/reference/cstdint/int_fast16_min.md index 942179a5c4..1a320c7142 100644 --- a/reference/cstdint/int_fast16_min.md +++ b/reference/cstdint/int_fast16_min.md @@ -1,4 +1,4 @@ -#INT_FAST16_MIN(C++11) +#INT_FAST16_MIN (C++11) ```cpp #define INT_FAST16_MIN implementation-defined ``` diff --git a/reference/cstdint/int_fast16_t.md b/reference/cstdint/int_fast16_t.md index 8a5feab99f..984fd66cfc 100644 --- a/reference/cstdint/int_fast16_t.md +++ b/reference/cstdint/int_fast16_t.md @@ -1,4 +1,4 @@ -#int_fast16_t(C++11) +#int_fast16_t (C++11) ```cpp namespace std { typedef signed-integer-type int_fast16_t; diff --git a/reference/cstdint/int_fast32_max.md b/reference/cstdint/int_fast32_max.md index cc9a3e2283..b332f535ca 100644 --- a/reference/cstdint/int_fast32_max.md +++ b/reference/cstdint/int_fast32_max.md @@ -1,4 +1,4 @@ -#INT_FAST32_MAX(C++11) +#INT_FAST32_MAX (C++11) ```cpp #define INT_FAST32_MAX implementation-defined ``` diff --git a/reference/cstdint/int_fast32_min.md b/reference/cstdint/int_fast32_min.md index ff559819bd..de7718e8dd 100644 --- a/reference/cstdint/int_fast32_min.md +++ b/reference/cstdint/int_fast32_min.md @@ -1,4 +1,4 @@ -#INT_FAST32_MIN(C++11) +#INT_FAST32_MIN (C++11) ```cpp #define INT_FAST32_MIN implementation-defined ``` diff --git a/reference/cstdint/int_fast32_t.md b/reference/cstdint/int_fast32_t.md index 3c0d19cfe6..3b525d737a 100644 --- a/reference/cstdint/int_fast32_t.md +++ b/reference/cstdint/int_fast32_t.md @@ -1,4 +1,4 @@ -#int_fast32_t(C++11) +#int_fast32_t (C++11) ```cpp namespace std { typedef signed-integer-type int_fast32_t; diff --git a/reference/cstdint/int_fast64_max.md b/reference/cstdint/int_fast64_max.md index ed090047f9..919766eff1 100644 --- a/reference/cstdint/int_fast64_max.md +++ b/reference/cstdint/int_fast64_max.md @@ -1,4 +1,4 @@ -#INT_FAST64_MAX(C++11) +#INT_FAST64_MAX (C++11) ```cpp #define INT_FAST64_MAX implementation-defined ``` diff --git a/reference/cstdint/int_fast64_min.md b/reference/cstdint/int_fast64_min.md index de5ffa9788..b938fd1192 100644 --- a/reference/cstdint/int_fast64_min.md +++ b/reference/cstdint/int_fast64_min.md @@ -1,4 +1,4 @@ -#INT_FAST64_MIN(C++11) +#INT_FAST64_MIN (C++11) ```cpp #define INT_FAST64_MIN implementation-defined ``` diff --git a/reference/cstdint/int_fast64_t.md b/reference/cstdint/int_fast64_t.md index b7879abccd..e0300bfed2 100644 --- a/reference/cstdint/int_fast64_t.md +++ b/reference/cstdint/int_fast64_t.md @@ -1,4 +1,4 @@ -#int_fast64_t(C++11) +#int_fast64_t (C++11) ```cpp namespace std { typedef signed-integer-type int_fast64_t; diff --git a/reference/cstdint/int_fast8_max.md b/reference/cstdint/int_fast8_max.md index 9bff338a41..7b12488ddc 100644 --- a/reference/cstdint/int_fast8_max.md +++ b/reference/cstdint/int_fast8_max.md @@ -1,4 +1,4 @@ -#INT_FAST8_MAX(C++11) +#INT_FAST8_MAX (C++11) ```cpp #define INT_FAST8_MAX implementation-defined ``` diff --git a/reference/cstdint/int_fast8_min.md b/reference/cstdint/int_fast8_min.md index 912568057b..4f178c7c7c 100644 --- a/reference/cstdint/int_fast8_min.md +++ b/reference/cstdint/int_fast8_min.md @@ -1,4 +1,4 @@ -#INT_FAST8_MIN(C++11) +#INT_FAST8_MIN (C++11) ```cpp #define INT_FAST8_MIN implementation-defined ``` diff --git a/reference/cstdint/int_fast8_t.md b/reference/cstdint/int_fast8_t.md index 725111ab83..3881da5f64 100644 --- a/reference/cstdint/int_fast8_t.md +++ b/reference/cstdint/int_fast8_t.md @@ -1,4 +1,4 @@ -#int_fast8_t(C++11) +#int_fast8_t (C++11) ```cpp namespace std { typedef signed-integer-type int_fast8_t; diff --git a/reference/cstdint/int_least16_max.md b/reference/cstdint/int_least16_max.md index a05ef2c7c3..e900dabf15 100644 --- a/reference/cstdint/int_least16_max.md +++ b/reference/cstdint/int_least16_max.md @@ -1,4 +1,4 @@ -#INT_LEAST16_MAX(C++11) +#INT_LEAST16_MAX (C++11) ```cpp #define INT_LEAST16_MAX implementation-defined ``` diff --git a/reference/cstdint/int_least16_min.md b/reference/cstdint/int_least16_min.md index f39b6a4f88..df94367215 100644 --- a/reference/cstdint/int_least16_min.md +++ b/reference/cstdint/int_least16_min.md @@ -1,4 +1,4 @@ -#INT_LEAST16_MIN(C++11) +#INT_LEAST16_MIN (C++11) ```cpp #define INT_LEAST16_MIN implementation-defined ``` diff --git a/reference/cstdint/int_least16_t.md b/reference/cstdint/int_least16_t.md index 60c35036e1..399bfc8def 100644 --- a/reference/cstdint/int_least16_t.md +++ b/reference/cstdint/int_least16_t.md @@ -1,4 +1,4 @@ -#int_least16_t(C++11) +#int_least16_t (C++11) ```cpp namespace std { typedef signed-integer-type int_least16_t; diff --git a/reference/cstdint/int_least32_max.md b/reference/cstdint/int_least32_max.md index c471c1290e..fbbec4260c 100644 --- a/reference/cstdint/int_least32_max.md +++ b/reference/cstdint/int_least32_max.md @@ -1,4 +1,4 @@ -#INT_LEAST32_MAX(C++11) +#INT_LEAST32_MAX (C++11) ```cpp #define INT_LEAST32_MAX implementation-defined ``` diff --git a/reference/cstdint/int_least32_min.md b/reference/cstdint/int_least32_min.md index 204d8f33ea..14a4dfdcff 100644 --- a/reference/cstdint/int_least32_min.md +++ b/reference/cstdint/int_least32_min.md @@ -1,4 +1,4 @@ -#INT_LEAST32_MIN(C++11) +#INT_LEAST32_MIN (C++11) ```cpp #define INT_LEAST32_MIN implementation-defined ``` diff --git a/reference/cstdint/int_least32_t.md b/reference/cstdint/int_least32_t.md index e05ce1b835..7d1c2c8fac 100644 --- a/reference/cstdint/int_least32_t.md +++ b/reference/cstdint/int_least32_t.md @@ -1,4 +1,4 @@ -#int_least32_t(C++11) +#int_least32_t (C++11) ```cpp namespace std { typedef signed-integer-type int_least32_t; diff --git a/reference/cstdint/int_least64_max.md b/reference/cstdint/int_least64_max.md index 76e733f826..da50f1d7cb 100644 --- a/reference/cstdint/int_least64_max.md +++ b/reference/cstdint/int_least64_max.md @@ -1,4 +1,4 @@ -#INT_LEAST64_MAX(C++11) +#INT_LEAST64_MAX (C++11) ```cpp #define INT_LEAST64_MAX implementation-defined ``` diff --git a/reference/cstdint/int_least64_min.md b/reference/cstdint/int_least64_min.md index 2e9d250091..503c509a7b 100644 --- a/reference/cstdint/int_least64_min.md +++ b/reference/cstdint/int_least64_min.md @@ -1,4 +1,4 @@ -#INT_LEAST64_MIN(C++11) +#INT_LEAST64_MIN (C++11) ```cpp #define INT_LEAST64_MIN implementation-defined ``` diff --git a/reference/cstdint/int_least64_t.md b/reference/cstdint/int_least64_t.md index 2fc32f98e8..568a2e0319 100644 --- a/reference/cstdint/int_least64_t.md +++ b/reference/cstdint/int_least64_t.md @@ -1,4 +1,4 @@ -#int_least64_t(C++11) +#int_least64_t (C++11) ```cpp namespace std { typedef signed-integer-type int_least64_t; diff --git a/reference/cstdint/int_least8_max.md b/reference/cstdint/int_least8_max.md index fd7d9a4cb7..9a0c734e47 100644 --- a/reference/cstdint/int_least8_max.md +++ b/reference/cstdint/int_least8_max.md @@ -1,4 +1,4 @@ -#INT_LEAST8_MAX(C++11) +#INT_LEAST8_MAX (C++11) ```cpp #define INT_LEAST8_MAX implementation-defined ``` diff --git a/reference/cstdint/int_least8_min.md b/reference/cstdint/int_least8_min.md index 91ff5b6054..463f653def 100644 --- a/reference/cstdint/int_least8_min.md +++ b/reference/cstdint/int_least8_min.md @@ -1,4 +1,4 @@ -#INT_LEAST8_MIN(C++11) +#INT_LEAST8_MIN (C++11) ```cpp #define INT_LEAST8_MIN implementation-defined ``` diff --git a/reference/cstdint/int_least8_t.md b/reference/cstdint/int_least8_t.md index 3dc2a2e032..7f0b6cb435 100644 --- a/reference/cstdint/int_least8_t.md +++ b/reference/cstdint/int_least8_t.md @@ -1,4 +1,4 @@ -#int_least8_t(C++11) +#int_least8_t (C++11) ```cpp namespace std { typedef signed-integer-type int_least8_t; diff --git a/reference/cstdint/intmax_max.md b/reference/cstdint/intmax_max.md index 32b163a186..fcbf47c6b0 100644 --- a/reference/cstdint/intmax_max.md +++ b/reference/cstdint/intmax_max.md @@ -1,4 +1,4 @@ -#INTMAX_MAX(C++11) +#INTMAX_MAX (C++11) ```cpp #define INTMAX_MAX implementation-defined ``` diff --git a/reference/cstdint/intmax_min.md b/reference/cstdint/intmax_min.md index d2a1f7036f..6bdd9ee106 100644 --- a/reference/cstdint/intmax_min.md +++ b/reference/cstdint/intmax_min.md @@ -1,4 +1,4 @@ -#INTMAX_MIN(C++11) +#INTMAX_MIN (C++11) ```cpp #define INTMAX_MIN implementation-defined ``` diff --git a/reference/cstdint/intmax_t.md b/reference/cstdint/intmax_t.md index 8da2c6d185..768f918448 100644 --- a/reference/cstdint/intmax_t.md +++ b/reference/cstdint/intmax_t.md @@ -1,4 +1,4 @@ -#intmax_t(C++11) +#intmax_t (C++11) ```cpp namespace std { typedef signed-integer-type intmax_t; diff --git a/reference/cstdint/ptrdiff_max.md b/reference/cstdint/ptrdiff_max.md index 728034c1e8..9a1b71b681 100644 --- a/reference/cstdint/ptrdiff_max.md +++ b/reference/cstdint/ptrdiff_max.md @@ -1,4 +1,4 @@ -#PTRDIFF_MAX(C++11) +#PTRDIFF_MAX (C++11) ```cpp #define PTRDIFF_MAX implementation-defined ``` diff --git a/reference/cstdint/ptrdiff_min.md b/reference/cstdint/ptrdiff_min.md index d9f045cc03..2e037a54cd 100644 --- a/reference/cstdint/ptrdiff_min.md +++ b/reference/cstdint/ptrdiff_min.md @@ -1,4 +1,4 @@ -#PTRDIFF_MIN(C++11) +#PTRDIFF_MIN (C++11) ```cpp #define PTRDIFF_MIN implementation-defined ``` diff --git a/reference/cstdint/uint_fast16_max.md b/reference/cstdint/uint_fast16_max.md index f56f5b2c7b..2a0d8040ef 100644 --- a/reference/cstdint/uint_fast16_max.md +++ b/reference/cstdint/uint_fast16_max.md @@ -1,4 +1,4 @@ -#UINT_FAST16_MAX(C++11) +#UINT_FAST16_MAX (C++11) ```cpp #define UINT_FAST16_MAX implementation-defined ``` diff --git a/reference/cstdint/uint_fast16_t.md b/reference/cstdint/uint_fast16_t.md index 747d416b07..50be320183 100644 --- a/reference/cstdint/uint_fast16_t.md +++ b/reference/cstdint/uint_fast16_t.md @@ -1,4 +1,4 @@ -#uint_fast16_t(C++11) +#uint_fast16_t (C++11) ```cpp namespace std { typedef unsigned-integer-type uint_fast16_t; diff --git a/reference/cstdint/uint_fast32_max.md b/reference/cstdint/uint_fast32_max.md index 3c002a2dce..4fed1e2ecd 100644 --- a/reference/cstdint/uint_fast32_max.md +++ b/reference/cstdint/uint_fast32_max.md @@ -1,4 +1,4 @@ -#UINT_FAST32_MAX(C++11) +#UINT_FAST32_MAX (C++11) ```cpp #define UINT_FAST32_MAX implementation-defined ``` diff --git a/reference/cstdint/uint_fast32_t.md b/reference/cstdint/uint_fast32_t.md index 4531bb0c8a..17b29e8a2e 100644 --- a/reference/cstdint/uint_fast32_t.md +++ b/reference/cstdint/uint_fast32_t.md @@ -1,4 +1,4 @@ -#uint_fast32_t(C++11) +#uint_fast32_t (C++11) ```cpp namespace std { typedef unsigned-integer-type uint_fast32_t; diff --git a/reference/cstdint/uint_fast64_max.md b/reference/cstdint/uint_fast64_max.md index 7a17b9338e..0770589b15 100644 --- a/reference/cstdint/uint_fast64_max.md +++ b/reference/cstdint/uint_fast64_max.md @@ -1,4 +1,4 @@ -#UINT_FAST64_MAX(C++11) +#UINT_FAST64_MAX (C++11) ```cpp #define UINT_FAST64_MAX implementation-defined ``` diff --git a/reference/cstdint/uint_fast64_t.md b/reference/cstdint/uint_fast64_t.md index 224c27fdbd..c435cbf852 100644 --- a/reference/cstdint/uint_fast64_t.md +++ b/reference/cstdint/uint_fast64_t.md @@ -1,4 +1,4 @@ -#uint_fast64_t(C++11) +#uint_fast64_t (C++11) ```cpp namespace std { typedef unsigned-integer-type uint_fast64_t; diff --git a/reference/cstdint/uint_fast8_max.md b/reference/cstdint/uint_fast8_max.md index 5dafe7603c..ca1645da65 100644 --- a/reference/cstdint/uint_fast8_max.md +++ b/reference/cstdint/uint_fast8_max.md @@ -1,4 +1,4 @@ -#UINT_FAST8_MAX(C++11) +#UINT_FAST8_MAX (C++11) ```cpp #define UINT_FAST8_MAX implementation-defined ``` diff --git a/reference/cstdint/uint_fast8_t.md b/reference/cstdint/uint_fast8_t.md index ce5e96d767..9d785b8d4f 100644 --- a/reference/cstdint/uint_fast8_t.md +++ b/reference/cstdint/uint_fast8_t.md @@ -1,4 +1,4 @@ -#uint_fast8_t(C++11) +#uint_fast8_t (C++11) ```cpp namespace std { typedef unsigned-integer-type uint_fast8_t; diff --git a/reference/cstdint/uint_least16_max.md b/reference/cstdint/uint_least16_max.md index 5d4175e1f7..6a657a4370 100644 --- a/reference/cstdint/uint_least16_max.md +++ b/reference/cstdint/uint_least16_max.md @@ -1,4 +1,4 @@ -#UINT_LEAST16_MAX(C++11) +#UINT_LEAST16_MAX (C++11) ```cpp #define UINT_LEAST16_MAX implementation-defined ``` diff --git a/reference/cstdint/uint_least16_t.md b/reference/cstdint/uint_least16_t.md index 06c6b56739..8ffe131bdf 100644 --- a/reference/cstdint/uint_least16_t.md +++ b/reference/cstdint/uint_least16_t.md @@ -1,4 +1,4 @@ -#uint_least16_t(C++11) +#uint_least16_t (C++11) ```cpp namespace std { typedef unsigned-integer-type uint_least16_t; diff --git a/reference/cstdint/uint_least32_max.md b/reference/cstdint/uint_least32_max.md index 1d63419e34..eb84831f99 100644 --- a/reference/cstdint/uint_least32_max.md +++ b/reference/cstdint/uint_least32_max.md @@ -1,4 +1,4 @@ -#UINT_LEAST32_MAX(C++11) +#UINT_LEAST32_MAX (C++11) ```cpp #define UINT_LEAST32_MAX implementation-defined ``` diff --git a/reference/cstdint/uint_least32_t.md b/reference/cstdint/uint_least32_t.md index fae8ab0a03..5319940076 100644 --- a/reference/cstdint/uint_least32_t.md +++ b/reference/cstdint/uint_least32_t.md @@ -1,4 +1,4 @@ -#uint_least32_t(C++11) +#uint_least32_t (C++11) ```cpp namespace std { typedef unsigned-integer-type uint_least32_t; diff --git a/reference/cstdint/uint_least64_max.md b/reference/cstdint/uint_least64_max.md index a609f5318b..ded9eaf34a 100644 --- a/reference/cstdint/uint_least64_max.md +++ b/reference/cstdint/uint_least64_max.md @@ -1,4 +1,4 @@ -#UINT_LEAST64_MAX(C++11) +#UINT_LEAST64_MAX (C++11) ```cpp #define UINT_LEAST64_MAX implementation-defined ``` diff --git a/reference/cstdint/uint_least64_t.md b/reference/cstdint/uint_least64_t.md index e6a83da656..0e92bf9b7b 100644 --- a/reference/cstdint/uint_least64_t.md +++ b/reference/cstdint/uint_least64_t.md @@ -1,4 +1,4 @@ -#uint_least64_t(C++11) +#uint_least64_t (C++11) ```cpp namespace std { typedef unsigned-integer-type uint_least64_t; diff --git a/reference/cstdint/uint_least8_max.md b/reference/cstdint/uint_least8_max.md index b4c5a1fcc6..7546a78d34 100644 --- a/reference/cstdint/uint_least8_max.md +++ b/reference/cstdint/uint_least8_max.md @@ -1,4 +1,4 @@ -#UINT_LEAST8_MAX(C++11) +#UINT_LEAST8_MAX (C++11) ```cpp #define UINT_LEAST8_MAX implementation-defined ``` diff --git a/reference/cstdint/uint_least8_t.md b/reference/cstdint/uint_least8_t.md index 275dd256e5..1c3f421b4f 100644 --- a/reference/cstdint/uint_least8_t.md +++ b/reference/cstdint/uint_least8_t.md @@ -1,4 +1,4 @@ -#uint_least8_t(C++11) +#uint_least8_t (C++11) ```cpp namespace std { typedef unsigned-integer-type uint_least8_t; diff --git a/reference/cstdint/uintmax_max.md b/reference/cstdint/uintmax_max.md index b5a0c7491c..e2815cf893 100644 --- a/reference/cstdint/uintmax_max.md +++ b/reference/cstdint/uintmax_max.md @@ -1,4 +1,4 @@ -#UINTMAX_MAX(C++11) +#UINTMAX_MAX (C++11) ```cpp #define UINTMAX_MAX implementation-defined ``` diff --git a/reference/cstdint/uintmax_t.md b/reference/cstdint/uintmax_t.md index c6a69f986d..2ecb654e10 100644 --- a/reference/cstdint/uintmax_t.md +++ b/reference/cstdint/uintmax_t.md @@ -1,4 +1,4 @@ -#uintmax_t(C++11) +#uintmax_t (C++11) ```cpp namespace std { typedef unsigned-integer-type uintmax_t; diff --git a/reference/deque/cbegin.md b/reference/deque/cbegin.md index adb2518a6a..b8d30e9622 100644 --- a/reference/deque/cbegin.md +++ b/reference/deque/cbegin.md @@ -1,4 +1,4 @@ -#cbegin(C++11) +#cbegin (C++11) ```cpp const_iterator cbegin() const noexcept; ``` diff --git a/reference/deque/cend.md b/reference/deque/cend.md index e083e06391..53a9fa08d1 100644 --- a/reference/deque/cend.md +++ b/reference/deque/cend.md @@ -1,4 +1,4 @@ -#cend(C++11) +#cend (C++11) ```cpp const_iterator cend() const noexcept; ``` diff --git a/reference/deque/crbegin.md b/reference/deque/crbegin.md index 16754bc401..f3886e89b9 100644 --- a/reference/deque/crbegin.md +++ b/reference/deque/crbegin.md @@ -1,4 +1,4 @@ -#crbegin(C++11) +#crbegin (C++11) ```cpp const_reverse_iterator crbegin() const noexcept; ``` diff --git a/reference/deque/crend.md b/reference/deque/crend.md index 17fcf0316d..8a378b50df 100644 --- a/reference/deque/crend.md +++ b/reference/deque/crend.md @@ -1,4 +1,4 @@ -#crend(C++11) +#crend (C++11) ```cpp const_reverse_iterator crend() const noexcept; ``` diff --git a/reference/deque/emplace.md b/reference/deque/emplace.md index cb4e5a799e..5cb2cb4c95 100644 --- a/reference/deque/emplace.md +++ b/reference/deque/emplace.md @@ -1,4 +1,4 @@ -#emplace(C++11) +#emplace (C++11) ```cpp template iterator emplace(const_iterator position, Args&&... args); diff --git a/reference/deque/emplace_back.md b/reference/deque/emplace_back.md index 4356b56831..cfc08e5318 100644 --- a/reference/deque/emplace_back.md +++ b/reference/deque/emplace_back.md @@ -1,4 +1,4 @@ -#emplace_back(C++11) +#emplace_back (C++11) ```cpp template void emplace_back(Args&&... args); diff --git a/reference/deque/emplace_front.md b/reference/deque/emplace_front.md index 7db2a418a7..0d1f975acb 100644 --- a/reference/deque/emplace_front.md +++ b/reference/deque/emplace_front.md @@ -1,4 +1,4 @@ -#emplace_front(C++11) +#emplace_front (C++11) ```cpp template void emplace_front(Args&&... args); diff --git a/reference/deque/shrink_to_fit.md b/reference/deque/shrink_to_fit.md index 456db5922d..5f52f5a025 100644 --- a/reference/deque/shrink_to_fit.md +++ b/reference/deque/shrink_to_fit.md @@ -1,4 +1,4 @@ -#shrink_to_fit(C++11) +#shrink_to_fit (C++11) ```cpp void shrink_to_fit(); ``` diff --git a/reference/exception/current_exception.md b/reference/exception/current_exception.md index 420f755f2e..7fc6ab35c9 100644 --- a/reference/exception/current_exception.md +++ b/reference/exception/current_exception.md @@ -1,4 +1,4 @@ -#current_exception(C++11) +#current_exception (C++11) ```cpp namespace std { exception_ptr current_exception() noexcept; diff --git a/reference/exception/exception_ptr.md b/reference/exception/exception_ptr.md index eec17a4ff6..9593d605f2 100644 --- a/reference/exception/exception_ptr.md +++ b/reference/exception/exception_ptr.md @@ -1,4 +1,4 @@ -#exception_ptr(C++11) +#exception_ptr (C++11) ```cpp namespace std { typedef unspecified exception_ptr; diff --git a/reference/exception/get_terminate.md b/reference/exception/get_terminate.md index 0c76295fff..f9585b518a 100644 --- a/reference/exception/get_terminate.md +++ b/reference/exception/get_terminate.md @@ -1,4 +1,4 @@ -#get_terminate(C++11) +#get_terminate (C++11) ```cpp namespace std { typedef void (*terminate_handler)(); diff --git a/reference/exception/get_unexpected.md b/reference/exception/get_unexpected.md index 8125916d91..12e50b1d1d 100644 --- a/reference/exception/get_unexpected.md +++ b/reference/exception/get_unexpected.md @@ -1,4 +1,4 @@ -#get_unexpected(C++11) +#get_unexpected (C++11) ```cpp namespace std { typedef void (*unexpected_handler)(); diff --git a/reference/exception/make_exception_ptr.md b/reference/exception/make_exception_ptr.md index b7e8877ddb..be27e45795 100644 --- a/reference/exception/make_exception_ptr.md +++ b/reference/exception/make_exception_ptr.md @@ -1,4 +1,4 @@ -#make_exception_ptr(C++11) +#make_exception_ptr (C++11) ```cpp namespace std { template diff --git a/reference/exception/nested_exception.md b/reference/exception/nested_exception.md index 77e5726c74..57ae74576c 100644 --- a/reference/exception/nested_exception.md +++ b/reference/exception/nested_exception.md @@ -1,4 +1,4 @@ -#nested_exception(C++11) +#nested_exception (C++11) ```cpp namespace std { class nested_exception; diff --git a/reference/exception/nested_exception/nested_exception.md b/reference/exception/nested_exception/nested_exception.md index cc6c6f32c0..951654d395 100644 --- a/reference/exception/nested_exception/nested_exception.md +++ b/reference/exception/nested_exception/nested_exception.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp nested_exception() noexcept; nested_exception(const nested_exception&) noexcept = default; diff --git a/reference/exception/nested_exception/nested_ptr.md b/reference/exception/nested_exception/nested_ptr.md index 123eff49d9..c474bc7954 100644 --- a/reference/exception/nested_exception/nested_ptr.md +++ b/reference/exception/nested_exception/nested_ptr.md @@ -1,4 +1,4 @@ -#nested_ptr(C++11) +#nested_ptr (C++11) ```cpp exception_ptr nested_ptr() const noexcept; ``` diff --git a/reference/exception/nested_exception/rethrow_nested.md b/reference/exception/nested_exception/rethrow_nested.md index fb483965a2..d0f8715712 100644 --- a/reference/exception/nested_exception/rethrow_nested.md +++ b/reference/exception/nested_exception/rethrow_nested.md @@ -1,4 +1,4 @@ -#rethrow_nested(C++11) +#rethrow_nested (C++11) ```cpp [[noreturn]] void rethrow_nested() const; ``` diff --git a/reference/exception/rethrow_exception.md b/reference/exception/rethrow_exception.md index f3ddfe2297..215bcdb240 100644 --- a/reference/exception/rethrow_exception.md +++ b/reference/exception/rethrow_exception.md @@ -1,4 +1,4 @@ -#rethrow_exception(C++11) +#rethrow_exception (C++11) ```cpp [[noreturn]] void rethrow_exception(exception_ptr p); ``` diff --git a/reference/exception/rethrow_with_nested.md b/reference/exception/rethrow_with_nested.md index 9e86e02227..e8fa571cb3 100644 --- a/reference/exception/rethrow_with_nested.md +++ b/reference/exception/rethrow_with_nested.md @@ -1,4 +1,4 @@ -#rethrow_if_nested(C++11) +#rethrow_if_nested (C++11) ```cpp namespace std { template diff --git a/reference/exception/throw_with_nested.md b/reference/exception/throw_with_nested.md index e5f8d66493..86523882fd 100644 --- a/reference/exception/throw_with_nested.md +++ b/reference/exception/throw_with_nested.md @@ -1,4 +1,4 @@ -#throw_with_nested(C++11) +#throw_with_nested (C++11) ```cpp namespace std { [[noreturn]] template diff --git a/reference/forward_list.md b/reference/forward_list.md index 8666b45156..fa11d21481 100644 --- a/reference/forward_list.md +++ b/reference/forward_list.md @@ -1,4 +1,4 @@ -#forward_list(C++11) +#forward_list (C++11) ```cpp namespace std { template > diff --git a/reference/forward_list/-forward_list.md b/reference/forward_list/-forward_list.md index 9bfb598424..7481fc6a16 100644 --- a/reference/forward_list/-forward_list.md +++ b/reference/forward_list/-forward_list.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~forward_list(); ``` diff --git a/reference/forward_list/assign.md b/reference/forward_list/assign.md index 3b0cbbb1ff..040f737f1c 100644 --- a/reference/forward_list/assign.md +++ b/reference/forward_list/assign.md @@ -1,4 +1,4 @@ -#assign(C++11) +#assign (C++11) ```cpp template void assign(InputIterator first, InputIterator last); diff --git a/reference/forward_list/before_begin.md b/reference/forward_list/before_begin.md index 086efee4ff..be2d85a4c9 100644 --- a/reference/forward_list/before_begin.md +++ b/reference/forward_list/before_begin.md @@ -1,4 +1,4 @@ -#before_begin(C++11) +#before_begin (C++11) ```cpp iterator before_begin() noexcept; const_iterator before_begin() const noexcept; diff --git a/reference/forward_list/before_cbegin.md b/reference/forward_list/before_cbegin.md index d35fa532e4..c88ebb4d0c 100644 --- a/reference/forward_list/before_cbegin.md +++ b/reference/forward_list/before_cbegin.md @@ -1,4 +1,4 @@ -#before_cbegin(C++11) +#before_cbegin (C++11) ```cpp const_iterator cbefore_begin() const noexcept; ``` diff --git a/reference/forward_list/begin.md b/reference/forward_list/begin.md index 14fb627cfc..49e0faec90 100644 --- a/reference/forward_list/begin.md +++ b/reference/forward_list/begin.md @@ -1,4 +1,4 @@ -#begin(C++11) +#begin (C++11) ```cpp iterator begin() noexcept; const_iterator begin() const noexcept; diff --git a/reference/forward_list/cbegin.md b/reference/forward_list/cbegin.md index cc6fa6ae2e..bd51dafd7b 100644 --- a/reference/forward_list/cbegin.md +++ b/reference/forward_list/cbegin.md @@ -1,4 +1,4 @@ -#cbegin(C++11) +#cbegin (C++11) ```cpp const_iterator cbegin() const noexcept; ``` diff --git a/reference/forward_list/cend.md b/reference/forward_list/cend.md index 32cc0d8830..ff64154b65 100644 --- a/reference/forward_list/cend.md +++ b/reference/forward_list/cend.md @@ -1,4 +1,4 @@ -#cend(C++11) +#cend (C++11) ```cpp const_iterator cend() const noexcept; ``` diff --git a/reference/forward_list/clear.md b/reference/forward_list/clear.md index 4cdacd9f04..9f866d7dc6 100644 --- a/reference/forward_list/clear.md +++ b/reference/forward_list/clear.md @@ -1,4 +1,4 @@ -#clear(C++11) +#clear (C++11) ```cpp void clear() noexcept; ``` diff --git a/reference/forward_list/emplace_after.md b/reference/forward_list/emplace_after.md index 25e3706bde..fb1352378c 100644 --- a/reference/forward_list/emplace_after.md +++ b/reference/forward_list/emplace_after.md @@ -1,4 +1,4 @@ -#emplace_after(C++11) +#emplace_after (C++11) ```cpp template iterator emplace_after(const_iterator position, Args&&... args); diff --git a/reference/forward_list/emplace_front.md b/reference/forward_list/emplace_front.md index 0fda5ef739..8abba7cd76 100644 --- a/reference/forward_list/emplace_front.md +++ b/reference/forward_list/emplace_front.md @@ -1,4 +1,4 @@ -#emplace_front(C++11) +#emplace_front (C++11) ```cpp template void emplace_front(Args&&... args); diff --git a/reference/forward_list/empty.md b/reference/forward_list/empty.md index 03f8862d55..11190bfaaa 100644 --- a/reference/forward_list/empty.md +++ b/reference/forward_list/empty.md @@ -1,4 +1,4 @@ -#empty(C++11) +#empty (C++11) ```cpp bool empty() const noexcept; ``` diff --git a/reference/forward_list/end.md b/reference/forward_list/end.md index c044844774..361a789ba7 100644 --- a/reference/forward_list/end.md +++ b/reference/forward_list/end.md @@ -1,4 +1,4 @@ -#end(C++11) +#end (C++11) ```cpp iterator end() noexcept; const_iterator end() const noexcept; diff --git a/reference/forward_list/erase_after.md b/reference/forward_list/erase_after.md index 7c5d51f1fa..356ac8d0c6 100644 --- a/reference/forward_list/erase_after.md +++ b/reference/forward_list/erase_after.md @@ -1,4 +1,4 @@ -#erase_after(C++11) +#erase_after (C++11) ```cpp iterator erase_after(const_iterator position); iterator erase_after(const_iterator position, const_iterator last); diff --git a/reference/forward_list/forward_list.md b/reference/forward_list/forward_list.md index 85963fc7bb..b176337908 100644 --- a/reference/forward_list/forward_list.md +++ b/reference/forward_list/forward_list.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit forward_list(const Allocator& = Allocator()); explicit forward_list(size_type n); diff --git a/reference/forward_list/front.md b/reference/forward_list/front.md index f5da066a17..f8ed63b5e7 100644 --- a/reference/forward_list/front.md +++ b/reference/forward_list/front.md @@ -1,4 +1,4 @@ -#front(C++11) +#front (C++11) ```cpp reference front(); const_reference front() const; diff --git a/reference/forward_list/get_allocator.md b/reference/forward_list/get_allocator.md index 34ff2204f2..549305c478 100644 --- a/reference/forward_list/get_allocator.md +++ b/reference/forward_list/get_allocator.md @@ -1,4 +1,4 @@ -#get_allocator(C++11) +#get_allocator (C++11) ```cpp allocator_type get_allocator() const noexcept; ``` diff --git a/reference/forward_list/insert_after.md b/reference/forward_list/insert_after.md index db2a9cd67a..a7dbe5d6b7 100644 --- a/reference/forward_list/insert_after.md +++ b/reference/forward_list/insert_after.md @@ -1,4 +1,4 @@ -#insert_after(C++11) +#insert_after (C++11) ```cpp iterator insert_after(const_iterator position, const T& x); iterator insert_after(const_iterator position, T&& x); diff --git a/reference/forward_list/max_size.md b/reference/forward_list/max_size.md index c002ef25d8..8dc18416c6 100644 --- a/reference/forward_list/max_size.md +++ b/reference/forward_list/max_size.md @@ -1,4 +1,4 @@ -#max_size(C++11) +#max_size (C++11) ```cpp size_type max_size() const noexcept; ``` diff --git a/reference/forward_list/merge.md b/reference/forward_list/merge.md index 402c0c1a74..3df916bbdc 100644 --- a/reference/forward_list/merge.md +++ b/reference/forward_list/merge.md @@ -1,4 +1,4 @@ -#merge(C++11) +#merge (C++11) ```cpp void merge(forward_list& x); void merge(forward_list&& x); diff --git a/reference/forward_list/op_assign.md b/reference/forward_list/op_assign.md index 6675810ec1..2801c7146c 100644 --- a/reference/forward_list/op_assign.md +++ b/reference/forward_list/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp forward_list& operator=(const forward_list& x); forward_list& operator=(forward_list&& x); diff --git a/reference/forward_list/op_equal.md b/reference/forward_list/op_equal.md index 82b3b05519..c331a42c28 100644 --- a/reference/forward_list/op_equal.md +++ b/reference/forward_list/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/forward_list/op_greater.md b/reference/forward_list/op_greater.md index d02dd02b92..04d4c5fdfc 100644 --- a/reference/forward_list/op_greater.md +++ b/reference/forward_list/op_greater.md @@ -1,4 +1,4 @@ -#operator>(C++11) +#operator> (C++11) ```cpp namespace std { template diff --git a/reference/forward_list/op_greater_equal.md b/reference/forward_list/op_greater_equal.md index 7ab99cb46c..2aae72d207 100644 --- a/reference/forward_list/op_greater_equal.md +++ b/reference/forward_list/op_greater_equal.md @@ -1,4 +1,4 @@ -#operator>=(C++11) +#operator>= (C++11) ```cpp namespace std { template diff --git a/reference/forward_list/op_less.md b/reference/forward_list/op_less.md index 63443c798d..ebed7fc7e4 100644 --- a/reference/forward_list/op_less.md +++ b/reference/forward_list/op_less.md @@ -1,4 +1,4 @@ -#operator<(C++11) +#operator< (C++11) ```cpp namespace std { template diff --git a/reference/forward_list/op_less_equal.md b/reference/forward_list/op_less_equal.md index 3c0af9a1fe..371ff13ff6 100644 --- a/reference/forward_list/op_less_equal.md +++ b/reference/forward_list/op_less_equal.md @@ -1,4 +1,4 @@ -#operator<=(C++11) +#operator<= (C++11) ```cpp namespace std { template diff --git a/reference/forward_list/op_not_equal.md b/reference/forward_list/op_not_equal.md index f52e217c3b..78286478bf 100644 --- a/reference/forward_list/op_not_equal.md +++ b/reference/forward_list/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/forward_list/pop_front.md b/reference/forward_list/pop_front.md index ebe45cd871..94e6365b1a 100644 --- a/reference/forward_list/pop_front.md +++ b/reference/forward_list/pop_front.md @@ -1,4 +1,4 @@ -#pop_front(C++11) +#pop_front (C++11) ```cpp void pop_front(); ``` diff --git a/reference/forward_list/push_front.md b/reference/forward_list/push_front.md index 08ad43ea14..ed628a7f23 100644 --- a/reference/forward_list/push_front.md +++ b/reference/forward_list/push_front.md @@ -1,4 +1,4 @@ -#push_front(C++11) +#push_front (C++11) ```cpp void push_front(const T& x); void push_front(T&& x); diff --git a/reference/forward_list/remove.md b/reference/forward_list/remove.md index 84abf7264d..40711323f4 100644 --- a/reference/forward_list/remove.md +++ b/reference/forward_list/remove.md @@ -1,4 +1,4 @@ -#remove(C++11) +#remove (C++11) ```cpp void remove(const T& value); ``` diff --git a/reference/forward_list/remove_if.md b/reference/forward_list/remove_if.md index 656cc74efb..eee017fda5 100644 --- a/reference/forward_list/remove_if.md +++ b/reference/forward_list/remove_if.md @@ -1,4 +1,4 @@ -#remove_if(C++11) +#remove_if (C++11) ```cpp template void remove_if(Predicate pred); diff --git a/reference/forward_list/resize.md b/reference/forward_list/resize.md index 8d3e520eab..d7343ba917 100644 --- a/reference/forward_list/resize.md +++ b/reference/forward_list/resize.md @@ -1,4 +1,4 @@ -#resize(C++11) +#resize (C++11) ```cpp void resize(size_type sz); void resize(size_type sz, const value_type& c); diff --git a/reference/forward_list/reverse.md b/reference/forward_list/reverse.md index e2b4259d32..65259ebcb2 100644 --- a/reference/forward_list/reverse.md +++ b/reference/forward_list/reverse.md @@ -1,4 +1,4 @@ -#reverse(C++11) +#reverse (C++11) ```cpp void reverse() noexcept; ``` diff --git a/reference/forward_list/sort.md b/reference/forward_list/sort.md index fae4be07dd..fcda3205eb 100644 --- a/reference/forward_list/sort.md +++ b/reference/forward_list/sort.md @@ -1,4 +1,4 @@ -#sort(C++11) +#sort (C++11) ```cpp void sort(); template void sort(Compare comp); diff --git a/reference/forward_list/splice_after.md b/reference/forward_list/splice_after.md index 9aaf8edd7c..2464f0c52a 100644 --- a/reference/forward_list/splice_after.md +++ b/reference/forward_list/splice_after.md @@ -1,4 +1,4 @@ -#splice_after(C++11) +#splice_after (C++11) ```cpp void splice_after(const_iterator position, forward_list& x); void splice_after(const_iterator position, forward_list&& x); diff --git a/reference/forward_list/swap.md b/reference/forward_list/swap.md index e64b660250..97a9be6ced 100644 --- a/reference/forward_list/swap.md +++ b/reference/forward_list/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(forward_list& x); ``` diff --git a/reference/forward_list/swap_free.md b/reference/forward_list/swap_free.md index 36db076c5c..36b6e8b43c 100644 --- a/reference/forward_list/swap_free.md +++ b/reference/forward_list/swap_free.md @@ -1,4 +1,4 @@ -#swap(非メンバ関数)(C++11) +#swap(非メンバ関数) (C++11) ```cpp namespace std { template diff --git a/reference/forward_list/unique.md b/reference/forward_list/unique.md index 6de0f36e28..4cbe653c51 100644 --- a/reference/forward_list/unique.md +++ b/reference/forward_list/unique.md @@ -1,4 +1,4 @@ -#unique(C++11) +#unique (C++11) ```cpp void unique(); diff --git a/reference/functional/bad_function_call.md b/reference/functional/bad_function_call.md index d1e017f3d9..9437bcf246 100644 --- a/reference/functional/bad_function_call.md +++ b/reference/functional/bad_function_call.md @@ -1,4 +1,4 @@ -#bad_function_call(C++11) +#bad_function_call (C++11) ```cpp namespace std { class bad_function_call : public exception; diff --git a/reference/functional/bind.md b/reference/functional/bind.md index d85057e56f..6c90eb4364 100644 --- a/reference/functional/bind.md +++ b/reference/functional/bind.md @@ -1,4 +1,4 @@ -#bind(C++11) +#bind (C++11) ```cpp namespace std { template diff --git a/reference/functional/callable.md b/reference/functional/callable.md index eac1ab118d..b5169685a6 100644 --- a/reference/functional/callable.md +++ b/reference/functional/callable.md @@ -1,4 +1,4 @@ -#Callable(C++11) +#Callable (C++11) ##概要 `Callable`は、関数呼び出し可能な型を表す、型の分類、または要件である。ライブラリ機能ではない。 diff --git a/reference/functional/function.md b/reference/functional/function.md index d9284a5330..e9cae383e4 100644 --- a/reference/functional/function.md +++ b/reference/functional/function.md @@ -1,4 +1,4 @@ -#function(C++11) +#function (C++11) ```cpp namespace std { template class function; // 宣言のみ diff --git a/reference/functional/function/-function.md b/reference/functional/function/-function.md index 1279bead98..2562da070d 100644 --- a/reference/functional/function/-function.md +++ b/reference/functional/function/-function.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~function(); ``` diff --git a/reference/functional/function/assign.md b/reference/functional/function/assign.md index fbbd8b1a3c..da7ca351ba 100644 --- a/reference/functional/function/assign.md +++ b/reference/functional/function/assign.md @@ -1,4 +1,4 @@ -#assign(C++11) +#assign (C++11) ```cpp template void assign(F&& f, const Alloc& alloc); diff --git a/reference/functional/function/function.md b/reference/functional/function/function.md index c8b3bab93c..073b6f7858 100644 --- a/reference/functional/function/function.md +++ b/reference/functional/function/function.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp function() noexcept; // (1) function(nullptr_t) noexcept; // (2) diff --git a/reference/functional/function/op_assign.md b/reference/functional/function/op_assign.md index 3adae5e49a..6cb92fc149 100644 --- a/reference/functional/function/op_assign.md +++ b/reference/functional/function/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp function& operator=(const function& f); // (1) function& operator=(function&& f); // (2) diff --git a/reference/functional/function/op_bool.md b/reference/functional/function/op_bool.md index bbc2a5935c..cc7800b4df 100644 --- a/reference/functional/function/op_bool.md +++ b/reference/functional/function/op_bool.md @@ -1,4 +1,4 @@ -#operator bool(C++11) +#operator bool (C++11) ```cpp explicit operator bool() const noexcept; ``` diff --git a/reference/functional/function/op_call.md b/reference/functional/function/op_call.md index 7d28b49847..e4e2fcfadf 100644 --- a/reference/functional/function/op_call.md +++ b/reference/functional/function/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp R operator()(ArgTypes... args) const; ``` diff --git a/reference/functional/function/op_equal.md b/reference/functional/function/op_equal.md index 6688d2e7a3..09c1096679 100644 --- a/reference/functional/function/op_equal.md +++ b/reference/functional/function/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/functional/function/op_not_equal.md b/reference/functional/function/op_not_equal.md index 86af3d218a..1bad107591 100644 --- a/reference/functional/function/op_not_equal.md +++ b/reference/functional/function/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/functional/function/swap.md b/reference/functional/function/swap.md index 641b5b8bc5..d4f7fb352e 100644 --- a/reference/functional/function/swap.md +++ b/reference/functional/function/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(function& other) noexcept; ``` diff --git a/reference/functional/function/swap_free.md b/reference/functional/function/swap_free.md index ac1c0c1624..ade47c7806 100644 --- a/reference/functional/function/swap_free.md +++ b/reference/functional/function/swap_free.md @@ -1,4 +1,4 @@ -#swap(非メンバ関数)(C++11) +#swap(非メンバ関数) (C++11) ```cpp namespace std { template diff --git a/reference/functional/function/target.md b/reference/functional/function/target.md index 34fc5cc685..63fe417b7b 100644 --- a/reference/functional/function/target.md +++ b/reference/functional/function/target.md @@ -1,4 +1,4 @@ -#target(C++11) +#target (C++11) ```cpp template T* target() noexcept; diff --git a/reference/functional/function/target_type.md b/reference/functional/function/target_type.md index ba9c861091..247fe78c3c 100644 --- a/reference/functional/function/target_type.md +++ b/reference/functional/function/target_type.md @@ -1,4 +1,4 @@ -#target_type(C++11) +#target_type (C++11) ```cpp const std::type_info& target_type() const noexcept; ``` diff --git a/reference/functional/hash.md b/reference/functional/hash.md index b681c03dc6..26fe19cacf 100644 --- a/reference/functional/hash.md +++ b/reference/functional/hash.md @@ -1,4 +1,4 @@ -#hash(C++11) +#hash (C++11) ```cpp namespace std { template struct hash; diff --git a/reference/functional/is_bind_expression.md b/reference/functional/is_bind_expression.md index 15ada2a35c..b2c4a13f8b 100644 --- a/reference/functional/is_bind_expression.md +++ b/reference/functional/is_bind_expression.md @@ -1,4 +1,4 @@ -#is_bind_expression(C++11) +#is_bind_expression (C++11) ```cpp namespace std { template diff --git a/reference/functional/is_placeholder.md b/reference/functional/is_placeholder.md index 415381a797..17dd26326e 100644 --- a/reference/functional/is_placeholder.md +++ b/reference/functional/is_placeholder.md @@ -1,4 +1,4 @@ -#is_placeholder(C++11) +#is_placeholder (C++11) ```cpp namespace std { template diff --git a/reference/functional/mem_fn.md b/reference/functional/mem_fn.md index 206b887439..daddbd2d0c 100644 --- a/reference/functional/mem_fn.md +++ b/reference/functional/mem_fn.md @@ -1,4 +1,4 @@ -#mem_fn(C++11) +#mem_fn (C++11) ```cpp namespace std { template diff --git a/reference/functional/placeholders.md b/reference/functional/placeholders.md index 0781abd490..0be4df41da 100644 --- a/reference/functional/placeholders.md +++ b/reference/functional/placeholders.md @@ -1,4 +1,4 @@ -#placeholders(C++11) +#placeholders (C++11) ```cpp namespace std { namespace placeholders { diff --git a/reference/functional/reference_wrapper.md b/reference/functional/reference_wrapper.md index a148891a3f..9880b9a6cc 100644 --- a/reference/functional/reference_wrapper.md +++ b/reference/functional/reference_wrapper.md @@ -1,4 +1,4 @@ -#reference_wrapper(C++11) +#reference_wrapper (C++11) ```cpp namespace std { template diff --git a/reference/functional/reference_wrapper/cref.md b/reference/functional/reference_wrapper/cref.md index a091a2210a..f1de7563ea 100644 --- a/reference/functional/reference_wrapper/cref.md +++ b/reference/functional/reference_wrapper/cref.md @@ -1,4 +1,4 @@ -#cref(C++11) +#cref (C++11) ```cpp namespace std { template reference_wrapper cref(const T& t) noexcept; diff --git a/reference/functional/reference_wrapper/ctor.md b/reference/functional/reference_wrapper/ctor.md index 1d654b454a..f9fd3c4d07 100644 --- a/reference/functional/reference_wrapper/ctor.md +++ b/reference/functional/reference_wrapper/ctor.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp reference_wrapper(T& t) noexcept; reference_wrapper(T&&) = delete; diff --git a/reference/functional/reference_wrapper/get.md b/reference/functional/reference_wrapper/get.md index 519bbd8225..21bd811723 100644 --- a/reference/functional/reference_wrapper/get.md +++ b/reference/functional/reference_wrapper/get.md @@ -1,4 +1,4 @@ -#get(C++11) +#get (C++11) ```cpp T& get() const noexcept; ``` diff --git a/reference/functional/reference_wrapper/op_apply.md b/reference/functional/reference_wrapper/op_apply.md index 7224c82632..9c166f89d4 100644 --- a/reference/functional/reference_wrapper/op_apply.md +++ b/reference/functional/reference_wrapper/op_apply.md @@ -1,4 +1,4 @@ -#関数呼び出し演算子(C++11) +#関数呼び出し演算子 (C++11) ```cpp template typename result_of::type operator ()(ArgTypes&&... args) const; diff --git a/reference/functional/reference_wrapper/op_assign.md b/reference/functional/reference_wrapper/op_assign.md index 1ae159088d..0f258d141a 100644 --- a/reference/functional/reference_wrapper/op_assign.md +++ b/reference/functional/reference_wrapper/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp reference_wrapper& operator=(const reference_wrapper& x) noexcept; ``` diff --git a/reference/functional/reference_wrapper/op_cast_ref_t.md b/reference/functional/reference_wrapper/op_cast_ref_t.md index 1548985f64..68c595217c 100644 --- a/reference/functional/reference_wrapper/op_cast_ref_t.md +++ b/reference/functional/reference_wrapper/op_cast_ref_t.md @@ -1,4 +1,4 @@ -#T&への変換演算子(C++11) +#T&への変換演算子 (C++11) ```cpp operator T& () const noexcept; ``` diff --git a/reference/functional/reference_wrapper/ref.md b/reference/functional/reference_wrapper/ref.md index af473c9bc5..83b83cd01a 100644 --- a/reference/functional/reference_wrapper/ref.md +++ b/reference/functional/reference_wrapper/ref.md @@ -1,4 +1,4 @@ -#ref(C++11) +#ref (C++11) ```cpp namespace std { template reference_wrapper ref(T& t) noexcept; diff --git a/reference/future.md b/reference/future.md index d7c185d8c2..97cfd68eb6 100644 --- a/reference/future.md +++ b/reference/future.md @@ -1,4 +1,4 @@ -#future(C++11) +#future (C++11) ``ヘッダでは、並行プログラミングのためのデザインパターンのひとつであるFutureパターンに関するクラス・関数を提供する。 [`future`](./future/future.md)はデータの準備ができるまで待機してからデータを読み取る。 diff --git a/reference/future/future.md b/reference/future/future.md index 82b5a95b62..5f9ef7ff7d 100644 --- a/reference/future/future.md +++ b/reference/future/future.md @@ -1,4 +1,4 @@ -#future(C++11) +#future (C++11) ```cpp namespace std { template diff --git a/reference/future/future/-future.md b/reference/future/future/-future.md index 77eb0b25c6..9c7fb3995d 100644 --- a/reference/future/future/-future.md +++ b/reference/future/future/-future.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~future(); ``` diff --git a/reference/future/future/future.md b/reference/future/future/future.md index 373584e599..1bb424eaee 100644 --- a/reference/future/future/future.md +++ b/reference/future/future/future.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp future() noexcept; future(future&& rhs) noexcept; diff --git a/reference/future/future/get.md b/reference/future/future/get.md index f188eb9f3c..0308dde19b 100644 --- a/reference/future/future/get.md +++ b/reference/future/future/get.md @@ -1,4 +1,4 @@ -#get(C++11) +#get (C++11) ```cpp R future::get(); R& future::get(); diff --git a/reference/future/future/op_assign.md b/reference/future/future/op_assign.md index c6dc550fb6..6623c71307 100644 --- a/reference/future/future/op_assign.md +++ b/reference/future/future/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp future& operator=(const future& rhs) = delete; future& operator=(future&& rhs) noexcept; diff --git a/reference/future/future/share.md b/reference/future/future/share.md index cf1f6f49e6..cb83d9b3bb 100644 --- a/reference/future/future/share.md +++ b/reference/future/future/share.md @@ -1,4 +1,4 @@ -#share(C++11) +#share (C++11) ```cpp shared_future share(); ``` diff --git a/reference/future/future/valid.md b/reference/future/future/valid.md index 5fe20b5f42..5a50e4ea54 100644 --- a/reference/future/future/valid.md +++ b/reference/future/future/valid.md @@ -1,4 +1,4 @@ -#valid(C++11) +#valid (C++11) ```cpp bool valid() const noexcept; ``` diff --git a/reference/future/future/wait.md b/reference/future/future/wait.md index e10d417caa..4547e86b21 100644 --- a/reference/future/future/wait.md +++ b/reference/future/future/wait.md @@ -1,4 +1,4 @@ -#wait(C++11) +#wait (C++11) ```cpp void wait() const; ``` diff --git a/reference/future/future/wait_for.md b/reference/future/future/wait_for.md index fe93061c63..3797fc7b34 100644 --- a/reference/future/future/wait_for.md +++ b/reference/future/future/wait_for.md @@ -1,4 +1,4 @@ -#wait_for(C++11) +#wait_for (C++11) ```cpp template future_status wait_for(const chrono::duration& rel_time) const; diff --git a/reference/future/future/wait_until.md b/reference/future/future/wait_until.md index d14b7d5e6a..8172f266b3 100644 --- a/reference/future/future/wait_until.md +++ b/reference/future/future/wait_until.md @@ -1,4 +1,4 @@ -#wait_until(C++11) +#wait_until (C++11) ```cpp template future_status wait_until(const chrono::time_point& abs_time) const; diff --git a/reference/future/future_category.md b/reference/future/future_category.md index e5b629a839..b55224b0c8 100644 --- a/reference/future/future_category.md +++ b/reference/future/future_category.md @@ -1,4 +1,4 @@ -#future_category(C++11) +#future_category (C++11) ```cpp namespace std { const error_category& future_category() noexcept; diff --git a/reference/future/future_errc.md b/reference/future/future_errc.md index f06b9ff49c..271ac0ebc8 100644 --- a/reference/future/future_errc.md +++ b/reference/future/future_errc.md @@ -1,4 +1,4 @@ -#future_errc(C++11) +#future_errc (C++11) ```cpp namespace std { // C++11 diff --git a/reference/future/future_error.md b/reference/future/future_error.md index 0051051677..6c5b1b3107 100644 --- a/reference/future/future_error.md +++ b/reference/future/future_error.md @@ -1,4 +1,4 @@ -#future_error(C++11) +#future_error (C++11) ```cpp namespace std { class future_error : public logic_error; diff --git a/reference/future/future_status.md b/reference/future/future_status.md index 220f960f7c..8b943c78f5 100644 --- a/reference/future/future_status.md +++ b/reference/future/future_status.md @@ -1,4 +1,4 @@ -#future_status(C++11) +#future_status (C++11) ```cpp namespace std { enum class future_status { diff --git a/reference/future/is_error_code_enum.md b/reference/future/is_error_code_enum.md index 4cc20e9501..a53cae71b9 100644 --- a/reference/future/is_error_code_enum.md +++ b/reference/future/is_error_code_enum.md @@ -1,4 +1,4 @@ -#is_error_code_enum(C++11) +#is_error_code_enum (C++11) ```cpp namespace std { template <> diff --git a/reference/future/launch.md b/reference/future/launch.md index 0702036907..f62ff4d239 100644 --- a/reference/future/launch.md +++ b/reference/future/launch.md @@ -1,4 +1,4 @@ -#launch(C++11) +#launch (C++11) ```cpp namespace std { enum class launch : unspecified { diff --git a/reference/future/make_error_code.md b/reference/future/make_error_code.md index 3955b113d9..effee72f00 100644 --- a/reference/future/make_error_code.md +++ b/reference/future/make_error_code.md @@ -1,4 +1,4 @@ -#make_error_code(C++11) +#make_error_code (C++11) ```cpp namespace std { error_code make_error_code(future_errc e) noexcept; diff --git a/reference/future/make_error_condition.md b/reference/future/make_error_condition.md index 621a325888..de28c0e814 100644 --- a/reference/future/make_error_condition.md +++ b/reference/future/make_error_condition.md @@ -1,4 +1,4 @@ -#make_error_condition(C++11) +#make_error_condition (C++11) ```cpp namespace std { error_condition make_error_condition(future_errc e) noexcept; diff --git a/reference/future/packaged_task.md b/reference/future/packaged_task.md index ca54a48601..a346699ce6 100644 --- a/reference/future/packaged_task.md +++ b/reference/future/packaged_task.md @@ -1,4 +1,4 @@ -#packaged_task(C++11) +#packaged_task (C++11) ```cpp namespace std { template class packaged_task; // 宣言のみで定義なし diff --git a/reference/future/packaged_task/-packaged_task.md b/reference/future/packaged_task/-packaged_task.md index 52b168b451..0499c4301c 100644 --- a/reference/future/packaged_task/-packaged_task.md +++ b/reference/future/packaged_task/-packaged_task.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~packaged_task(); ``` diff --git a/reference/future/packaged_task/get_future.md b/reference/future/packaged_task/get_future.md index 348ac2d9cf..3d5b2de1c8 100644 --- a/reference/future/packaged_task/get_future.md +++ b/reference/future/packaged_task/get_future.md @@ -1,4 +1,4 @@ -#get_future(C++11) +#get_future (C++11) ```cpp future get_future(); ``` diff --git a/reference/future/packaged_task/make_ready_at_thread_exit.md b/reference/future/packaged_task/make_ready_at_thread_exit.md index b712332c61..2ea4c926f5 100644 --- a/reference/future/packaged_task/make_ready_at_thread_exit.md +++ b/reference/future/packaged_task/make_ready_at_thread_exit.md @@ -1,4 +1,4 @@ -#make_ready_at_thread_exit(C++11) +#make_ready_at_thread_exit (C++11) ```cpp void make_ready_at_thread_exit(ArgTypes... args); ``` diff --git a/reference/future/packaged_task/op_apply.md b/reference/future/packaged_task/op_apply.md index 164fe784b6..ef9ecddcec 100644 --- a/reference/future/packaged_task/op_apply.md +++ b/reference/future/packaged_task/op_apply.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp void operator()(ArgTypes... args); ``` diff --git a/reference/future/packaged_task/op_assign.md b/reference/future/packaged_task/op_assign.md index 019991acb0..ebdf045acb 100644 --- a/reference/future/packaged_task/op_assign.md +++ b/reference/future/packaged_task/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp packaged_task& operator=(const packaged_task&) = delete; packaged_task& operator=(packaged_task&& rhs) noexcept; diff --git a/reference/future/packaged_task/packaged_task.md b/reference/future/packaged_task/packaged_task.md index 310d7478e6..f3dc029219 100644 --- a/reference/future/packaged_task/packaged_task.md +++ b/reference/future/packaged_task/packaged_task.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp packaged_task() noexcept; template diff --git a/reference/future/packaged_task/reset.md b/reference/future/packaged_task/reset.md index c3f866f8ca..d46cba2fa6 100644 --- a/reference/future/packaged_task/reset.md +++ b/reference/future/packaged_task/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/future/packaged_task/swap.md b/reference/future/packaged_task/swap.md index 56049f6a7d..e99cbb3a2f 100644 --- a/reference/future/packaged_task/swap.md +++ b/reference/future/packaged_task/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(packaged_task& other) noexcept; ``` diff --git a/reference/future/packaged_task/uses_allocator.md b/reference/future/packaged_task/uses_allocator.md index bde7ed5036..f83dc4c1e8 100644 --- a/reference/future/packaged_task/uses_allocator.md +++ b/reference/future/packaged_task/uses_allocator.md @@ -1,4 +1,4 @@ -#uses_allocator(C++11) +#uses_allocator (C++11) ```cpp namespace std { template diff --git a/reference/future/packaged_task/valid.md b/reference/future/packaged_task/valid.md index 7bf5eec873..98e0a48392 100644 --- a/reference/future/packaged_task/valid.md +++ b/reference/future/packaged_task/valid.md @@ -1,4 +1,4 @@ -#valid(C++11) +#valid (C++11) ```cpp bool valid() const noexcept; ``` diff --git a/reference/future/promise.md b/reference/future/promise.md index 4d801d0c26..3589bc4d04 100644 --- a/reference/future/promise.md +++ b/reference/future/promise.md @@ -1,4 +1,4 @@ -#promise(C++11) +#promise (C++11) ```cpp namespace std { template diff --git a/reference/future/promise/-promise.md b/reference/future/promise/-promise.md index 931f3c8f3a..2f0b9d231c 100644 --- a/reference/future/promise/-promise.md +++ b/reference/future/promise/-promise.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~promise(); ``` diff --git a/reference/future/promise/get_future.md b/reference/future/promise/get_future.md index 3844c29952..3f40f1b904 100644 --- a/reference/future/promise/get_future.md +++ b/reference/future/promise/get_future.md @@ -1,4 +1,4 @@ -#get_future(C++11) +#get_future (C++11) ```cpp future get_future(); ``` diff --git a/reference/future/promise/op_assign.md b/reference/future/promise/op_assign.md index 64ac01882d..5adad9b7c4 100644 --- a/reference/future/promise/op_assign.md +++ b/reference/future/promise/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp promise& operator=(promise&& rhs) noexcept; promise& operator=(const promise& rhs) = delete; diff --git a/reference/future/promise/promise.md b/reference/future/promise/promise.md index e86ad60d4b..4f81286b55 100644 --- a/reference/future/promise/promise.md +++ b/reference/future/promise/promise.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp promise(); diff --git a/reference/future/promise/set_exception.md b/reference/future/promise/set_exception.md index 5184a3dec4..64572e9d7b 100644 --- a/reference/future/promise/set_exception.md +++ b/reference/future/promise/set_exception.md @@ -1,4 +1,4 @@ -#set_exception(C++11) +#set_exception (C++11) ```cpp void set_exception(exception_ptr p); ``` diff --git a/reference/future/promise/set_exception_at_thread_exit.md b/reference/future/promise/set_exception_at_thread_exit.md index 3e37d8b856..f65f5e9c94 100644 --- a/reference/future/promise/set_exception_at_thread_exit.md +++ b/reference/future/promise/set_exception_at_thread_exit.md @@ -1,4 +1,4 @@ -#set_exception_at_thread_exit(C++11) +#set_exception_at_thread_exit (C++11) ```cpp void set_exception_at_thread_exit(exception_ptr p); ``` diff --git a/reference/future/promise/set_value.md b/reference/future/promise/set_value.md index 3e1ad92902..bd59f813e9 100644 --- a/reference/future/promise/set_value.md +++ b/reference/future/promise/set_value.md @@ -1,4 +1,4 @@ -#set_value(C++11) +#set_value (C++11) ```cpp // テンプレートパラメータRが下記特殊ケースでない場合 void promise::set_value(const R& r); diff --git a/reference/future/promise/set_value_at_thread_exit.md b/reference/future/promise/set_value_at_thread_exit.md index b8b2570ac5..2d221b2601 100644 --- a/reference/future/promise/set_value_at_thread_exit.md +++ b/reference/future/promise/set_value_at_thread_exit.md @@ -1,4 +1,4 @@ -#set_value_at_thread_exit(C++11) +#set_value_at_thread_exit (C++11) ```cpp // テンプレートパラメータRが下記特殊ケースでない場合 void promise::set_value_at_thread_exit(const R& r); diff --git a/reference/future/promise/swap.md b/reference/future/promise/swap.md index aad3505d99..bd1208776e 100644 --- a/reference/future/promise/swap.md +++ b/reference/future/promise/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(promise& other) noexcept; ``` diff --git a/reference/future/promise/uses_allocator.md b/reference/future/promise/uses_allocator.md index d6f70b79ce..73f5cf0458 100644 --- a/reference/future/promise/uses_allocator.md +++ b/reference/future/promise/uses_allocator.md @@ -1,4 +1,4 @@ -#uses_allocator(C++11) +#uses_allocator (C++11) ```cpp namespace std { template diff --git a/reference/future/shared_future.md b/reference/future/shared_future.md index 66013c3375..727d271caa 100644 --- a/reference/future/shared_future.md +++ b/reference/future/shared_future.md @@ -1,4 +1,4 @@ -#shared_future(C++11) +#shared_future (C++11) ```cpp namespace std { template diff --git a/reference/future/shared_future/-shared_future.md b/reference/future/shared_future/-shared_future.md index 65e61575a0..d2a0fd41af 100644 --- a/reference/future/shared_future/-shared_future.md +++ b/reference/future/shared_future/-shared_future.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~shared_future(); ``` diff --git a/reference/future/shared_future/get.md b/reference/future/shared_future/get.md index 85c4028703..08d679b284 100644 --- a/reference/future/shared_future/get.md +++ b/reference/future/shared_future/get.md @@ -1,4 +1,4 @@ -#get(C++11) +#get (C++11) ```cpp const R& shared_future::get() const; R& shared_future::get() const; diff --git a/reference/future/shared_future/op_assign.md b/reference/future/shared_future/op_assign.md index 306baa79ec..3486dacdcc 100644 --- a/reference/future/shared_future/op_assign.md +++ b/reference/future/shared_future/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp shared_future& operator=(const shared_future& rhs); shared_future& operator=(shared_future&& rhs) noexcept; diff --git a/reference/future/shared_future/shared_future.md b/reference/future/shared_future/shared_future.md index 1d87fc3e68..3dc62f9afb 100644 --- a/reference/future/shared_future/shared_future.md +++ b/reference/future/shared_future/shared_future.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp shared_future() noexcept; shared_future(const shared_future& rhs); diff --git a/reference/future/shared_future/valid.md b/reference/future/shared_future/valid.md index d96d3df04c..1cf807d8c1 100644 --- a/reference/future/shared_future/valid.md +++ b/reference/future/shared_future/valid.md @@ -1,4 +1,4 @@ -#valid(C++11) +#valid (C++11) ```cpp bool valid() const noexcept; ``` diff --git a/reference/future/shared_future/wait.md b/reference/future/shared_future/wait.md index 1c466694c5..ab65d93ae3 100644 --- a/reference/future/shared_future/wait.md +++ b/reference/future/shared_future/wait.md @@ -1,4 +1,4 @@ -#wait(C++11) +#wait (C++11) ```cpp void wait() const; ``` diff --git a/reference/future/shared_future/wait_for.md b/reference/future/shared_future/wait_for.md index 12d5f60cfc..f18d990448 100644 --- a/reference/future/shared_future/wait_for.md +++ b/reference/future/shared_future/wait_for.md @@ -1,4 +1,4 @@ -#wait_for(C++11) +#wait_for (C++11) ```cpp template future_status wait_for(const chrono::duration& rel_time) const; diff --git a/reference/future/shared_future/wait_until.md b/reference/future/shared_future/wait_until.md index e37372036c..a190b48f07 100644 --- a/reference/future/shared_future/wait_until.md +++ b/reference/future/shared_future/wait_until.md @@ -1,4 +1,4 @@ -#wait_until(C++11) +#wait_until (C++11) ```cpp template future_status wait_until(const chrono::time_point& abs_time) const; diff --git a/reference/initializer_list.md b/reference/initializer_list.md index 579b581c96..5396ef420c 100644 --- a/reference/initializer_list.md +++ b/reference/initializer_list.md @@ -1,4 +1,4 @@ -#initializer_list(C++11) +#initializer_list (C++11) ```cpp namespace std { template diff --git a/reference/iterator/begin.md b/reference/iterator/begin.md index a965cd0419..fae1b3925c 100644 --- a/reference/iterator/begin.md +++ b/reference/iterator/begin.md @@ -1,4 +1,4 @@ -#begin(C++11) +#begin (C++11) ```cpp namespace std { template diff --git a/reference/iterator/end.md b/reference/iterator/end.md index fe36febaf4..467aabcec0 100644 --- a/reference/iterator/end.md +++ b/reference/iterator/end.md @@ -1,4 +1,4 @@ -#end(C++11) +#end (C++11) ```cpp namespace std { template diff --git a/reference/iterator/istreambuf_iterator.md b/reference/iterator/istreambuf_iterator.md index f3d91431d4..d8e0c97075 100644 --- a/reference/iterator/istreambuf_iterator.md +++ b/reference/iterator/istreambuf_iterator.md @@ -20,7 +20,7 @@ namespace std { | [`(constructor)`](./istreambuf_iterator/istreambuf_iterator.md) | コンストラクタ | | `~istreambuf_iterator() = default` | デストラクタ | | [`operator*`](./istreambuf_iterator/op_deref.md) | 間接参照 | -| [`operator->`](./istreambuf_iterator/op_arrow.md) | メンバアクセス(C++11) | +| [`operator->`](./istreambuf_iterator/op_arrow.md) | メンバアクセス (C++11) | | [`operator++`](./istreambuf_iterator/op_increment.md) | イテレータをインクリメントする | | [`equal`](./istreambuf_iterator/equal.md) | `istreambuf_iterator`オブジェクトの等値比較 | diff --git a/reference/iterator/istreambuf_iterator/op_arrow.md b/reference/iterator/istreambuf_iterator/op_arrow.md index 470ff3e69b..a77befc3fd 100644 --- a/reference/iterator/istreambuf_iterator/op_arrow.md +++ b/reference/iterator/istreambuf_iterator/op_arrow.md @@ -1,4 +1,4 @@ -#operator->(C++11) +#operator-> (C++11) ```cpp pointer operator->() const; ``` diff --git a/reference/iterator/move_iterator.md b/reference/iterator/move_iterator.md index 5eec07159e..0a455ceb39 100644 --- a/reference/iterator/move_iterator.md +++ b/reference/iterator/move_iterator.md @@ -1,4 +1,4 @@ -#move_iterator(C++11) +#move_iterator (C++11) ```cpp namespace std { template class move_iterator; diff --git a/reference/iterator/move_iterator/base.md b/reference/iterator/move_iterator/base.md index bf1a325755..a01d4ced0e 100644 --- a/reference/iterator/move_iterator/base.md +++ b/reference/iterator/move_iterator/base.md @@ -1,4 +1,4 @@ -#base(C++11) +#base (C++11) ```cpp Iterator base() const; ``` diff --git a/reference/iterator/move_iterator/make_move_iterator.md b/reference/iterator/move_iterator/make_move_iterator.md index 045af17a81..d72324f737 100644 --- a/reference/iterator/move_iterator/make_move_iterator.md +++ b/reference/iterator/move_iterator/make_move_iterator.md @@ -1,4 +1,4 @@ -#make_move_iterator(C++11) +#make_move_iterator (C++11) ```cpp namespace std { template diff --git a/reference/iterator/move_iterator/move_iterator.md b/reference/iterator/move_iterator/move_iterator.md index b65e0fdd91..674ddc3c1c 100644 --- a/reference/iterator/move_iterator/move_iterator.md +++ b/reference/iterator/move_iterator/move_iterator.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp move_iterator(); diff --git a/reference/iterator/move_iterator/op_arrow.md b/reference/iterator/move_iterator/op_arrow.md index 34ecd443a9..18e4e87f37 100644 --- a/reference/iterator/move_iterator/op_arrow.md +++ b/reference/iterator/move_iterator/op_arrow.md @@ -1,4 +1,4 @@ -#operator->(C++11) +#operator-> (C++11) ```cpp pointer operator->() const; ``` diff --git a/reference/iterator/move_iterator/op_assign.md b/reference/iterator/move_iterator/op_assign.md index b7ea79b975..a9ef737784 100644 --- a/reference/iterator/move_iterator/op_assign.md +++ b/reference/iterator/move_iterator/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp template move_iterator& operator=(const move_iterator& u); move_iterator& operator=(const move_iterator&) = default; diff --git a/reference/iterator/move_iterator/op_at.md b/reference/iterator/move_iterator/op_at.md index 536c3b0c30..8cf1d74e64 100644 --- a/reference/iterator/move_iterator/op_at.md +++ b/reference/iterator/move_iterator/op_at.md @@ -1,4 +1,4 @@ -#operator[](C++11) +#operator[] (C++11) ```cpp unspecified operator[](difference_type n) const; ``` diff --git a/reference/iterator/move_iterator/op_decrement.md b/reference/iterator/move_iterator/op_decrement.md index 40c8aa37bc..c88ef83c00 100644 --- a/reference/iterator/move_iterator/op_decrement.md +++ b/reference/iterator/move_iterator/op_decrement.md @@ -1,4 +1,4 @@ -#operator--(C++11) +#operator-- (C++11) ```cpp move_iterator& operator--(); move_iterator operator--(int); diff --git a/reference/iterator/move_iterator/op_deref.md b/reference/iterator/move_iterator/op_deref.md index bf0cf4d4b0..45b8063675 100644 --- a/reference/iterator/move_iterator/op_deref.md +++ b/reference/iterator/move_iterator/op_deref.md @@ -1,4 +1,4 @@ -#operator*(C++11) +#operator* (C++11) ```cpp reference operator*() const; ``` diff --git a/reference/iterator/move_iterator/op_equal.md b/reference/iterator/move_iterator/op_equal.md index cf0c5d2f33..9243aeae7f 100644 --- a/reference/iterator/move_iterator/op_equal.md +++ b/reference/iterator/move_iterator/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/iterator/move_iterator/op_greater.md b/reference/iterator/move_iterator/op_greater.md index 1fe3e26123..5d567ad3f5 100644 --- a/reference/iterator/move_iterator/op_greater.md +++ b/reference/iterator/move_iterator/op_greater.md @@ -1,4 +1,4 @@ -#operator>(C++11) +#operator> (C++11) ```cpp namespace std { template diff --git a/reference/iterator/move_iterator/op_greater_equal.md b/reference/iterator/move_iterator/op_greater_equal.md index 09c3d85f38..528df9f8d7 100644 --- a/reference/iterator/move_iterator/op_greater_equal.md +++ b/reference/iterator/move_iterator/op_greater_equal.md @@ -1,4 +1,4 @@ -#operator>=(C++11) +#operator>= (C++11) ```cpp namespace std { template diff --git a/reference/iterator/move_iterator/op_increment.md b/reference/iterator/move_iterator/op_increment.md index 0feebbd09c..8bf3f75323 100644 --- a/reference/iterator/move_iterator/op_increment.md +++ b/reference/iterator/move_iterator/op_increment.md @@ -1,4 +1,4 @@ -#operator++(C++11) +#operator++ (C++11) ```cpp move_iterator& operator++(); move_iterator operator++(int); diff --git a/reference/iterator/move_iterator/op_less.md b/reference/iterator/move_iterator/op_less.md index fdccefe118..edfd04252d 100644 --- a/reference/iterator/move_iterator/op_less.md +++ b/reference/iterator/move_iterator/op_less.md @@ -1,4 +1,4 @@ -#operator<(C++11) +#operator< (C++11) ```cpp namespace std { template diff --git a/reference/iterator/move_iterator/op_less_equal.md b/reference/iterator/move_iterator/op_less_equal.md index 118229c347..38caf01806 100644 --- a/reference/iterator/move_iterator/op_less_equal.md +++ b/reference/iterator/move_iterator/op_less_equal.md @@ -1,4 +1,4 @@ -#operator<=(C++11) +#operator<= (C++11) ```cpp namespace std { template diff --git a/reference/iterator/move_iterator/op_minus.md b/reference/iterator/move_iterator/op_minus.md index d4e592e86f..002738f4ea 100644 --- a/reference/iterator/move_iterator/op_minus.md +++ b/reference/iterator/move_iterator/op_minus.md @@ -1,4 +1,4 @@ -#operator-(C++11) +#operator- (C++11) ```cpp move_iterator operator-(difference_type n) const; ``` diff --git a/reference/iterator/move_iterator/op_minus_assign.md b/reference/iterator/move_iterator/op_minus_assign.md index ee771f5500..e1e28fda8f 100644 --- a/reference/iterator/move_iterator/op_minus_assign.md +++ b/reference/iterator/move_iterator/op_minus_assign.md @@ -1,4 +1,4 @@ -#operator-=(C++11) +#operator-= (C++11) ```cpp move_iterator& operator-=(difference_type n); ``` diff --git a/reference/iterator/move_iterator/op_not_equal.md b/reference/iterator/move_iterator/op_not_equal.md index 95c938f1ea..52d773ea08 100644 --- a/reference/iterator/move_iterator/op_not_equal.md +++ b/reference/iterator/move_iterator/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/iterator/move_iterator/op_plus.md b/reference/iterator/move_iterator/op_plus.md index 9972a4f55d..b039a54139 100644 --- a/reference/iterator/move_iterator/op_plus.md +++ b/reference/iterator/move_iterator/op_plus.md @@ -1,4 +1,4 @@ -#operator+(C++11) +#operator+ (C++11) ```cpp move_iterator operator+(difference_type n) const; ``` diff --git a/reference/iterator/move_iterator/op_plus_assign.md b/reference/iterator/move_iterator/op_plus_assign.md index 8ff67c6ec2..2afb5bd3ce 100644 --- a/reference/iterator/move_iterator/op_plus_assign.md +++ b/reference/iterator/move_iterator/op_plus_assign.md @@ -1,4 +1,4 @@ -#operator+=(C++11) +#operator+= (C++11) ```cpp move_iterator& operator+=(difference_type n); ``` diff --git a/reference/iterator/next.md b/reference/iterator/next.md index 48f545e437..b76dc90cb1 100644 --- a/reference/iterator/next.md +++ b/reference/iterator/next.md @@ -1,4 +1,4 @@ -#next(C++11) +#next (C++11) ```cpp namespace std { template diff --git a/reference/iterator/prev.md b/reference/iterator/prev.md index 0a007777c6..dc23b0649c 100644 --- a/reference/iterator/prev.md +++ b/reference/iterator/prev.md @@ -1,4 +1,4 @@ -#prev(C++11) +#prev (C++11) ```cpp namespace std { template diff --git a/reference/limits/numeric_limits.md b/reference/limits/numeric_limits.md index d268a39c0f..ef406a9a73 100644 --- a/reference/limits/numeric_limits.md +++ b/reference/limits/numeric_limits.md @@ -31,7 +31,7 @@ namespace std { * 実装の提供する算術型の性質を提供する * 浮動小数点型、整数型、`bool`型について特殊化が提供され、`is_specialized=true`になる -* このクラスのメンバは全て `static constexpr` として定義されているため、定数式として使いやすい(C++11) +* このクラスのメンバは全て `static constexpr` として定義されているため、定数式として使いやすい (C++11) * [`std::complex`](/reference/complex.md)のような非算術型については特殊化は提供されない | 静的メンバ | 性質 | 対応バージョン | diff --git a/reference/limits/numeric_limits/lowest.md b/reference/limits/numeric_limits/lowest.md index 0b1e4ebd18..3193ea9d9d 100644 --- a/reference/limits/numeric_limits/lowest.md +++ b/reference/limits/numeric_limits/lowest.md @@ -1,4 +1,4 @@ -#lowest(C++11) +#lowest (C++11) ```cpp static constexpr T lowest() noexcept; ``` diff --git a/reference/list/cbegin.md b/reference/list/cbegin.md index d87791f4d7..9afe660a91 100644 --- a/reference/list/cbegin.md +++ b/reference/list/cbegin.md @@ -1,4 +1,4 @@ -#cbegin(C++11) +#cbegin (C++11) ```cpp const_iterator cbegin() const noexcept; ``` diff --git a/reference/list/cend.md b/reference/list/cend.md index 55d51466b2..8c1d464b41 100644 --- a/reference/list/cend.md +++ b/reference/list/cend.md @@ -1,4 +1,4 @@ -#cend(C++11) +#cend (C++11) ```cpp const_iterator cend() const noexcept; ``` diff --git a/reference/list/crbegin.md b/reference/list/crbegin.md index f9b6152ffe..5ef04c949c 100644 --- a/reference/list/crbegin.md +++ b/reference/list/crbegin.md @@ -1,4 +1,4 @@ -#crbegin(C++11) +#crbegin (C++11) ```cpp const_reverse_iterator crbegin() const noexcept; ``` diff --git a/reference/list/crend.md b/reference/list/crend.md index f8173692ad..67adfc0f0d 100644 --- a/reference/list/crend.md +++ b/reference/list/crend.md @@ -1,4 +1,4 @@ -#crend(C++11) +#crend (C++11) ```cpp const_reverse_iterator crend() const noexcept; ``` diff --git a/reference/list/emplace.md b/reference/list/emplace.md index b396f717f9..5aebeaa2bb 100644 --- a/reference/list/emplace.md +++ b/reference/list/emplace.md @@ -1,4 +1,4 @@ -#emplace(C++11) +#emplace (C++11) ```cpp template iterator emplace(const_iterator position, Args&&... args); diff --git a/reference/list/emplace_back.md b/reference/list/emplace_back.md index 60b2db0e32..b81ebbecd1 100644 --- a/reference/list/emplace_back.md +++ b/reference/list/emplace_back.md @@ -1,4 +1,4 @@ -#emplace_back(C++11) +#emplace_back (C++11) ```cpp template void emplace_back(Args&&... args); diff --git a/reference/list/emplace_front.md b/reference/list/emplace_front.md index f0ad23045e..94564d4a73 100644 --- a/reference/list/emplace_front.md +++ b/reference/list/emplace_front.md @@ -1,4 +1,4 @@ -#emplace_front(C++11) +#emplace_front (C++11) ```cpp template void emplace_front(Args&&... args); diff --git a/reference/locale/wbuffer_convert.md b/reference/locale/wbuffer_convert.md index 38005b4e46..87213f0fbd 100644 --- a/reference/locale/wbuffer_convert.md +++ b/reference/locale/wbuffer_convert.md @@ -1,4 +1,4 @@ -#wbuffer_convert(C++11) +#wbuffer_convert (C++11) ```cpp namespace std { template pair diff --git a/reference/map/map/emplace_hint.md b/reference/map/map/emplace_hint.md index 9c7acc96d7..f365d0f7f8 100644 --- a/reference/map/map/emplace_hint.md +++ b/reference/map/map/emplace_hint.md @@ -1,4 +1,4 @@ -#emplace_hint(C++11) +#emplace_hint (C++11) ```cpp // since C++11 template diff --git a/reference/map/multimap/cbegin.md b/reference/map/multimap/cbegin.md index 9321291e3a..4a81510d5a 100644 --- a/reference/map/multimap/cbegin.md +++ b/reference/map/multimap/cbegin.md @@ -1,4 +1,4 @@ -#cbegin(C++11) +#cbegin (C++11) ```cpp const_iterator cbegin() const noexcept; ``` diff --git a/reference/map/multimap/cend.md b/reference/map/multimap/cend.md index 590459628f..9fa00498dd 100644 --- a/reference/map/multimap/cend.md +++ b/reference/map/multimap/cend.md @@ -1,4 +1,4 @@ -#cend(C++11) +#cend (C++11) ```cpp // since C++11 const_iterator cend() const noexcept; diff --git a/reference/map/multimap/crbegin.md b/reference/map/multimap/crbegin.md index b6862c55e6..1b9cc5fcb6 100644 --- a/reference/map/multimap/crbegin.md +++ b/reference/map/multimap/crbegin.md @@ -1,4 +1,4 @@ -#crbegin(C++11) +#crbegin (C++11) ```cpp const_reverse_iterator crbegin() const noexcept; ``` diff --git a/reference/map/multimap/crend.md b/reference/map/multimap/crend.md index fe4dcc8216..229a51f0f8 100644 --- a/reference/map/multimap/crend.md +++ b/reference/map/multimap/crend.md @@ -1,4 +1,4 @@ -#crend(C++11) +#crend (C++11) ```cpp const_reverse_iterator crend() const noexcept; ``` diff --git a/reference/map/multimap/emplace.md b/reference/map/multimap/emplace.md index aa37638ac9..8d4cc150f5 100644 --- a/reference/map/multimap/emplace.md +++ b/reference/map/multimap/emplace.md @@ -1,4 +1,4 @@ -#emplace(C++11) +#emplace (C++11) ```cpp // since C++11 template iterator diff --git a/reference/map/multimap/emplace_hint.md b/reference/map/multimap/emplace_hint.md index 8a168bd207..5d143f092b 100644 --- a/reference/map/multimap/emplace_hint.md +++ b/reference/map/multimap/emplace_hint.md @@ -1,4 +1,4 @@ -#emplace_hint(C++11) +#emplace_hint (C++11) ```cpp // since C++11 template diff --git a/reference/memory/addressof.md b/reference/memory/addressof.md index 9acf4f6aa6..ff22454921 100644 --- a/reference/memory/addressof.md +++ b/reference/memory/addressof.md @@ -1,4 +1,4 @@ -#addressof(C++11) +#addressof (C++11) ```cpp namespace std { template diff --git a/reference/memory/align.md b/reference/memory/align.md index 06a8d5e602..1fd8282431 100644 --- a/reference/memory/align.md +++ b/reference/memory/align.md @@ -1,4 +1,4 @@ -#align(C++11) +#align (C++11) ```cpp namespace std { void* align(std::size_t alignment, std::size_t size, diff --git a/reference/memory/allocate_shared.md b/reference/memory/allocate_shared.md index 1ffdf2390b..5b2617c925 100644 --- a/reference/memory/allocate_shared.md +++ b/reference/memory/allocate_shared.md @@ -1,4 +1,4 @@ -#allocate_shared(C++11) +#allocate_shared (C++11) ```cpp namespace std { template diff --git a/reference/memory/allocator_arg_t.md b/reference/memory/allocator_arg_t.md index 1c1a10abd3..e94f80d398 100644 --- a/reference/memory/allocator_arg_t.md +++ b/reference/memory/allocator_arg_t.md @@ -1,4 +1,4 @@ -#allocator_arg_t(C++11) +#allocator_arg_t (C++11) ```cpp namespace std { struct allocator_arg_t {}; diff --git a/reference/memory/allocator_traits.md b/reference/memory/allocator_traits.md index a2b2a52855..7355d004f5 100644 --- a/reference/memory/allocator_traits.md +++ b/reference/memory/allocator_traits.md @@ -1,4 +1,4 @@ -#allocator_traits(C++11) +#allocator_traits (C++11) ```cpp namespace std { template diff --git a/reference/memory/allocator_traits/allocate.md b/reference/memory/allocator_traits/allocate.md index b9d0bd99f4..da64143de1 100644 --- a/reference/memory/allocator_traits/allocate.md +++ b/reference/memory/allocator_traits/allocate.md @@ -1,4 +1,4 @@ -#allocate(C++11) +#allocate (C++11) ```cpp static pointer allocate(Alloc& a, size_type n); // (1) static pointer allocate(Alloc& a, size_type n, diff --git a/reference/memory/allocator_traits/construct.md b/reference/memory/allocator_traits/construct.md index 7f54a20e6a..21333e245e 100644 --- a/reference/memory/allocator_traits/construct.md +++ b/reference/memory/allocator_traits/construct.md @@ -1,4 +1,4 @@ -#construct(C++11) +#construct (C++11) ```cpp template static void construct(Alloc& a, T* p, Args&&... args); diff --git a/reference/memory/allocator_traits/deallocate.md b/reference/memory/allocator_traits/deallocate.md index 62cf8916eb..26c1f8e626 100644 --- a/reference/memory/allocator_traits/deallocate.md +++ b/reference/memory/allocator_traits/deallocate.md @@ -1,4 +1,4 @@ -#deallocate(C++11) +#deallocate (C++11) ```cpp static void deallocate(Alloc& a, pointer p, size_type n); ``` diff --git a/reference/memory/allocator_traits/destroy.md b/reference/memory/allocator_traits/destroy.md index 24b5e4c82c..56d2cbb707 100644 --- a/reference/memory/allocator_traits/destroy.md +++ b/reference/memory/allocator_traits/destroy.md @@ -1,4 +1,4 @@ -#destroy(C++11) +#destroy (C++11) ```cpp template static void destroy(Alloc& a, T* p); diff --git a/reference/memory/allocator_traits/max_size.md b/reference/memory/allocator_traits/max_size.md index d6a5405a75..210f57cca6 100644 --- a/reference/memory/allocator_traits/max_size.md +++ b/reference/memory/allocator_traits/max_size.md @@ -1,4 +1,4 @@ -#max_size(C++11) +#max_size (C++11) ```cpp static size_type max_size(Alloc& a); // C++11 static size_type max_size(Alloc& a) noexcept; // C++14 diff --git a/reference/memory/allocator_traits/select_on_container_copy_construction.md b/reference/memory/allocator_traits/select_on_container_copy_construction.md index 0605e484d2..9763094a61 100644 --- a/reference/memory/allocator_traits/select_on_container_copy_construction.md +++ b/reference/memory/allocator_traits/select_on_container_copy_construction.md @@ -1,4 +1,4 @@ -#select_on_container_copy_construction(C++11) +#select_on_container_copy_construction (C++11) ```cpp static Alloc select_on_container_copy_construction(const Alloc& a); ``` diff --git a/reference/memory/bad_weak_ptr.md b/reference/memory/bad_weak_ptr.md index 0ced7d5b52..e2a36f4f31 100644 --- a/reference/memory/bad_weak_ptr.md +++ b/reference/memory/bad_weak_ptr.md @@ -1,4 +1,4 @@ -#bad_weak_ptr(C++11) +#bad_weak_ptr (C++11) ```cpp namespace std { class bad_weak_ptr : public exception; diff --git a/reference/memory/declare_no_pointers.md b/reference/memory/declare_no_pointers.md index 4d4b184364..43650d70cb 100644 --- a/reference/memory/declare_no_pointers.md +++ b/reference/memory/declare_no_pointers.md @@ -1,4 +1,4 @@ -#declare_no_pointers(C++11) +#declare_no_pointers (C++11) ```cpp namepsace std { void declare_no_pointers(char* p, size_t n); diff --git a/reference/memory/declare_reachable.md b/reference/memory/declare_reachable.md index e27943d5b1..9a6872e7cb 100644 --- a/reference/memory/declare_reachable.md +++ b/reference/memory/declare_reachable.md @@ -1,4 +1,4 @@ -#declare_reachable(C++11) +#declare_reachable (C++11) ```cpp namespace std { void declare_reachable(void* p); diff --git a/reference/memory/default_delete.md b/reference/memory/default_delete.md index c8a8189675..aac0aadc16 100644 --- a/reference/memory/default_delete.md +++ b/reference/memory/default_delete.md @@ -1,4 +1,4 @@ -#default_delete(C++11) +#default_delete (C++11) ```cpp namespace std { // 単一オブジェクト版 diff --git a/reference/memory/enable_shared_from_this.md b/reference/memory/enable_shared_from_this.md index 068eca11e3..6416f1619b 100644 --- a/reference/memory/enable_shared_from_this.md +++ b/reference/memory/enable_shared_from_this.md @@ -1,4 +1,4 @@ -#enable_shared_from_this(C++11) +#enable_shared_from_this (C++11) ```cpp namespace std { template diff --git a/reference/memory/enable_shared_from_this/-enable_shared_from_this.md b/reference/memory/enable_shared_from_this/-enable_shared_from_this.md index ed817e79cd..6b1d0b6d9e 100644 --- a/reference/memory/enable_shared_from_this/-enable_shared_from_this.md +++ b/reference/memory/enable_shared_from_this/-enable_shared_from_this.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~enable_shared_from_this(); ``` diff --git a/reference/memory/enable_shared_from_this/enable_shared_from_this.md b/reference/memory/enable_shared_from_this/enable_shared_from_this.md index 15bce838d9..2f6a2c9d70 100644 --- a/reference/memory/enable_shared_from_this/enable_shared_from_this.md +++ b/reference/memory/enable_shared_from_this/enable_shared_from_this.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp constexpr enable_shared_from_this() noexcept; // (1) enable_shared_from_this(const enable_shared_from_this&) noexcept; // (2) diff --git a/reference/memory/enable_shared_from_this/op_assign.md b/reference/memory/enable_shared_from_this/op_assign.md index 3dc461a94b..6bf7838a14 100644 --- a/reference/memory/enable_shared_from_this/op_assign.md +++ b/reference/memory/enable_shared_from_this/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp enable_shared_from_this& operator=(const enable_shared_from_this&) noexcept; ``` diff --git a/reference/memory/enable_shared_from_this/shared_from_this.md b/reference/memory/enable_shared_from_this/shared_from_this.md index 93b5518b75..8d12021762 100644 --- a/reference/memory/enable_shared_from_this/shared_from_this.md +++ b/reference/memory/enable_shared_from_this/shared_from_this.md @@ -1,4 +1,4 @@ -#shared_from_this(C++11) +#shared_from_this (C++11) ```cpp shared_ptr shared_from_this(); shared_ptr shared_from_this() const; diff --git a/reference/memory/get_pointer_safety.md b/reference/memory/get_pointer_safety.md index 107481b502..fcf79ab324 100644 --- a/reference/memory/get_pointer_safety.md +++ b/reference/memory/get_pointer_safety.md @@ -1,4 +1,4 @@ -#get_pointer_safety(C++11) +#get_pointer_safety (C++11) ```cpp namespace std { pointer_safety get_pointer_safety() noexcept; diff --git a/reference/memory/owner_less.md b/reference/memory/owner_less.md index f9c537cc54..68d11c8b4f 100644 --- a/reference/memory/owner_less.md +++ b/reference/memory/owner_less.md @@ -1,4 +1,4 @@ -#owner_less(C++11) +#owner_less (C++11) ```cpp namespace std { template diff --git a/reference/memory/owner_less/op_call.md b/reference/memory/owner_less/op_call.md index 6df1024ce2..e46d4b6eb8 100644 --- a/reference/memory/owner_less/op_call.md +++ b/reference/memory/owner_less/op_call.md @@ -1,4 +1,4 @@ -#関数呼び出し演算子(C++11) +#関数呼び出し演算子 (C++11) ```cpp // shared_ptr版 bool operator()(const shared_ptr& a, const shared_ptr& b) const; diff --git a/reference/memory/pointer_safety.md b/reference/memory/pointer_safety.md index 80fc2530a1..9bb44fdd83 100644 --- a/reference/memory/pointer_safety.md +++ b/reference/memory/pointer_safety.md @@ -1,4 +1,4 @@ -#pointer_safety(C++11) +#pointer_safety (C++11) ```cpp namespace std { enum class pointer_safety { diff --git a/reference/memory/pointer_traits.md b/reference/memory/pointer_traits.md index cee29128e1..24f8a9e82b 100644 --- a/reference/memory/pointer_traits.md +++ b/reference/memory/pointer_traits.md @@ -1,4 +1,4 @@ -#pointer_traits(C++11) +#pointer_traits (C++11) ```cpp namespace std { template struct pointer_traits; diff --git a/reference/memory/pointer_traits/pointer_to.md b/reference/memory/pointer_traits/pointer_to.md index 731e402df8..8c285393b1 100644 --- a/reference/memory/pointer_traits/pointer_to.md +++ b/reference/memory/pointer_traits/pointer_to.md @@ -1,4 +1,4 @@ -#pointer_to(C++11) +#pointer_to (C++11) ```cpp static pointer pointer_traits::pointer_to(element_type& r); // (1) static pointer pointer_traits::pointer_to(element_type& r) noexcept; // (2) diff --git a/reference/memory/shared_ptr.md b/reference/memory/shared_ptr.md index 88a8d55741..f608c2e62b 100644 --- a/reference/memory/shared_ptr.md +++ b/reference/memory/shared_ptr.md @@ -1,4 +1,4 @@ -#shared_ptr(C++11) +#shared_ptr (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/-shared_ptr.md b/reference/memory/shared_ptr/-shared_ptr.md index 70bdb48db1..fa10d789e7 100644 --- a/reference/memory/shared_ptr/-shared_ptr.md +++ b/reference/memory/shared_ptr/-shared_ptr.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~shared_ptr(); ``` diff --git a/reference/memory/shared_ptr/allocate_shared.md b/reference/memory/shared_ptr/allocate_shared.md index 6d3bd45a4e..7741be65f3 100644 --- a/reference/memory/shared_ptr/allocate_shared.md +++ b/reference/memory/shared_ptr/allocate_shared.md @@ -1,4 +1,4 @@ -#allocate_shared(C++11) +#allocate_shared (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/atomic_compare_exchange_strong.md b/reference/memory/shared_ptr/atomic_compare_exchange_strong.md index 3958bcefee..2273dd3cd8 100644 --- a/reference/memory/shared_ptr/atomic_compare_exchange_strong.md +++ b/reference/memory/shared_ptr/atomic_compare_exchange_strong.md @@ -1,4 +1,4 @@ -#atomic_compare_exchange_strong(C++11) +#atomic_compare_exchange_strong (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/atomic_compare_exchange_strong_explicit.md b/reference/memory/shared_ptr/atomic_compare_exchange_strong_explicit.md index a73ccc2e21..bd22e9f744 100644 --- a/reference/memory/shared_ptr/atomic_compare_exchange_strong_explicit.md +++ b/reference/memory/shared_ptr/atomic_compare_exchange_strong_explicit.md @@ -1,4 +1,4 @@ -#atomic_compare_exchange_strong_explicit(C++11) +#atomic_compare_exchange_strong_explicit (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/atomic_compare_exchange_weak.md b/reference/memory/shared_ptr/atomic_compare_exchange_weak.md index 870d07a398..395f27e778 100644 --- a/reference/memory/shared_ptr/atomic_compare_exchange_weak.md +++ b/reference/memory/shared_ptr/atomic_compare_exchange_weak.md @@ -1,4 +1,4 @@ -#atomic_compare_exchange_weak(C++11) +#atomic_compare_exchange_weak (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/atomic_compare_exchange_weak_explicit.md b/reference/memory/shared_ptr/atomic_compare_exchange_weak_explicit.md index f6b35512ad..7de763c5a9 100644 --- a/reference/memory/shared_ptr/atomic_compare_exchange_weak_explicit.md +++ b/reference/memory/shared_ptr/atomic_compare_exchange_weak_explicit.md @@ -1,4 +1,4 @@ -#atomic_compare_exchange_weak_explicit(C++11) +#atomic_compare_exchange_weak_explicit (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/atomic_exchange.md b/reference/memory/shared_ptr/atomic_exchange.md index 2e5bb8f8a0..10db901f6f 100644 --- a/reference/memory/shared_ptr/atomic_exchange.md +++ b/reference/memory/shared_ptr/atomic_exchange.md @@ -1,4 +1,4 @@ -#atomic_exchange(C++11) +#atomic_exchange (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/atomic_exchange_explicit.md b/reference/memory/shared_ptr/atomic_exchange_explicit.md index 1e98c9b4c5..0a57a3d90c 100644 --- a/reference/memory/shared_ptr/atomic_exchange_explicit.md +++ b/reference/memory/shared_ptr/atomic_exchange_explicit.md @@ -1,4 +1,4 @@ -#atomic_exchange_explicit(C++11) +#atomic_exchange_explicit (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/atomic_is_lock_free.md b/reference/memory/shared_ptr/atomic_is_lock_free.md index 8dc5e361f5..1cbdc90c62 100644 --- a/reference/memory/shared_ptr/atomic_is_lock_free.md +++ b/reference/memory/shared_ptr/atomic_is_lock_free.md @@ -1,4 +1,4 @@ -#atomic_is_lock_free(C++11) +#atomic_is_lock_free (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/atomic_load.md b/reference/memory/shared_ptr/atomic_load.md index 88f527d2a0..cd40d7d4e3 100644 --- a/reference/memory/shared_ptr/atomic_load.md +++ b/reference/memory/shared_ptr/atomic_load.md @@ -1,4 +1,4 @@ -#atomic_load(C++11) +#atomic_load (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/atomic_load_explicit.md b/reference/memory/shared_ptr/atomic_load_explicit.md index 2dae7ab17c..977c588ed9 100644 --- a/reference/memory/shared_ptr/atomic_load_explicit.md +++ b/reference/memory/shared_ptr/atomic_load_explicit.md @@ -1,4 +1,4 @@ -#atomic_load_explicit(C++11) +#atomic_load_explicit (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/atomic_store.md b/reference/memory/shared_ptr/atomic_store.md index d694bd304f..4e84474674 100644 --- a/reference/memory/shared_ptr/atomic_store.md +++ b/reference/memory/shared_ptr/atomic_store.md @@ -1,4 +1,4 @@ -#atomic_store(C++11) +#atomic_store (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/atomic_store_explicit.md b/reference/memory/shared_ptr/atomic_store_explicit.md index 00bbf9c80a..9c9ae22431 100644 --- a/reference/memory/shared_ptr/atomic_store_explicit.md +++ b/reference/memory/shared_ptr/atomic_store_explicit.md @@ -1,4 +1,4 @@ -#atomic_store_explicit(C++11) +#atomic_store_explicit (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/const_pointer_cast.md b/reference/memory/shared_ptr/const_pointer_cast.md index 4025566cf5..8311cc0171 100644 --- a/reference/memory/shared_ptr/const_pointer_cast.md +++ b/reference/memory/shared_ptr/const_pointer_cast.md @@ -1,4 +1,4 @@ -#const_pointer_cast(C++11) +#const_pointer_cast (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/dynamic_pointer_cast.md b/reference/memory/shared_ptr/dynamic_pointer_cast.md index 9caf5fec50..cc0ae5665a 100644 --- a/reference/memory/shared_ptr/dynamic_pointer_cast.md +++ b/reference/memory/shared_ptr/dynamic_pointer_cast.md @@ -1,4 +1,4 @@ -#dynamic_pointer_cast(C++11) +#dynamic_pointer_cast (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/get.md b/reference/memory/shared_ptr/get.md index d91b67fdfe..3c002defa2 100644 --- a/reference/memory/shared_ptr/get.md +++ b/reference/memory/shared_ptr/get.md @@ -1,4 +1,4 @@ -#get(C++11) +#get (C++11) ```cpp T* get() const noexcept; ``` diff --git a/reference/memory/shared_ptr/get_deleter.md b/reference/memory/shared_ptr/get_deleter.md index ba4865e250..038d1b356d 100644 --- a/reference/memory/shared_ptr/get_deleter.md +++ b/reference/memory/shared_ptr/get_deleter.md @@ -1,4 +1,4 @@ -#get_deleter(C++11) +#get_deleter (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/make_shared.md b/reference/memory/shared_ptr/make_shared.md index 28b93e7050..e8ad51b79a 100644 --- a/reference/memory/shared_ptr/make_shared.md +++ b/reference/memory/shared_ptr/make_shared.md @@ -1,4 +1,4 @@ -#make_shared(C++11) +#make_shared (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/op_arrow.md b/reference/memory/shared_ptr/op_arrow.md index 1d7cdd125b..c58db3d56c 100644 --- a/reference/memory/shared_ptr/op_arrow.md +++ b/reference/memory/shared_ptr/op_arrow.md @@ -1,4 +1,4 @@ -#operator->(C++11) +#operator-> (C++11) ```cpp T* operator->() const noexcept; ``` diff --git a/reference/memory/shared_ptr/op_assign.md b/reference/memory/shared_ptr/op_assign.md index ac41c3949f..10029c77d1 100644 --- a/reference/memory/shared_ptr/op_assign.md +++ b/reference/memory/shared_ptr/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp shared_ptr& operator=(const shared_ptr& r) noexcept; // (1) diff --git a/reference/memory/shared_ptr/op_bool.md b/reference/memory/shared_ptr/op_bool.md index 71504763bc..3fbd6a9fe3 100644 --- a/reference/memory/shared_ptr/op_bool.md +++ b/reference/memory/shared_ptr/op_bool.md @@ -1,4 +1,4 @@ -#operator bool(C++11) +#operator bool (C++11) ```cpp explicit operator bool() const noexcept; ``` diff --git a/reference/memory/shared_ptr/op_deref.md b/reference/memory/shared_ptr/op_deref.md index 5c7549a5e7..2e8a517c93 100644 --- a/reference/memory/shared_ptr/op_deref.md +++ b/reference/memory/shared_ptr/op_deref.md @@ -1,4 +1,4 @@ -#operator*(C++11) +#operator* (C++11) ```cpp T& operator*() const noexcept; ``` diff --git a/reference/memory/shared_ptr/op_equal.md b/reference/memory/shared_ptr/op_equal.md index 2e00ee70a6..ee89831a10 100644 --- a/reference/memory/shared_ptr/op_equal.md +++ b/reference/memory/shared_ptr/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/op_greater.md b/reference/memory/shared_ptr/op_greater.md index 1320400628..59554d6864 100644 --- a/reference/memory/shared_ptr/op_greater.md +++ b/reference/memory/shared_ptr/op_greater.md @@ -1,4 +1,4 @@ -#operator>(C++11) +#operator> (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/op_greater_equal.md b/reference/memory/shared_ptr/op_greater_equal.md index f781c72db5..9a8951c0eb 100644 --- a/reference/memory/shared_ptr/op_greater_equal.md +++ b/reference/memory/shared_ptr/op_greater_equal.md @@ -1,4 +1,4 @@ -#operator>=(C++11) +#operator>= (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/op_less.md b/reference/memory/shared_ptr/op_less.md index 3c8f7f494f..236ba360e1 100644 --- a/reference/memory/shared_ptr/op_less.md +++ b/reference/memory/shared_ptr/op_less.md @@ -1,4 +1,4 @@ -#operator<(C++11) +#operator< (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/op_less_equal.md b/reference/memory/shared_ptr/op_less_equal.md index 447fdb790f..1ad7115bad 100644 --- a/reference/memory/shared_ptr/op_less_equal.md +++ b/reference/memory/shared_ptr/op_less_equal.md @@ -1,4 +1,4 @@ -#operator<=(C++11) +#operator<= (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/op_not_equal.md b/reference/memory/shared_ptr/op_not_equal.md index 75f2a05ccd..dc073315ad 100644 --- a/reference/memory/shared_ptr/op_not_equal.md +++ b/reference/memory/shared_ptr/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/op_ostream.md b/reference/memory/shared_ptr/op_ostream.md index 2655372622..d2f0b87d01 100644 --- a/reference/memory/shared_ptr/op_ostream.md +++ b/reference/memory/shared_ptr/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/owner_before.md b/reference/memory/shared_ptr/owner_before.md index 4831ec8c8b..af6432dde3 100644 --- a/reference/memory/shared_ptr/owner_before.md +++ b/reference/memory/shared_ptr/owner_before.md @@ -1,4 +1,4 @@ -#owner_before(C++11) +#owner_before (C++11) ```cpp template bool owner_before(const shared_ptr& b) const; // (1) diff --git a/reference/memory/shared_ptr/reset.md b/reference/memory/shared_ptr/reset.md index d602ad7573..948a9b9875 100644 --- a/reference/memory/shared_ptr/reset.md +++ b/reference/memory/shared_ptr/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset() noexcept; // (1) diff --git a/reference/memory/shared_ptr/shared_ptr.md b/reference/memory/shared_ptr/shared_ptr.md index 061dd7a9a8..9cc36c0eab 100644 --- a/reference/memory/shared_ptr/shared_ptr.md +++ b/reference/memory/shared_ptr/shared_ptr.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp constexpr shared_ptr() noexcept; // (1) diff --git a/reference/memory/shared_ptr/static_pointer_cast.md b/reference/memory/shared_ptr/static_pointer_cast.md index f9c7a759e7..e11f3d03e7 100644 --- a/reference/memory/shared_ptr/static_pointer_cast.md +++ b/reference/memory/shared_ptr/static_pointer_cast.md @@ -1,4 +1,4 @@ -#static_pointer_cast(C++11) +#static_pointer_cast (C++11) ```cpp namespace std { template diff --git a/reference/memory/shared_ptr/swap.md b/reference/memory/shared_ptr/swap.md index e77e4585a0..8111688a4a 100644 --- a/reference/memory/shared_ptr/swap.md +++ b/reference/memory/shared_ptr/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(shared_ptr& x) noexcept; ``` diff --git a/reference/memory/shared_ptr/unique.md b/reference/memory/shared_ptr/unique.md index ff9956d3d5..e23acf2ab3 100644 --- a/reference/memory/shared_ptr/unique.md +++ b/reference/memory/shared_ptr/unique.md @@ -1,4 +1,4 @@ -#unique(C++11) +#unique (C++11) ```cpp bool unique() const noexcept; ``` diff --git a/reference/memory/shared_ptr/use_count.md b/reference/memory/shared_ptr/use_count.md index 498d60f142..10c30dcdda 100644 --- a/reference/memory/shared_ptr/use_count.md +++ b/reference/memory/shared_ptr/use_count.md @@ -1,4 +1,4 @@ -#use_count(C++11) +#use_count (C++11) ```cpp long use_count() const noexcept; ``` diff --git a/reference/memory/undeclare_no_pointers.md b/reference/memory/undeclare_no_pointers.md index 5bbcd894f3..f58b8bac6a 100644 --- a/reference/memory/undeclare_no_pointers.md +++ b/reference/memory/undeclare_no_pointers.md @@ -1,4 +1,4 @@ -#undeclare_no_pointers(C++11) +#undeclare_no_pointers (C++11) ```cpp namespace std { void undeclare_no_pointers(char* p, size_t n); diff --git a/reference/memory/undeclare_reachable.md b/reference/memory/undeclare_reachable.md index 4d2bf1cefe..b1356b4f3f 100644 --- a/reference/memory/undeclare_reachable.md +++ b/reference/memory/undeclare_reachable.md @@ -1,4 +1,4 @@ -#undeclare_reachable(C++11) +#undeclare_reachable (C++11) ```cpp namespace std { template diff --git a/reference/memory/uninitialized_copy_n.md b/reference/memory/uninitialized_copy_n.md index 101784d2ab..0e2ab65a8d 100644 --- a/reference/memory/uninitialized_copy_n.md +++ b/reference/memory/uninitialized_copy_n.md @@ -1,4 +1,4 @@ -#uninitialized_copy_n(C++11) +#uninitialized_copy_n (C++11) ```cpp namespace std { template diff --git a/reference/memory/unique_ptr.md b/reference/memory/unique_ptr.md index 229cdd6a57..5e59823d11 100644 --- a/reference/memory/unique_ptr.md +++ b/reference/memory/unique_ptr.md @@ -1,4 +1,4 @@ -#unique_ptr(C++11) +#unique_ptr (C++11) ```cpp namespace std { // 単一オブジェクト版 diff --git a/reference/memory/unique_ptr/-unique_ptr.md b/reference/memory/unique_ptr/-unique_ptr.md index b7095aeb9e..3a164fcab5 100644 --- a/reference/memory/unique_ptr/-unique_ptr.md +++ b/reference/memory/unique_ptr/-unique_ptr.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~unique_ptr(); ``` diff --git a/reference/memory/unique_ptr/get.md b/reference/memory/unique_ptr/get.md index 189526cb6b..32d7527bda 100644 --- a/reference/memory/unique_ptr/get.md +++ b/reference/memory/unique_ptr/get.md @@ -1,4 +1,4 @@ -#get(C++11) +#get (C++11) ```cpp pointer get() const noexcept; ``` diff --git a/reference/memory/unique_ptr/get_deleter.md b/reference/memory/unique_ptr/get_deleter.md index 2f7d6d9f22..c1c327fa46 100644 --- a/reference/memory/unique_ptr/get_deleter.md +++ b/reference/memory/unique_ptr/get_deleter.md @@ -1,4 +1,4 @@ -#get_deleter(C++11) +#get_deleter (C++11) ```cpp deleter_type& get_deleter() noexcept; const deleter_type& get_deleter() const noexcept; diff --git a/reference/memory/unique_ptr/op_arrow.md b/reference/memory/unique_ptr/op_arrow.md index d042c74828..77ba446e8d 100644 --- a/reference/memory/unique_ptr/op_arrow.md +++ b/reference/memory/unique_ptr/op_arrow.md @@ -1,4 +1,4 @@ -#operator->(C++11) +#operator-> (C++11) ```cpp pointer operator->() const noexcept; ``` diff --git a/reference/memory/unique_ptr/op_assign.md b/reference/memory/unique_ptr/op_assign.md index 58caf4f4ea..b81603d980 100644 --- a/reference/memory/unique_ptr/op_assign.md +++ b/reference/memory/unique_ptr/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp unique_ptr& operator=(unique_ptr&& u) noexcept; // (1) 単一オブジェクト、配列 diff --git a/reference/memory/unique_ptr/op_at.md b/reference/memory/unique_ptr/op_at.md index 22fcdfcd24..c7cedb8a46 100644 --- a/reference/memory/unique_ptr/op_at.md +++ b/reference/memory/unique_ptr/op_at.md @@ -1,4 +1,4 @@ -#operator[](C++11) +#operator[] (C++11) ```cpp T& operator[](size_t i) const; ``` diff --git a/reference/memory/unique_ptr/op_bool.md b/reference/memory/unique_ptr/op_bool.md index 3090a57b36..48fa1cc3fa 100644 --- a/reference/memory/unique_ptr/op_bool.md +++ b/reference/memory/unique_ptr/op_bool.md @@ -1,4 +1,4 @@ -#operator bool(C++11) +#operator bool (C++11) ```cpp explicit operator bool() const noexcept; ``` diff --git a/reference/memory/unique_ptr/op_deref.md b/reference/memory/unique_ptr/op_deref.md index fb958db49d..32b228bbaa 100644 --- a/reference/memory/unique_ptr/op_deref.md +++ b/reference/memory/unique_ptr/op_deref.md @@ -1,4 +1,4 @@ -#operator*(C++11) +#operator* (C++11) ```cpp typename add_lvalue_reference::type operator*() const; ``` diff --git a/reference/memory/unique_ptr/op_equal.md b/reference/memory/unique_ptr/op_equal.md index b78cd9583d..5106bc6623 100644 --- a/reference/memory/unique_ptr/op_equal.md +++ b/reference/memory/unique_ptr/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/memory/unique_ptr/op_greater.md b/reference/memory/unique_ptr/op_greater.md index 4ab5322557..371cc63415 100644 --- a/reference/memory/unique_ptr/op_greater.md +++ b/reference/memory/unique_ptr/op_greater.md @@ -1,4 +1,4 @@ -#operator>(C++11) +#operator> (C++11) ```cpp namespace std { template diff --git a/reference/memory/unique_ptr/op_greater_equal.md b/reference/memory/unique_ptr/op_greater_equal.md index 1aa3d967ff..2e750f8ec8 100644 --- a/reference/memory/unique_ptr/op_greater_equal.md +++ b/reference/memory/unique_ptr/op_greater_equal.md @@ -1,4 +1,4 @@ -#operator>=(C++11) +#operator>= (C++11) ```cpp namespace std { template diff --git a/reference/memory/unique_ptr/op_less.md b/reference/memory/unique_ptr/op_less.md index a1275bf723..e2bf28e75e 100644 --- a/reference/memory/unique_ptr/op_less.md +++ b/reference/memory/unique_ptr/op_less.md @@ -1,4 +1,4 @@ -#operator<(C++11) +#operator< (C++11) ```cpp namespace std { template diff --git a/reference/memory/unique_ptr/op_less_equal.md b/reference/memory/unique_ptr/op_less_equal.md index 51a29fb7ed..288ad3dd97 100644 --- a/reference/memory/unique_ptr/op_less_equal.md +++ b/reference/memory/unique_ptr/op_less_equal.md @@ -1,4 +1,4 @@ -#operator<=(C++11) +#operator<= (C++11) ```cpp namespace std { template diff --git a/reference/memory/unique_ptr/op_not_equal.md b/reference/memory/unique_ptr/op_not_equal.md index 1259fd17d6..d6e8916b86 100644 --- a/reference/memory/unique_ptr/op_not_equal.md +++ b/reference/memory/unique_ptr/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/memory/unique_ptr/release.md b/reference/memory/unique_ptr/release.md index 4168d7566e..57eb32e331 100644 --- a/reference/memory/unique_ptr/release.md +++ b/reference/memory/unique_ptr/release.md @@ -1,4 +1,4 @@ -#release(C++11) +#release (C++11) ```cpp pointer release() noexcept; ``` diff --git a/reference/memory/unique_ptr/reset.md b/reference/memory/unique_ptr/reset.md index 142da49a79..4cfddf66ca 100644 --- a/reference/memory/unique_ptr/reset.md +++ b/reference/memory/unique_ptr/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(pointer p = pointer()) noexcept; // (1) diff --git a/reference/memory/unique_ptr/swap.md b/reference/memory/unique_ptr/swap.md index 03c4fee8fc..439041cb56 100644 --- a/reference/memory/unique_ptr/swap.md +++ b/reference/memory/unique_ptr/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(unique_ptr& x) noexcept; ``` diff --git a/reference/memory/unique_ptr/unique_ptr.md b/reference/memory/unique_ptr/unique_ptr.md index f61b9b5135..370f32ff0b 100644 --- a/reference/memory/unique_ptr/unique_ptr.md +++ b/reference/memory/unique_ptr/unique_ptr.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp constexpr unique_ptr() noexcept; // (1) 単一オブジェクト、配列 explicit unique_ptr(pointer p) noexcept; // (2) 単一オブジェクト、配列 diff --git a/reference/memory/weak_ptr.md b/reference/memory/weak_ptr.md index 41567e85f3..bcb6c81aa1 100644 --- a/reference/memory/weak_ptr.md +++ b/reference/memory/weak_ptr.md @@ -1,4 +1,4 @@ -#weak_ptr(C++11) +#weak_ptr (C++11) ```cpp namespace std { template diff --git a/reference/memory/weak_ptr/-weak_ptr.md b/reference/memory/weak_ptr/-weak_ptr.md index 053573bf95..c4663bc577 100644 --- a/reference/memory/weak_ptr/-weak_ptr.md +++ b/reference/memory/weak_ptr/-weak_ptr.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~weak_ptr(); ``` diff --git a/reference/memory/weak_ptr/expired.md b/reference/memory/weak_ptr/expired.md index 42024ef0bb..10dc0b1c54 100644 --- a/reference/memory/weak_ptr/expired.md +++ b/reference/memory/weak_ptr/expired.md @@ -1,4 +1,4 @@ -#expired(C++11) +#expired (C++11) ```cpp bool expired() const noexcept; ``` diff --git a/reference/memory/weak_ptr/lock.md b/reference/memory/weak_ptr/lock.md index e67ec3ae77..42179a1761 100644 --- a/reference/memory/weak_ptr/lock.md +++ b/reference/memory/weak_ptr/lock.md @@ -1,4 +1,4 @@ -#lock(C++11) +#lock (C++11) ```cpp shared_ptr lock() const noexcept; ``` diff --git a/reference/memory/weak_ptr/op_assign.md b/reference/memory/weak_ptr/op_assign.md index eae64bd707..170e98026f 100644 --- a/reference/memory/weak_ptr/op_assign.md +++ b/reference/memory/weak_ptr/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp weak_ptr& operator=(const weak_ptr& r) noexcept; // (1) diff --git a/reference/memory/weak_ptr/owner_before.md b/reference/memory/weak_ptr/owner_before.md index 6247007728..93f909be85 100644 --- a/reference/memory/weak_ptr/owner_before.md +++ b/reference/memory/weak_ptr/owner_before.md @@ -1,4 +1,4 @@ -#owner_before(C++11) +#owner_before (C++11) ```cpp template bool owner_before(const shared_ptr& b) const; // (1) diff --git a/reference/memory/weak_ptr/reset.md b/reference/memory/weak_ptr/reset.md index 9b704ad7db..bb32d886a5 100644 --- a/reference/memory/weak_ptr/reset.md +++ b/reference/memory/weak_ptr/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset() noexcept; ``` diff --git a/reference/memory/weak_ptr/swap.md b/reference/memory/weak_ptr/swap.md index 67f9bcd2fe..64ae068e28 100644 --- a/reference/memory/weak_ptr/swap.md +++ b/reference/memory/weak_ptr/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(weak_ptr& r) noexcept; ``` diff --git a/reference/memory/weak_ptr/use_count.md b/reference/memory/weak_ptr/use_count.md index 39520ea0db..8cdd59e62e 100644 --- a/reference/memory/weak_ptr/use_count.md +++ b/reference/memory/weak_ptr/use_count.md @@ -1,4 +1,4 @@ -#use_count(C++11) +#use_count (C++11) ```cpp long use_count() const noexcept; ``` diff --git a/reference/memory/weak_ptr/weak_ptr.md b/reference/memory/weak_ptr/weak_ptr.md index 9ff33113b0..cd7815844f 100644 --- a/reference/memory/weak_ptr/weak_ptr.md +++ b/reference/memory/weak_ptr/weak_ptr.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp constexpr weak_ptr() noexcept; // (1) weak_ptr(const weak_ptr& r) noexcept; // (2) diff --git a/reference/mutex.md b/reference/mutex.md index c8aaeef43a..b09a93241e 100644 --- a/reference/mutex.md +++ b/reference/mutex.md @@ -1,4 +1,4 @@ -#mutex(C++11) +#mutex (C++11) ``ヘッダは、排他制御(ミューテックス)、ロック、およびcall onceに関するクラス・関数を定義する。 diff --git a/reference/mutex/adopt_lock.md b/reference/mutex/adopt_lock.md index 4de3a604e9..88d61e3af9 100644 --- a/reference/mutex/adopt_lock.md +++ b/reference/mutex/adopt_lock.md @@ -1,4 +1,4 @@ -#adopt_lock(C++11) +#adopt_lock (C++11) ```cpp namespace std { struct adopt_lock_t { }; diff --git a/reference/mutex/call_once.md b/reference/mutex/call_once.md index aa2c59d8a0..c9a8d741ce 100644 --- a/reference/mutex/call_once.md +++ b/reference/mutex/call_once.md @@ -1,4 +1,4 @@ -#call_once(C++11) +#call_once (C++11) ```cpp namespace std { template diff --git a/reference/mutex/defer_lock.md b/reference/mutex/defer_lock.md index 68d0d352ed..8a36c7ae1f 100644 --- a/reference/mutex/defer_lock.md +++ b/reference/mutex/defer_lock.md @@ -1,4 +1,4 @@ -#defer_lock(C++11) +#defer_lock (C++11) ```cpp namespace std { struct defer_lock_t { }; diff --git a/reference/mutex/lock.md b/reference/mutex/lock.md index 348371e09d..e012a1218a 100644 --- a/reference/mutex/lock.md +++ b/reference/mutex/lock.md @@ -1,4 +1,4 @@ -#lock(C++11) +#lock (C++11) ```cpp namespace std { template diff --git a/reference/mutex/lock_guard.md b/reference/mutex/lock_guard.md index a9b199a6f0..885159d354 100644 --- a/reference/mutex/lock_guard.md +++ b/reference/mutex/lock_guard.md @@ -1,4 +1,4 @@ -#lock_guard(C++11) +#lock_guard (C++11) ```cpp namespace std { template diff --git a/reference/mutex/lock_guard/-lock_guard.md b/reference/mutex/lock_guard/-lock_guard.md index 181316c368..1d0a7c6b08 100644 --- a/reference/mutex/lock_guard/-lock_guard.md +++ b/reference/mutex/lock_guard/-lock_guard.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~lock_guard(); ``` diff --git a/reference/mutex/lock_guard/lock_guard.md b/reference/mutex/lock_guard/lock_guard.md index d2c6e7a8df..7045196aa1 100644 --- a/reference/mutex/lock_guard/lock_guard.md +++ b/reference/mutex/lock_guard/lock_guard.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit lock_guard(mutex_type& m); lock_guard(mutex_type& m, adopt_lock_t); diff --git a/reference/mutex/mutex.md b/reference/mutex/mutex.md index 4b219cfb30..73669c0d18 100644 --- a/reference/mutex/mutex.md +++ b/reference/mutex/mutex.md @@ -1,4 +1,4 @@ -#mutex(C++11) +#mutex (C++11) ```cpp namespace std { class mutex; diff --git a/reference/mutex/mutex/-mutex.md b/reference/mutex/mutex/-mutex.md index 52ecfc1531..7d2473bee7 100644 --- a/reference/mutex/mutex/-mutex.md +++ b/reference/mutex/mutex/-mutex.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~mutex(); ``` diff --git a/reference/mutex/mutex/lock.md b/reference/mutex/mutex/lock.md index 02b1b0e455..fbf66e8609 100644 --- a/reference/mutex/mutex/lock.md +++ b/reference/mutex/mutex/lock.md @@ -1,4 +1,4 @@ -#lock(C++11) +#lock (C++11) ```cpp void lock(); ``` diff --git a/reference/mutex/mutex/mutex.md b/reference/mutex/mutex/mutex.md index 6bd8c92b26..7f3fa6c2c7 100644 --- a/reference/mutex/mutex/mutex.md +++ b/reference/mutex/mutex/mutex.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp constexpr mutex() noexcept; mutex(const mutex&) = delete; diff --git a/reference/mutex/mutex/native_handle.md b/reference/mutex/mutex/native_handle.md index 046f4e6225..86bbbaf3e0 100644 --- a/reference/mutex/mutex/native_handle.md +++ b/reference/mutex/mutex/native_handle.md @@ -1,4 +1,4 @@ -#native_handle(C++11) +#native_handle (C++11) ```cpp native_handle_type native_handle(); ``` diff --git a/reference/mutex/mutex/try_lock.md b/reference/mutex/mutex/try_lock.md index b638df02a8..01dc5037ef 100644 --- a/reference/mutex/mutex/try_lock.md +++ b/reference/mutex/mutex/try_lock.md @@ -1,4 +1,4 @@ -#try_lock(C++11) +#try_lock (C++11) ```cpp bool try_lock(); ``` diff --git a/reference/mutex/mutex/unlock.md b/reference/mutex/mutex/unlock.md index 109bfb1832..93beb7738a 100644 --- a/reference/mutex/mutex/unlock.md +++ b/reference/mutex/mutex/unlock.md @@ -1,4 +1,4 @@ -#unlock(C++11) +#unlock (C++11) ```cpp void unlock(); ``` diff --git a/reference/mutex/once_flag.md b/reference/mutex/once_flag.md index 0de7aadafe..f3d4efb877 100644 --- a/reference/mutex/once_flag.md +++ b/reference/mutex/once_flag.md @@ -1,4 +1,4 @@ -#once_flag(C++11) +#once_flag (C++11) ```cpp namespace std { struct once_flag; diff --git a/reference/mutex/once_flag/once_flag.md b/reference/mutex/once_flag/once_flag.md index 0f64727054..1ad08240bf 100644 --- a/reference/mutex/once_flag/once_flag.md +++ b/reference/mutex/once_flag/once_flag.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp constexpr once_flag() noexcept; once_flag(const once_flag&) = delete; diff --git a/reference/mutex/recursive_mutex.md b/reference/mutex/recursive_mutex.md index ce013d4289..f8d1bc9ff0 100644 --- a/reference/mutex/recursive_mutex.md +++ b/reference/mutex/recursive_mutex.md @@ -1,4 +1,4 @@ -#recursive_mutex(C++11) +#recursive_mutex (C++11) ```cpp namespace std { class recursive_mutex; diff --git a/reference/mutex/recursive_mutex/-recursive_mutex.md b/reference/mutex/recursive_mutex/-recursive_mutex.md index ec806c0f16..f95b06e863 100644 --- a/reference/mutex/recursive_mutex/-recursive_mutex.md +++ b/reference/mutex/recursive_mutex/-recursive_mutex.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~recursive_mutex(); ``` diff --git a/reference/mutex/recursive_mutex/lock.md b/reference/mutex/recursive_mutex/lock.md index 07dce0e26a..73de65d26d 100644 --- a/reference/mutex/recursive_mutex/lock.md +++ b/reference/mutex/recursive_mutex/lock.md @@ -1,4 +1,4 @@ -#lock(C++11) +#lock (C++11) ```cpp void lock(); ``` diff --git a/reference/mutex/recursive_mutex/native_handle.md b/reference/mutex/recursive_mutex/native_handle.md index 17babd3292..0ce39c316c 100644 --- a/reference/mutex/recursive_mutex/native_handle.md +++ b/reference/mutex/recursive_mutex/native_handle.md @@ -1,4 +1,4 @@ -#native_handle(C++11) +#native_handle (C++11) ```cpp native_handle_type native_handle(); ``` diff --git a/reference/mutex/recursive_mutex/recursive_mutex.md b/reference/mutex/recursive_mutex/recursive_mutex.md index bc85cd1910..6a9c826f84 100644 --- a/reference/mutex/recursive_mutex/recursive_mutex.md +++ b/reference/mutex/recursive_mutex/recursive_mutex.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp recursive_mutex(); recursive_mutex(const recursive_mutex&) = delete; diff --git a/reference/mutex/recursive_mutex/try_lock.md b/reference/mutex/recursive_mutex/try_lock.md index 4204ab723d..6b1e8a456a 100644 --- a/reference/mutex/recursive_mutex/try_lock.md +++ b/reference/mutex/recursive_mutex/try_lock.md @@ -1,4 +1,4 @@ -#try_lock(C++11) +#try_lock (C++11) ```cpp bool try_lock(); ``` diff --git a/reference/mutex/recursive_mutex/unlock.md b/reference/mutex/recursive_mutex/unlock.md index f745e6e008..5195ff9ca6 100644 --- a/reference/mutex/recursive_mutex/unlock.md +++ b/reference/mutex/recursive_mutex/unlock.md @@ -1,4 +1,4 @@ -#unlock(C++11) +#unlock (C++11) ```cpp void unlock(); ``` diff --git a/reference/mutex/recursive_timed_mutex.md b/reference/mutex/recursive_timed_mutex.md index 38215489e4..c37f5510a5 100644 --- a/reference/mutex/recursive_timed_mutex.md +++ b/reference/mutex/recursive_timed_mutex.md @@ -1,4 +1,4 @@ -#recursive_timed_mutex(C++11) +#recursive_timed_mutex (C++11) ```cpp namespace std { class recursive_timed_mutex; diff --git a/reference/mutex/recursive_timed_mutex/-recursive_timed_mutex.md b/reference/mutex/recursive_timed_mutex/-recursive_timed_mutex.md index a1aa267bd6..6045617d30 100644 --- a/reference/mutex/recursive_timed_mutex/-recursive_timed_mutex.md +++ b/reference/mutex/recursive_timed_mutex/-recursive_timed_mutex.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~recursive_timed_mutex(); ``` diff --git a/reference/mutex/recursive_timed_mutex/lock.md b/reference/mutex/recursive_timed_mutex/lock.md index c926acbb94..4079cc6f51 100644 --- a/reference/mutex/recursive_timed_mutex/lock.md +++ b/reference/mutex/recursive_timed_mutex/lock.md @@ -1,4 +1,4 @@ -#lock(C++11) +#lock (C++11) ```cpp void lock(); ``` diff --git a/reference/mutex/recursive_timed_mutex/native_handle.md b/reference/mutex/recursive_timed_mutex/native_handle.md index 956bd58af5..b17f86de04 100644 --- a/reference/mutex/recursive_timed_mutex/native_handle.md +++ b/reference/mutex/recursive_timed_mutex/native_handle.md @@ -1,4 +1,4 @@ -#native_handle(C++11) +#native_handle (C++11) ```cpp native_handle_type native_handle(); ``` diff --git a/reference/mutex/recursive_timed_mutex/revursive_timed_mutex.md b/reference/mutex/recursive_timed_mutex/revursive_timed_mutex.md index 078aebb539..0f660527b0 100644 --- a/reference/mutex/recursive_timed_mutex/revursive_timed_mutex.md +++ b/reference/mutex/recursive_timed_mutex/revursive_timed_mutex.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp recursive_timed_mutex(); recursive_timed_mutex(const recursive_timed_mutex&) = delete; diff --git a/reference/mutex/recursive_timed_mutex/try_lock.md b/reference/mutex/recursive_timed_mutex/try_lock.md index 8cbea6ff8d..61ca572215 100644 --- a/reference/mutex/recursive_timed_mutex/try_lock.md +++ b/reference/mutex/recursive_timed_mutex/try_lock.md @@ -1,4 +1,4 @@ -#try_lock(C++11) +#try_lock (C++11) ```cpp bool try_lock(); ``` diff --git a/reference/mutex/recursive_timed_mutex/try_lock_for.md b/reference/mutex/recursive_timed_mutex/try_lock_for.md index c6f181e9f2..e7d7ecc604 100644 --- a/reference/mutex/recursive_timed_mutex/try_lock_for.md +++ b/reference/mutex/recursive_timed_mutex/try_lock_for.md @@ -1,4 +1,4 @@ -#try_lock_for(C++11) +#try_lock_for (C++11) ```cpp template bool try_lock_for(const chrono::duration& rel_time); diff --git a/reference/mutex/recursive_timed_mutex/try_lock_until.md b/reference/mutex/recursive_timed_mutex/try_lock_until.md index 8c77f561dd..4e8903b146 100644 --- a/reference/mutex/recursive_timed_mutex/try_lock_until.md +++ b/reference/mutex/recursive_timed_mutex/try_lock_until.md @@ -1,4 +1,4 @@ -#try_lock_until(C++11) +#try_lock_until (C++11) ```cpp template bool try_lock_until(const chrono::time_point& abs_time); diff --git a/reference/mutex/recursive_timed_mutex/unlock.md b/reference/mutex/recursive_timed_mutex/unlock.md index 6f05e132d1..c1d58b1eca 100644 --- a/reference/mutex/recursive_timed_mutex/unlock.md +++ b/reference/mutex/recursive_timed_mutex/unlock.md @@ -1,4 +1,4 @@ -#unlock(C++11) +#unlock (C++11) ```cpp void unlock(); ``` diff --git a/reference/mutex/timed_mutex.md b/reference/mutex/timed_mutex.md index fb3597d8e3..6f24a2bfdd 100644 --- a/reference/mutex/timed_mutex.md +++ b/reference/mutex/timed_mutex.md @@ -1,4 +1,4 @@ -#timed_mutex(C++11) +#timed_mutex (C++11) ```cpp namespace std { class timed_mutex; diff --git a/reference/mutex/timed_mutex/-timed_mutex.md b/reference/mutex/timed_mutex/-timed_mutex.md index 835d1f6068..5723bf22e6 100644 --- a/reference/mutex/timed_mutex/-timed_mutex.md +++ b/reference/mutex/timed_mutex/-timed_mutex.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~timed_mutex(); ``` diff --git a/reference/mutex/timed_mutex/lock.md b/reference/mutex/timed_mutex/lock.md index 624139da5c..264e28f8fe 100644 --- a/reference/mutex/timed_mutex/lock.md +++ b/reference/mutex/timed_mutex/lock.md @@ -1,4 +1,4 @@ -#lock(C++11) +#lock (C++11) ```cpp void lock(); ``` diff --git a/reference/mutex/timed_mutex/native_handle.md b/reference/mutex/timed_mutex/native_handle.md index 4a73d0faa2..a7a0997679 100644 --- a/reference/mutex/timed_mutex/native_handle.md +++ b/reference/mutex/timed_mutex/native_handle.md @@ -1,4 +1,4 @@ -#native_handle(C++11) +#native_handle (C++11) ```cpp native_handle_type native_handle(); ``` diff --git a/reference/mutex/timed_mutex/timed_mutex.md b/reference/mutex/timed_mutex/timed_mutex.md index 101da7da66..fc647f4642 100644 --- a/reference/mutex/timed_mutex/timed_mutex.md +++ b/reference/mutex/timed_mutex/timed_mutex.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp timed_mutex(); timed_mutex(const timed_mutex&) = delete; diff --git a/reference/mutex/timed_mutex/try_lock.md b/reference/mutex/timed_mutex/try_lock.md index aaa7a552a7..d550b7c6ac 100644 --- a/reference/mutex/timed_mutex/try_lock.md +++ b/reference/mutex/timed_mutex/try_lock.md @@ -1,4 +1,4 @@ -#try_lock(C++11) +#try_lock (C++11) ```cpp bool try_lock(); ``` diff --git a/reference/mutex/timed_mutex/try_lock_for.md b/reference/mutex/timed_mutex/try_lock_for.md index 89d246eccc..45a35bad71 100644 --- a/reference/mutex/timed_mutex/try_lock_for.md +++ b/reference/mutex/timed_mutex/try_lock_for.md @@ -1,4 +1,4 @@ -#try_lock_for(C++11) +#try_lock_for (C++11) ```cpp template bool try_lock_for(const chrono::duration& rel_time); diff --git a/reference/mutex/timed_mutex/try_lock_until.md b/reference/mutex/timed_mutex/try_lock_until.md index 472b0c3e76..4089997e40 100644 --- a/reference/mutex/timed_mutex/try_lock_until.md +++ b/reference/mutex/timed_mutex/try_lock_until.md @@ -1,4 +1,4 @@ -#try_lock_until(C++11) +#try_lock_until (C++11) ```cpp template bool try_lock_until(const chrono::time_point& abs_time); diff --git a/reference/mutex/timed_mutex/unlock.md b/reference/mutex/timed_mutex/unlock.md index 8834dd3379..e18ecba3e0 100644 --- a/reference/mutex/timed_mutex/unlock.md +++ b/reference/mutex/timed_mutex/unlock.md @@ -1,4 +1,4 @@ -#unlock(C++11) +#unlock (C++11) ```cpp void unlock(); ``` diff --git a/reference/mutex/try_lock.md b/reference/mutex/try_lock.md index 234cdf0b9d..ab95b746d5 100644 --- a/reference/mutex/try_lock.md +++ b/reference/mutex/try_lock.md @@ -1,4 +1,4 @@ -#try_lock(C++11) +#try_lock (C++11) ```cpp namespace std { template diff --git a/reference/mutex/try_to_lock.md b/reference/mutex/try_to_lock.md index 74c0c20c12..ae0e3090f9 100644 --- a/reference/mutex/try_to_lock.md +++ b/reference/mutex/try_to_lock.md @@ -1,4 +1,4 @@ -#try_to_lock(C++11) +#try_to_lock (C++11) ```cpp namespace std { struct try_to_lock_t { }; diff --git a/reference/mutex/unique_lock.md b/reference/mutex/unique_lock.md index 547f3b32e3..0e6ae8681c 100644 --- a/reference/mutex/unique_lock.md +++ b/reference/mutex/unique_lock.md @@ -1,4 +1,4 @@ -#unique_lock(C++11) +#unique_lock (C++11) ```cpp namespace std { template class unique_lock; diff --git a/reference/mutex/unique_lock/-unique_lock.md b/reference/mutex/unique_lock/-unique_lock.md index a06f2e6495..424fee00be 100644 --- a/reference/mutex/unique_lock/-unique_lock.md +++ b/reference/mutex/unique_lock/-unique_lock.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~unique_lock(); ``` diff --git a/reference/mutex/unique_lock/lock.md b/reference/mutex/unique_lock/lock.md index 192eac8791..d0d8a6c784 100644 --- a/reference/mutex/unique_lock/lock.md +++ b/reference/mutex/unique_lock/lock.md @@ -1,4 +1,4 @@ -#lock(C++11) +#lock (C++11) ```cpp void lock(); ``` diff --git a/reference/mutex/unique_lock/mutex.md b/reference/mutex/unique_lock/mutex.md index 558abe31e2..8afadb5d1e 100644 --- a/reference/mutex/unique_lock/mutex.md +++ b/reference/mutex/unique_lock/mutex.md @@ -1,4 +1,4 @@ -#mutex(C++11) +#mutex (C++11) ```cpp mutex_type* mutex() const noexcept; ``` diff --git a/reference/mutex/unique_lock/op_bool.md b/reference/mutex/unique_lock/op_bool.md index 2982e34332..fbdad6b325 100644 --- a/reference/mutex/unique_lock/op_bool.md +++ b/reference/mutex/unique_lock/op_bool.md @@ -1,4 +1,4 @@ -#operator bool(C++11) +#operator bool (C++11) ```cpp explicit operator bool() const noexcept; ``` diff --git a/reference/mutex/unique_lock/owns_lock.md b/reference/mutex/unique_lock/owns_lock.md index 4ed6ba9805..b13c0de984 100644 --- a/reference/mutex/unique_lock/owns_lock.md +++ b/reference/mutex/unique_lock/owns_lock.md @@ -1,4 +1,4 @@ -#owns_lock(C++11) +#owns_lock (C++11) ```cpp bool owns_lock() const noexcept; ``` diff --git a/reference/mutex/unique_lock/release.md b/reference/mutex/unique_lock/release.md index b514007e47..9af6ca1424 100644 --- a/reference/mutex/unique_lock/release.md +++ b/reference/mutex/unique_lock/release.md @@ -1,4 +1,4 @@ -#release(C++11) +#release (C++11) ```cpp mutex_type* release() noexcept; ``` diff --git a/reference/mutex/unique_lock/swap.md b/reference/mutex/unique_lock/swap.md index 3f4b53d157..2d49b0964e 100644 --- a/reference/mutex/unique_lock/swap.md +++ b/reference/mutex/unique_lock/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(unique_lock& u) noexcept; ``` diff --git a/reference/mutex/unique_lock/swap_free.md b/reference/mutex/unique_lock/swap_free.md index 3b355229a7..74300e175a 100644 --- a/reference/mutex/unique_lock/swap_free.md +++ b/reference/mutex/unique_lock/swap_free.md @@ -1,4 +1,4 @@ -#swap(非メンバ関数)(C++11) +#swap(非メンバ関数) (C++11) ```cpp namespace std { template diff --git a/reference/mutex/unique_lock/try_lock.md b/reference/mutex/unique_lock/try_lock.md index 44f6f55c61..8f19c7b7aa 100644 --- a/reference/mutex/unique_lock/try_lock.md +++ b/reference/mutex/unique_lock/try_lock.md @@ -1,4 +1,4 @@ -#try_lock(C++11) +#try_lock (C++11) ```cpp bool try_lock(); ``` diff --git a/reference/mutex/unique_lock/try_lock_for.md b/reference/mutex/unique_lock/try_lock_for.md index 4956ee3390..81f6fe2a07 100644 --- a/reference/mutex/unique_lock/try_lock_for.md +++ b/reference/mutex/unique_lock/try_lock_for.md @@ -1,4 +1,4 @@ -#try_lock_for(C++11) +#try_lock_for (C++11) ```cpp template bool try_lock_for(const chrono::duration& rel_time); diff --git a/reference/mutex/unique_lock/try_lock_until.md b/reference/mutex/unique_lock/try_lock_until.md index e38c3b2d95..25c7c725b3 100644 --- a/reference/mutex/unique_lock/try_lock_until.md +++ b/reference/mutex/unique_lock/try_lock_until.md @@ -1,4 +1,4 @@ -#try_lock_until(C++11) +#try_lock_until (C++11) ```cpp template bool try_lock_until(const chrono::time_point& abs_time); diff --git a/reference/mutex/unique_lock/unique_lock.md b/reference/mutex/unique_lock/unique_lock.md index a92a59fdc4..8b2373d117 100644 --- a/reference/mutex/unique_lock/unique_lock.md +++ b/reference/mutex/unique_lock/unique_lock.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp unique_lock() noexcept; explicit unique_lock(mutex_type& m); diff --git a/reference/mutex/unique_lock/unlock.md b/reference/mutex/unique_lock/unlock.md index 85227e04dc..ef4164a114 100644 --- a/reference/mutex/unique_lock/unlock.md +++ b/reference/mutex/unique_lock/unlock.md @@ -1,4 +1,4 @@ -#unlock(C++11) +#unlock (C++11) ```cpp void unlock(); ``` diff --git a/reference/new/bad_array_new_length.md b/reference/new/bad_array_new_length.md index 56104f3396..1814b79075 100644 --- a/reference/new/bad_array_new_length.md +++ b/reference/new/bad_array_new_length.md @@ -1,4 +1,4 @@ -#bad_array_new_length(C++11) +#bad_array_new_length (C++11) ```cpp namespace std { class bad_array_new_length : public bad_alloc { diff --git a/reference/new/get_new_handler.md b/reference/new/get_new_handler.md index 9902d72b6e..20f6ad5ada 100644 --- a/reference/new/get_new_handler.md +++ b/reference/new/get_new_handler.md @@ -1,4 +1,4 @@ -#get_new_handler(C++11) +#get_new_handler (C++11) ```cpp namespace std { new_handler get_new_handler() noexcept; diff --git a/reference/numeric/iota.md b/reference/numeric/iota.md index 3925951747..003486fbdf 100644 --- a/reference/numeric/iota.md +++ b/reference/numeric/iota.md @@ -1,4 +1,4 @@ -#iota(C++11) +#iota (C++11) ```cpp namespace std{ template diff --git a/reference/queue/priority_queue/emplace.md b/reference/queue/priority_queue/emplace.md index 1312581bb9..53a0bb0322 100644 --- a/reference/queue/priority_queue/emplace.md +++ b/reference/queue/priority_queue/emplace.md @@ -1,4 +1,4 @@ -#emplace(C++11) +#emplace (C++11) ```cpp template void emplace(Args&&... args); diff --git a/reference/queue/priority_queue/swap.md b/reference/queue/priority_queue/swap.md index 2fa739909f..9d66758c47 100644 --- a/reference/queue/priority_queue/swap.md +++ b/reference/queue/priority_queue/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(priority_queue& q) noexcept(noexcept(swap(c, q.c)) && noexcept(swap(comp, q.comp))) diff --git a/reference/queue/priority_queue/swap_free.md b/reference/queue/priority_queue/swap_free.md index 4a4df81fbd..32169af1a2 100644 --- a/reference/queue/priority_queue/swap_free.md +++ b/reference/queue/priority_queue/swap_free.md @@ -1,4 +1,4 @@ -#swap(非メンバ関数)(C++11) +#swap(非メンバ関数) (C++11) ```cpp namespace std { template diff --git a/reference/queue/queue/emplace.md b/reference/queue/queue/emplace.md index 0b86886b2f..d7afae51a6 100644 --- a/reference/queue/queue/emplace.md +++ b/reference/queue/queue/emplace.md @@ -1,4 +1,4 @@ -#emplace(C++11) +#emplace (C++11) ```cpp template void emplace(Args&&... args) diff --git a/reference/queue/queue/swap.md b/reference/queue/queue/swap.md index e2518fdc5a..4a0dcf7407 100644 --- a/reference/queue/queue/swap.md +++ b/reference/queue/queue/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(queue& q) noexcept(noexcept(swap(c, q.c))) ``` diff --git a/reference/queue/queue/swap_free.md b/reference/queue/queue/swap_free.md index 9f8b225bbd..c0604a8918 100644 --- a/reference/queue/queue/swap_free.md +++ b/reference/queue/queue/swap_free.md @@ -1,4 +1,4 @@ -#swap(非メンバ関数)(C++11) +#swap(非メンバ関数) (C++11) ```cpp namespace std { template diff --git a/reference/random.md b/reference/random.md index 46421c86f3..afd1ecdcef 100644 --- a/reference/random.md +++ b/reference/random.md @@ -1,4 +1,4 @@ -#random(C++11) +#random (C++11) ``ヘッダは、擬似乱数を取り扱うための乱数生成器 (Random Number Generator) や分布生成器 (Distribution) 、非決定的な乱数生成器、及び関連する一連のクラス・関数を定義する乱数ライブラリである。 diff --git a/reference/random/bernoulli_distribution.md b/reference/random/bernoulli_distribution.md index 143d6ab32d..601f810597 100644 --- a/reference/random/bernoulli_distribution.md +++ b/reference/random/bernoulli_distribution.md @@ -1,4 +1,4 @@ -#bernoulli_distribution(C++11) +#bernoulli_distribution (C++11) ```cpp namespace std { class bernoulli_distribution; diff --git a/reference/random/bernoulli_distribution/bernoulli_distribution.md b/reference/random/bernoulli_distribution/bernoulli_distribution.md index 8fb576a8e6..10e80c93be 100644 --- a/reference/random/bernoulli_distribution/bernoulli_distribution.md +++ b/reference/random/bernoulli_distribution/bernoulli_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit bernoulli_distribution(double p = 0.5); explicit bernoulli_distribution(const param_type& parm); diff --git a/reference/random/bernoulli_distribution/max.md b/reference/random/bernoulli_distribution/max.md index 23b4df34a8..b1fd5b6fa8 100644 --- a/reference/random/bernoulli_distribution/max.md +++ b/reference/random/bernoulli_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/bernoulli_distribution/min.md b/reference/random/bernoulli_distribution/min.md index edffdc6434..f62452ea66 100644 --- a/reference/random/bernoulli_distribution/min.md +++ b/reference/random/bernoulli_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/bernoulli_distribution/op_call.md b/reference/random/bernoulli_distribution/op_call.md index 9114b019ab..6590c9f313 100644 --- a/reference/random/bernoulli_distribution/op_call.md +++ b/reference/random/bernoulli_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/bernoulli_distribution/op_equal.md b/reference/random/bernoulli_distribution/op_equal.md index 34508305da..618a0d6ad3 100644 --- a/reference/random/bernoulli_distribution/op_equal.md +++ b/reference/random/bernoulli_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { bool operator==( diff --git a/reference/random/bernoulli_distribution/op_istream.md b/reference/random/bernoulli_distribution/op_istream.md index 930caa3aad..2f9b00307d 100644 --- a/reference/random/bernoulli_distribution/op_istream.md +++ b/reference/random/bernoulli_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/bernoulli_distribution/op_not_equal.md b/reference/random/bernoulli_distribution/op_not_equal.md index 80431573c3..69fd6bf1c5 100644 --- a/reference/random/bernoulli_distribution/op_not_equal.md +++ b/reference/random/bernoulli_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { bool operator!=( diff --git a/reference/random/bernoulli_distribution/op_ostream.md b/reference/random/bernoulli_distribution/op_ostream.md index dfb775ef59..677f6b928c 100644 --- a/reference/random/bernoulli_distribution/op_ostream.md +++ b/reference/random/bernoulli_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/bernoulli_distribution/p.md b/reference/random/bernoulli_distribution/p.md index 1c08f4be64..68fe48cdef 100644 --- a/reference/random/bernoulli_distribution/p.md +++ b/reference/random/bernoulli_distribution/p.md @@ -1,4 +1,4 @@ -#p(C++11) +#p (C++11) ```cpp double p() const; ``` diff --git a/reference/random/bernoulli_distribution/param.md b/reference/random/bernoulli_distribution/param.md index 080e5e2ee1..fa027f1b28 100644 --- a/reference/random/bernoulli_distribution/param.md +++ b/reference/random/bernoulli_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/bernoulli_distribution/reset.md b/reference/random/bernoulli_distribution/reset.md index a2455d8b54..aa121878c6 100644 --- a/reference/random/bernoulli_distribution/reset.md +++ b/reference/random/bernoulli_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/binomial_distribution.md b/reference/random/binomial_distribution.md index 2b3bb1528d..70c5e243a2 100644 --- a/reference/random/binomial_distribution.md +++ b/reference/random/binomial_distribution.md @@ -1,4 +1,4 @@ -#binomial_distribution(C++11) +#binomial_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/binomial_distribution/binomial_distribution.md b/reference/random/binomial_distribution/binomial_distribution.md index 5885c9b001..9c5e706f18 100644 --- a/reference/random/binomial_distribution/binomial_distribution.md +++ b/reference/random/binomial_distribution/binomial_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit binomial_distribution(IntType t = 1, double p = 0.5); explicit binomial_distribution(const param_type& parm); diff --git a/reference/random/binomial_distribution/max.md b/reference/random/binomial_distribution/max.md index f4b3050a8b..23b4d40c1a 100644 --- a/reference/random/binomial_distribution/max.md +++ b/reference/random/binomial_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/binomial_distribution/min.md b/reference/random/binomial_distribution/min.md index 551f9559f0..46fdaae942 100644 --- a/reference/random/binomial_distribution/min.md +++ b/reference/random/binomial_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/binomial_distribution/op_call.md b/reference/random/binomial_distribution/op_call.md index 761cbb78db..d2d90fd694 100644 --- a/reference/random/binomial_distribution/op_call.md +++ b/reference/random/binomial_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/binomial_distribution/op_equal.md b/reference/random/binomial_distribution/op_equal.md index 1c91120700..833c16ab1e 100644 --- a/reference/random/binomial_distribution/op_equal.md +++ b/reference/random/binomial_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/binomial_distribution/op_istream.md b/reference/random/binomial_distribution/op_istream.md index f6d6d67cae..f85d84d3c3 100644 --- a/reference/random/binomial_distribution/op_istream.md +++ b/reference/random/binomial_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/binomial_distribution/op_not_equal.md b/reference/random/binomial_distribution/op_not_equal.md index afd1ea7b9b..a104a6152b 100644 --- a/reference/random/binomial_distribution/op_not_equal.md +++ b/reference/random/binomial_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/binomial_distribution/op_ostream.md b/reference/random/binomial_distribution/op_ostream.md index 77104cbab1..ab6f8f60d9 100644 --- a/reference/random/binomial_distribution/op_ostream.md +++ b/reference/random/binomial_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/binomial_distribution/p.md b/reference/random/binomial_distribution/p.md index 4bb28c24d8..8097647915 100644 --- a/reference/random/binomial_distribution/p.md +++ b/reference/random/binomial_distribution/p.md @@ -1,4 +1,4 @@ -#p(C++11) +#p (C++11) ```cpp double p() const; ``` diff --git a/reference/random/binomial_distribution/param.md b/reference/random/binomial_distribution/param.md index c3b53e7caf..10c14c3060 100644 --- a/reference/random/binomial_distribution/param.md +++ b/reference/random/binomial_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/binomial_distribution/reset.md b/reference/random/binomial_distribution/reset.md index b10d224d06..4a19da2622 100644 --- a/reference/random/binomial_distribution/reset.md +++ b/reference/random/binomial_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/binomial_distribution/t.md b/reference/random/binomial_distribution/t.md index b611aad760..db88eb1150 100644 --- a/reference/random/binomial_distribution/t.md +++ b/reference/random/binomial_distribution/t.md @@ -1,4 +1,4 @@ -#t(C++11) +#t (C++11) ```cpp IntType t() const; ``` diff --git a/reference/random/cauchy_distribution.md b/reference/random/cauchy_distribution.md index 3a4a523c92..daf47603d3 100644 --- a/reference/random/cauchy_distribution.md +++ b/reference/random/cauchy_distribution.md @@ -1,4 +1,4 @@ -#cauchy_distribution(C++11) +#cauchy_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/cauchy_distribution/a.md b/reference/random/cauchy_distribution/a.md index 327fa58e78..4aaa12a053 100644 --- a/reference/random/cauchy_distribution/a.md +++ b/reference/random/cauchy_distribution/a.md @@ -1,4 +1,4 @@ -#a(C++11) +#a (C++11) ```cpp result_type a() const; ``` diff --git a/reference/random/cauchy_distribution/b.md b/reference/random/cauchy_distribution/b.md index c020ddf84c..eeaf13da46 100644 --- a/reference/random/cauchy_distribution/b.md +++ b/reference/random/cauchy_distribution/b.md @@ -1,4 +1,4 @@ -#b(C++11) +#b (C++11) ```cpp result_type b() const; ``` diff --git a/reference/random/cauchy_distribution/cauchy_distribution.md b/reference/random/cauchy_distribution/cauchy_distribution.md index aaedb46b83..6f45310635 100644 --- a/reference/random/cauchy_distribution/cauchy_distribution.md +++ b/reference/random/cauchy_distribution/cauchy_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit cauchy_distribution(RealType a = 0.0, RealType b = 1.0); explicit cauchy_distribution(const param_type& parm); diff --git a/reference/random/cauchy_distribution/max.md b/reference/random/cauchy_distribution/max.md index 7229a3737a..c1af7bff0d 100644 --- a/reference/random/cauchy_distribution/max.md +++ b/reference/random/cauchy_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/cauchy_distribution/min.md b/reference/random/cauchy_distribution/min.md index 87e36dd45c..0f868b72e9 100644 --- a/reference/random/cauchy_distribution/min.md +++ b/reference/random/cauchy_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/cauchy_distribution/op_call.md b/reference/random/cauchy_distribution/op_call.md index ec7d7ee154..df422aad71 100644 --- a/reference/random/cauchy_distribution/op_call.md +++ b/reference/random/cauchy_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/cauchy_distribution/op_equal.md b/reference/random/cauchy_distribution/op_equal.md index c234a8220a..1c23ab44ba 100644 --- a/reference/random/cauchy_distribution/op_equal.md +++ b/reference/random/cauchy_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/cauchy_distribution/op_istream.md b/reference/random/cauchy_distribution/op_istream.md index dd86cbc90b..83384fcc11 100644 --- a/reference/random/cauchy_distribution/op_istream.md +++ b/reference/random/cauchy_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/cauchy_distribution/op_not_equal.md b/reference/random/cauchy_distribution/op_not_equal.md index 688695c84b..5fac5a86a1 100644 --- a/reference/random/cauchy_distribution/op_not_equal.md +++ b/reference/random/cauchy_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/cauchy_distribution/op_ostream.md b/reference/random/cauchy_distribution/op_ostream.md index 3353bea0a1..997c4e4a87 100644 --- a/reference/random/cauchy_distribution/op_ostream.md +++ b/reference/random/cauchy_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/cauchy_distribution/param.md b/reference/random/cauchy_distribution/param.md index 1d8086d51a..67b0d3765d 100644 --- a/reference/random/cauchy_distribution/param.md +++ b/reference/random/cauchy_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/cauchy_distribution/reset.md b/reference/random/cauchy_distribution/reset.md index 693ed1b22b..e063f655ba 100644 --- a/reference/random/cauchy_distribution/reset.md +++ b/reference/random/cauchy_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/chi_squared_distribution.md b/reference/random/chi_squared_distribution.md index ff5db465b1..c42a7c687f 100644 --- a/reference/random/chi_squared_distribution.md +++ b/reference/random/chi_squared_distribution.md @@ -1,4 +1,4 @@ -#chi_squared_distribution(C++11) +#chi_squared_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/chi_squared_distribution/chi_squared_distribution.md b/reference/random/chi_squared_distribution/chi_squared_distribution.md index 6b0f7bcbe8..821524aea5 100644 --- a/reference/random/chi_squared_distribution/chi_squared_distribution.md +++ b/reference/random/chi_squared_distribution/chi_squared_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit chi_squared_distribution(RealType n = 1); explicit chi_squared_distribution(const param_type& parm); diff --git a/reference/random/chi_squared_distribution/max.md b/reference/random/chi_squared_distribution/max.md index dfb12fabdd..386c681136 100644 --- a/reference/random/chi_squared_distribution/max.md +++ b/reference/random/chi_squared_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/chi_squared_distribution/min.md b/reference/random/chi_squared_distribution/min.md index 376216d423..315fb00c0d 100644 --- a/reference/random/chi_squared_distribution/min.md +++ b/reference/random/chi_squared_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/chi_squared_distribution/n.md b/reference/random/chi_squared_distribution/n.md index 3d622bc9ae..2b22da50e3 100644 --- a/reference/random/chi_squared_distribution/n.md +++ b/reference/random/chi_squared_distribution/n.md @@ -1,4 +1,4 @@ -#n(C++11) +#n (C++11) ```cpp result_type n() const; ``` diff --git a/reference/random/chi_squared_distribution/op_call.md b/reference/random/chi_squared_distribution/op_call.md index 9f0ff48e11..7aafb7ce23 100644 --- a/reference/random/chi_squared_distribution/op_call.md +++ b/reference/random/chi_squared_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/chi_squared_distribution/op_equal.md b/reference/random/chi_squared_distribution/op_equal.md index 8c58c7bfcc..b1b906de77 100644 --- a/reference/random/chi_squared_distribution/op_equal.md +++ b/reference/random/chi_squared_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/chi_squared_distribution/op_istream.md b/reference/random/chi_squared_distribution/op_istream.md index 59317a9f31..5b36e31242 100644 --- a/reference/random/chi_squared_distribution/op_istream.md +++ b/reference/random/chi_squared_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/chi_squared_distribution/op_not_equal.md b/reference/random/chi_squared_distribution/op_not_equal.md index b38e459314..b7b0bc7705 100644 --- a/reference/random/chi_squared_distribution/op_not_equal.md +++ b/reference/random/chi_squared_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/chi_squared_distribution/op_ostream.md b/reference/random/chi_squared_distribution/op_ostream.md index bf64b70301..3bdf632c5d 100644 --- a/reference/random/chi_squared_distribution/op_ostream.md +++ b/reference/random/chi_squared_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/chi_squared_distribution/param.md b/reference/random/chi_squared_distribution/param.md index afaacfc6a5..5fbb945623 100644 --- a/reference/random/chi_squared_distribution/param.md +++ b/reference/random/chi_squared_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/chi_squared_distribution/reset.md b/reference/random/chi_squared_distribution/reset.md index bd3f3fc128..355180daa8 100644 --- a/reference/random/chi_squared_distribution/reset.md +++ b/reference/random/chi_squared_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/discard_block_engine.md b/reference/random/discard_block_engine.md index 2001cb2643..ec14008333 100644 --- a/reference/random/discard_block_engine.md +++ b/reference/random/discard_block_engine.md @@ -1,4 +1,4 @@ -#discard_block_engine(C++11) +#discard_block_engine (C++11) ```cpp namespace std { template diff --git a/reference/random/discard_block_engine/base.md b/reference/random/discard_block_engine/base.md index d3129fae27..6d6b8017b3 100644 --- a/reference/random/discard_block_engine/base.md +++ b/reference/random/discard_block_engine/base.md @@ -1,4 +1,4 @@ -#base(C++11) +#base (C++11) ```cpp const Engine& base() const noexcept; ``` diff --git a/reference/random/discard_block_engine/discard.md b/reference/random/discard_block_engine/discard.md index 0a695287ca..974b0b9a58 100644 --- a/reference/random/discard_block_engine/discard.md +++ b/reference/random/discard_block_engine/discard.md @@ -1,4 +1,4 @@ -#discard(C++11) +#discard (C++11) ```cpp void discard(unsigned long long z); ``` diff --git a/reference/random/discard_block_engine/discard_block_engine.md b/reference/random/discard_block_engine/discard_block_engine.md index 28920515d9..32e63f6da1 100644 --- a/reference/random/discard_block_engine/discard_block_engine.md +++ b/reference/random/discard_block_engine/discard_block_engine.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp discard_block_engine(); explicit discard_block_engine(const Engine& e); diff --git a/reference/random/discard_block_engine/max.md b/reference/random/discard_block_engine/max.md index 82db267ab0..86cc124a14 100644 --- a/reference/random/discard_block_engine/max.md +++ b/reference/random/discard_block_engine/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp static constexpr result_type max() { return Engine::max(); } ``` diff --git a/reference/random/discard_block_engine/min.md b/reference/random/discard_block_engine/min.md index 4ac4d236c4..8437a5fdc9 100644 --- a/reference/random/discard_block_engine/min.md +++ b/reference/random/discard_block_engine/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp static constexpr result_type min() { return Engine::min(); } ``` diff --git a/reference/random/discard_block_engine/op_call.md b/reference/random/discard_block_engine/op_call.md index 385471096d..fff76125fb 100644 --- a/reference/random/discard_block_engine/op_call.md +++ b/reference/random/discard_block_engine/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp result_type operator()(); ``` diff --git a/reference/random/discard_block_engine/op_equal.md b/reference/random/discard_block_engine/op_equal.md index fb31e0baad..95eb8e14cd 100644 --- a/reference/random/discard_block_engine/op_equal.md +++ b/reference/random/discard_block_engine/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/discard_block_engine/op_istream.md b/reference/random/discard_block_engine/op_istream.md index 1d1c9152f2..0a0ef93fb7 100644 --- a/reference/random/discard_block_engine/op_istream.md +++ b/reference/random/discard_block_engine/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/discard_block_engine/op_ostream.md b/reference/random/discard_block_engine/op_ostream.md index 767be849db..081b426b77 100644 --- a/reference/random/discard_block_engine/op_ostream.md +++ b/reference/random/discard_block_engine/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/discrete_distribution/discrete_distribution.md b/reference/random/discrete_distribution/discrete_distribution.md index 28db7acdf4..a7c56444d8 100644 --- a/reference/random/discrete_distribution/discrete_distribution.md +++ b/reference/random/discrete_distribution/discrete_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp discrete_distribution(); diff --git a/reference/random/discrete_distribution/max.md b/reference/random/discrete_distribution/max.md index f932eb380f..c33e056804 100644 --- a/reference/random/discrete_distribution/max.md +++ b/reference/random/discrete_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/discrete_distribution/min.md b/reference/random/discrete_distribution/min.md index 6fd86d2bac..82e97d6ad8 100644 --- a/reference/random/discrete_distribution/min.md +++ b/reference/random/discrete_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/discrete_distribution/op_call.md b/reference/random/discrete_distribution/op_call.md index b589cf3426..d3c9609853 100644 --- a/reference/random/discrete_distribution/op_call.md +++ b/reference/random/discrete_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/discrete_distribution/op_equal.md b/reference/random/discrete_distribution/op_equal.md index f95e2659af..41e53f7171 100644 --- a/reference/random/discrete_distribution/op_equal.md +++ b/reference/random/discrete_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/discrete_distribution/op_istream.md b/reference/random/discrete_distribution/op_istream.md index 650ff0ed35..d42b02d519 100644 --- a/reference/random/discrete_distribution/op_istream.md +++ b/reference/random/discrete_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/discrete_distribution/op_not_equal.md b/reference/random/discrete_distribution/op_not_equal.md index 81d91d4c59..dc6298123b 100644 --- a/reference/random/discrete_distribution/op_not_equal.md +++ b/reference/random/discrete_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/discrete_distribution/op_ostream.md b/reference/random/discrete_distribution/op_ostream.md index 254e004aac..92f928f9bc 100644 --- a/reference/random/discrete_distribution/op_ostream.md +++ b/reference/random/discrete_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/discrete_distribution/param.md b/reference/random/discrete_distribution/param.md index 3a62cbcf8a..76ca81c44b 100644 --- a/reference/random/discrete_distribution/param.md +++ b/reference/random/discrete_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/discrete_distribution/probabilities.md b/reference/random/discrete_distribution/probabilities.md index 40c16ae982..6b306799e0 100644 --- a/reference/random/discrete_distribution/probabilities.md +++ b/reference/random/discrete_distribution/probabilities.md @@ -1,4 +1,4 @@ -#probabilities(C++11) +#probabilities (C++11) ```cpp vector probabilities() const; ``` diff --git a/reference/random/discrete_distribution/reset.md b/reference/random/discrete_distribution/reset.md index 1f1c6f982c..a8f39d6cc3 100644 --- a/reference/random/discrete_distribution/reset.md +++ b/reference/random/discrete_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/exponential_distribution.md b/reference/random/exponential_distribution.md index 0664379f80..a9f6a039d7 100644 --- a/reference/random/exponential_distribution.md +++ b/reference/random/exponential_distribution.md @@ -1,4 +1,4 @@ -#exponential_distribution(C++11) +#exponential_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/exponential_distribution/exponential_distribution.md b/reference/random/exponential_distribution/exponential_distribution.md index ef03b4da8f..778b1acfd1 100644 --- a/reference/random/exponential_distribution/exponential_distribution.md +++ b/reference/random/exponential_distribution/exponential_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit exponential_distribution(RealType lambda = 1.0); explicit exponential_distribution(const param_type& parm); diff --git a/reference/random/exponential_distribution/lambda.md b/reference/random/exponential_distribution/lambda.md index 93f90fe9ac..676b50f778 100644 --- a/reference/random/exponential_distribution/lambda.md +++ b/reference/random/exponential_distribution/lambda.md @@ -1,4 +1,4 @@ -#lambda(C++11) +#lambda (C++11) ```cpp result_type lambda() const; ``` diff --git a/reference/random/exponential_distribution/max.md b/reference/random/exponential_distribution/max.md index 6acac4ac13..5d986fe654 100644 --- a/reference/random/exponential_distribution/max.md +++ b/reference/random/exponential_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/exponential_distribution/min.md b/reference/random/exponential_distribution/min.md index 5038b7839a..cd32925470 100644 --- a/reference/random/exponential_distribution/min.md +++ b/reference/random/exponential_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/exponential_distribution/op_call.md b/reference/random/exponential_distribution/op_call.md index 3f5aeff877..e57020b13d 100644 --- a/reference/random/exponential_distribution/op_call.md +++ b/reference/random/exponential_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/exponential_distribution/op_equal.md b/reference/random/exponential_distribution/op_equal.md index 30a03f239e..68f234ac07 100644 --- a/reference/random/exponential_distribution/op_equal.md +++ b/reference/random/exponential_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/exponential_distribution/op_istream.md b/reference/random/exponential_distribution/op_istream.md index 971848b795..ce95c854d3 100644 --- a/reference/random/exponential_distribution/op_istream.md +++ b/reference/random/exponential_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/exponential_distribution/op_not_equal.md b/reference/random/exponential_distribution/op_not_equal.md index c219893381..6158018b29 100644 --- a/reference/random/exponential_distribution/op_not_equal.md +++ b/reference/random/exponential_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/exponential_distribution/op_ostream.md b/reference/random/exponential_distribution/op_ostream.md index 4dd988508a..01cedb6a54 100644 --- a/reference/random/exponential_distribution/op_ostream.md +++ b/reference/random/exponential_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/exponential_distribution/param.md b/reference/random/exponential_distribution/param.md index a7fa50b9dd..0d86f446ef 100644 --- a/reference/random/exponential_distribution/param.md +++ b/reference/random/exponential_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/exponential_distribution/reset.md b/reference/random/exponential_distribution/reset.md index ae6e18528d..b262859214 100644 --- a/reference/random/exponential_distribution/reset.md +++ b/reference/random/exponential_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/extreme_value_distribution.md b/reference/random/extreme_value_distribution.md index 4a10f8ec74..dbc1e98b08 100644 --- a/reference/random/extreme_value_distribution.md +++ b/reference/random/extreme_value_distribution.md @@ -1,4 +1,4 @@ -#extreme_value_distribution(C++11) +#extreme_value_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/extreme_value_distribution/a.md b/reference/random/extreme_value_distribution/a.md index 9969fce278..c7d659813a 100644 --- a/reference/random/extreme_value_distribution/a.md +++ b/reference/random/extreme_value_distribution/a.md @@ -1,4 +1,4 @@ -#a(C++11) +#a (C++11) ```cpp RealType a() const; ``` diff --git a/reference/random/extreme_value_distribution/b.md b/reference/random/extreme_value_distribution/b.md index 5c8451474f..7d6135b46e 100644 --- a/reference/random/extreme_value_distribution/b.md +++ b/reference/random/extreme_value_distribution/b.md @@ -1,4 +1,4 @@ -#b(C++11) +#b (C++11) ```cpp RealType b() const; ``` diff --git a/reference/random/extreme_value_distribution/extreme_value_distribution.md b/reference/random/extreme_value_distribution/extreme_value_distribution.md index 2472b7257c..0392a57037 100644 --- a/reference/random/extreme_value_distribution/extreme_value_distribution.md +++ b/reference/random/extreme_value_distribution/extreme_value_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit extreme_value_distribution(RealType a = 0.0, RealType b = 1.0); explicit extreme_value_distribution(const param_type& parm); diff --git a/reference/random/extreme_value_distribution/max.md b/reference/random/extreme_value_distribution/max.md index 942941b312..a41ef47695 100644 --- a/reference/random/extreme_value_distribution/max.md +++ b/reference/random/extreme_value_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/extreme_value_distribution/min.md b/reference/random/extreme_value_distribution/min.md index b113250395..9bdc1052ac 100644 --- a/reference/random/extreme_value_distribution/min.md +++ b/reference/random/extreme_value_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/extreme_value_distribution/op_call.md b/reference/random/extreme_value_distribution/op_call.md index 24738d2443..e6b18e0559 100644 --- a/reference/random/extreme_value_distribution/op_call.md +++ b/reference/random/extreme_value_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/extreme_value_distribution/op_equal.md b/reference/random/extreme_value_distribution/op_equal.md index 0b5c128a29..6bacee6d13 100644 --- a/reference/random/extreme_value_distribution/op_equal.md +++ b/reference/random/extreme_value_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/extreme_value_distribution/op_istream.md b/reference/random/extreme_value_distribution/op_istream.md index 67adcf957a..d8dcb4f18a 100644 --- a/reference/random/extreme_value_distribution/op_istream.md +++ b/reference/random/extreme_value_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/extreme_value_distribution/op_not_equal.md b/reference/random/extreme_value_distribution/op_not_equal.md index 8be5788061..d211633f6e 100644 --- a/reference/random/extreme_value_distribution/op_not_equal.md +++ b/reference/random/extreme_value_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/extreme_value_distribution/op_ostream.md b/reference/random/extreme_value_distribution/op_ostream.md index b7eb567d78..19a0ce7ac6 100644 --- a/reference/random/extreme_value_distribution/op_ostream.md +++ b/reference/random/extreme_value_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/extreme_value_distribution/param.md b/reference/random/extreme_value_distribution/param.md index 9b1d8d69e8..c61f7408c1 100644 --- a/reference/random/extreme_value_distribution/param.md +++ b/reference/random/extreme_value_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/extreme_value_distribution/reset.md b/reference/random/extreme_value_distribution/reset.md index 288f82312e..4d2118fcd9 100644 --- a/reference/random/extreme_value_distribution/reset.md +++ b/reference/random/extreme_value_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/fisher_f_distribution.md b/reference/random/fisher_f_distribution.md index 42fc04554b..5f88c86fde 100644 --- a/reference/random/fisher_f_distribution.md +++ b/reference/random/fisher_f_distribution.md @@ -1,4 +1,4 @@ -#fisher_f_distribution(C++11) +#fisher_f_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/fisher_f_distribution/fisher_f_distribution.md b/reference/random/fisher_f_distribution/fisher_f_distribution.md index 00eba01e4f..bc0296af80 100644 --- a/reference/random/fisher_f_distribution/fisher_f_distribution.md +++ b/reference/random/fisher_f_distribution/fisher_f_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit fisher_f_distribution(RealType m = 1, RealType n = 1); explicit fisher_f_distribution(const param_type& parm); diff --git a/reference/random/fisher_f_distribution/m.md b/reference/random/fisher_f_distribution/m.md index 52347c9d11..2f71412680 100644 --- a/reference/random/fisher_f_distribution/m.md +++ b/reference/random/fisher_f_distribution/m.md @@ -1,4 +1,4 @@ -#m(C++11) +#m (C++11) ```cpp result_type m() const; ``` diff --git a/reference/random/fisher_f_distribution/max.md b/reference/random/fisher_f_distribution/max.md index ad9d154f30..e29d8437e6 100644 --- a/reference/random/fisher_f_distribution/max.md +++ b/reference/random/fisher_f_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/fisher_f_distribution/min.md b/reference/random/fisher_f_distribution/min.md index 3478b71a96..5a162f16fc 100644 --- a/reference/random/fisher_f_distribution/min.md +++ b/reference/random/fisher_f_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/fisher_f_distribution/n.md b/reference/random/fisher_f_distribution/n.md index f9cafc63d3..6604a2238f 100644 --- a/reference/random/fisher_f_distribution/n.md +++ b/reference/random/fisher_f_distribution/n.md @@ -1,4 +1,4 @@ -#n(C++11) +#n (C++11) ```cpp result_type n() const; ``` diff --git a/reference/random/fisher_f_distribution/op_call.md b/reference/random/fisher_f_distribution/op_call.md index 605737aaff..ccfebd5822 100644 --- a/reference/random/fisher_f_distribution/op_call.md +++ b/reference/random/fisher_f_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/fisher_f_distribution/op_equal.md b/reference/random/fisher_f_distribution/op_equal.md index 25a6b3bcb2..ecd5b59299 100644 --- a/reference/random/fisher_f_distribution/op_equal.md +++ b/reference/random/fisher_f_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/fisher_f_distribution/op_istream.md b/reference/random/fisher_f_distribution/op_istream.md index 0ce4fbd61a..438b712746 100644 --- a/reference/random/fisher_f_distribution/op_istream.md +++ b/reference/random/fisher_f_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/fisher_f_distribution/op_not_equal.md b/reference/random/fisher_f_distribution/op_not_equal.md index 7e8090ad2d..9395497cdd 100644 --- a/reference/random/fisher_f_distribution/op_not_equal.md +++ b/reference/random/fisher_f_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/fisher_f_distribution/op_ostream.md b/reference/random/fisher_f_distribution/op_ostream.md index 3d9247087e..52b4f08d51 100644 --- a/reference/random/fisher_f_distribution/op_ostream.md +++ b/reference/random/fisher_f_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/fisher_f_distribution/param.md b/reference/random/fisher_f_distribution/param.md index 8153bf80c4..8d5952a44b 100644 --- a/reference/random/fisher_f_distribution/param.md +++ b/reference/random/fisher_f_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/fisher_f_distribution/reset.md b/reference/random/fisher_f_distribution/reset.md index 4ce7872d27..721621209e 100644 --- a/reference/random/fisher_f_distribution/reset.md +++ b/reference/random/fisher_f_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/gamma_distribution.md b/reference/random/gamma_distribution.md index 72f1bc1fec..d0157578ae 100644 --- a/reference/random/gamma_distribution.md +++ b/reference/random/gamma_distribution.md @@ -1,4 +1,4 @@ -#gamma_distribution(C++11) +#gamma_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/gamma_distribution/alpha.md b/reference/random/gamma_distribution/alpha.md index 8f4d4a8705..5ec2655026 100644 --- a/reference/random/gamma_distribution/alpha.md +++ b/reference/random/gamma_distribution/alpha.md @@ -1,4 +1,4 @@ -#alpha(C++11) +#alpha (C++11) ```cpp result_type alpha() const; ``` diff --git a/reference/random/gamma_distribution/beta.md b/reference/random/gamma_distribution/beta.md index 5dc5439d83..654ca5f054 100644 --- a/reference/random/gamma_distribution/beta.md +++ b/reference/random/gamma_distribution/beta.md @@ -1,4 +1,4 @@ -#beta(C++11) +#beta (C++11) ```cpp result_type beta() const; ``` diff --git a/reference/random/gamma_distribution/gamma_distribution.md b/reference/random/gamma_distribution/gamma_distribution.md index 362072d51c..55bae8673f 100644 --- a/reference/random/gamma_distribution/gamma_distribution.md +++ b/reference/random/gamma_distribution/gamma_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit gamma_distribution(RealType alpha = 1.0, RealType beta = 1.0); explicit gamma_distribution(const param_type& parm); diff --git a/reference/random/gamma_distribution/max.md b/reference/random/gamma_distribution/max.md index 2c1c37a25f..32f6107168 100644 --- a/reference/random/gamma_distribution/max.md +++ b/reference/random/gamma_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/gamma_distribution/min.md b/reference/random/gamma_distribution/min.md index c2d39c34a2..efb71d6a2e 100644 --- a/reference/random/gamma_distribution/min.md +++ b/reference/random/gamma_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/gamma_distribution/op_call.md b/reference/random/gamma_distribution/op_call.md index 2e62c35de3..6050a21ae0 100644 --- a/reference/random/gamma_distribution/op_call.md +++ b/reference/random/gamma_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/gamma_distribution/op_equal.md b/reference/random/gamma_distribution/op_equal.md index f798131d7b..bfe37e7cd8 100644 --- a/reference/random/gamma_distribution/op_equal.md +++ b/reference/random/gamma_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/gamma_distribution/op_istream.md b/reference/random/gamma_distribution/op_istream.md index aea065ff7b..12474c74c5 100644 --- a/reference/random/gamma_distribution/op_istream.md +++ b/reference/random/gamma_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/gamma_distribution/op_not_equal.md b/reference/random/gamma_distribution/op_not_equal.md index 6251f3ec64..342a15024d 100644 --- a/reference/random/gamma_distribution/op_not_equal.md +++ b/reference/random/gamma_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/gamma_distribution/op_ostream.md b/reference/random/gamma_distribution/op_ostream.md index a58e891d3f..bc692cc206 100644 --- a/reference/random/gamma_distribution/op_ostream.md +++ b/reference/random/gamma_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/gamma_distribution/param.md b/reference/random/gamma_distribution/param.md index ab2da2f3cb..84c335c64a 100644 --- a/reference/random/gamma_distribution/param.md +++ b/reference/random/gamma_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/gamma_distribution/reset.md b/reference/random/gamma_distribution/reset.md index 940a428d21..64a30ea70b 100644 --- a/reference/random/gamma_distribution/reset.md +++ b/reference/random/gamma_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/generate_canonical.md b/reference/random/generate_canonical.md index 1da036c728..d82b2c7020 100644 --- a/reference/random/generate_canonical.md +++ b/reference/random/generate_canonical.md @@ -1,4 +1,4 @@ -#generate_canonical(C++11) +#generate_canonical (C++11) ```cpp namespace std { template diff --git a/reference/random/geometric_distribution.md b/reference/random/geometric_distribution.md index c449041e58..5d645dc4af 100644 --- a/reference/random/geometric_distribution.md +++ b/reference/random/geometric_distribution.md @@ -1,4 +1,4 @@ -#geometric_distribution(C++11) +#geometric_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/geometric_distribution/geometric_distribution.md b/reference/random/geometric_distribution/geometric_distribution.md index 502420c861..1d7bbc1721 100644 --- a/reference/random/geometric_distribution/geometric_distribution.md +++ b/reference/random/geometric_distribution/geometric_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit geometric_distribution(double p = 0.5); explicit geometric_distribution(const param_type& parm); diff --git a/reference/random/geometric_distribution/max.md b/reference/random/geometric_distribution/max.md index 7675d589e1..f0ef4fd634 100644 --- a/reference/random/geometric_distribution/max.md +++ b/reference/random/geometric_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/geometric_distribution/min.md b/reference/random/geometric_distribution/min.md index 0dfdc725f8..fe72a8d8b9 100644 --- a/reference/random/geometric_distribution/min.md +++ b/reference/random/geometric_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/geometric_distribution/op_call.md b/reference/random/geometric_distribution/op_call.md index 4aef5f6b49..765b7d452f 100644 --- a/reference/random/geometric_distribution/op_call.md +++ b/reference/random/geometric_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/geometric_distribution/op_equal.md b/reference/random/geometric_distribution/op_equal.md index 0f9305532e..5a047fe3ad 100644 --- a/reference/random/geometric_distribution/op_equal.md +++ b/reference/random/geometric_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/geometric_distribution/op_istream.md b/reference/random/geometric_distribution/op_istream.md index 8ee96d2921..6134b2abfe 100644 --- a/reference/random/geometric_distribution/op_istream.md +++ b/reference/random/geometric_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/geometric_distribution/op_not_equal.md b/reference/random/geometric_distribution/op_not_equal.md index e95b82416a..194fb91c5c 100644 --- a/reference/random/geometric_distribution/op_not_equal.md +++ b/reference/random/geometric_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/geometric_distribution/op_ostream.md b/reference/random/geometric_distribution/op_ostream.md index 428d3ddbfd..85b8c3eec8 100644 --- a/reference/random/geometric_distribution/op_ostream.md +++ b/reference/random/geometric_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/geometric_distribution/p.md b/reference/random/geometric_distribution/p.md index 6313e418df..a39c4de3c4 100644 --- a/reference/random/geometric_distribution/p.md +++ b/reference/random/geometric_distribution/p.md @@ -1,4 +1,4 @@ -#p(C++11) +#p (C++11) ```cpp double p() const; ``` diff --git a/reference/random/geometric_distribution/param.md b/reference/random/geometric_distribution/param.md index 1744173d78..952a71918d 100644 --- a/reference/random/geometric_distribution/param.md +++ b/reference/random/geometric_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/geometric_distribution/reset.md b/reference/random/geometric_distribution/reset.md index ea21510a4e..c7aba8ba0c 100644 --- a/reference/random/geometric_distribution/reset.md +++ b/reference/random/geometric_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/independent_bits_engine.md b/reference/random/independent_bits_engine.md index 02a713a04f..638782d238 100644 --- a/reference/random/independent_bits_engine.md +++ b/reference/random/independent_bits_engine.md @@ -1,4 +1,4 @@ -#independent_bits_engine(C++11) +#independent_bits_engine (C++11) ```cpp namespace std { template diff --git a/reference/random/independent_bits_engine/base.md b/reference/random/independent_bits_engine/base.md index a34d310ed3..2f3d173d68 100644 --- a/reference/random/independent_bits_engine/base.md +++ b/reference/random/independent_bits_engine/base.md @@ -1,4 +1,4 @@ -#base(C++11) +#base (C++11) ```cpp const Engine& base() const noexcept; ``` diff --git a/reference/random/independent_bits_engine/discard.md b/reference/random/independent_bits_engine/discard.md index 8e892a39dc..d07772eb80 100644 --- a/reference/random/independent_bits_engine/discard.md +++ b/reference/random/independent_bits_engine/discard.md @@ -1,4 +1,4 @@ -#discard(C++11) +#discard (C++11) ```cpp void discard(unsigned long long z); ``` diff --git a/reference/random/independent_bits_engine/independent_bits_engine.md b/reference/random/independent_bits_engine/independent_bits_engine.md index a645188c47..e6c80cb0ad 100644 --- a/reference/random/independent_bits_engine/independent_bits_engine.md +++ b/reference/random/independent_bits_engine/independent_bits_engine.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp independent_bits_engine(); explicit independent_bits_engine(const Engine& e); diff --git a/reference/random/independent_bits_engine/max.md b/reference/random/independent_bits_engine/max.md index 75288dc55f..ac7002a1b9 100644 --- a/reference/random/independent_bits_engine/max.md +++ b/reference/random/independent_bits_engine/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp static constexpr result_type max(); ``` diff --git a/reference/random/independent_bits_engine/min.md b/reference/random/independent_bits_engine/min.md index 90452b2766..55ee2e20d4 100644 --- a/reference/random/independent_bits_engine/min.md +++ b/reference/random/independent_bits_engine/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp static constexpr result_type min() { return 0; } ``` diff --git a/reference/random/independent_bits_engine/op_call.md b/reference/random/independent_bits_engine/op_call.md index 27711e9343..12d91cdd8f 100644 --- a/reference/random/independent_bits_engine/op_call.md +++ b/reference/random/independent_bits_engine/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp result_type operator()(); ``` diff --git a/reference/random/independent_bits_engine/op_equal.md b/reference/random/independent_bits_engine/op_equal.md index 0b8c0b38b4..0bfbeda655 100644 --- a/reference/random/independent_bits_engine/op_equal.md +++ b/reference/random/independent_bits_engine/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/independent_bits_engine/op_istream.md b/reference/random/independent_bits_engine/op_istream.md index d48869338c..9566db8fba 100644 --- a/reference/random/independent_bits_engine/op_istream.md +++ b/reference/random/independent_bits_engine/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/independent_bits_engine/op_ostream.md b/reference/random/independent_bits_engine/op_ostream.md index 93601c8287..2f46d72889 100644 --- a/reference/random/independent_bits_engine/op_ostream.md +++ b/reference/random/independent_bits_engine/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/linear_congruential_engine/discard.md b/reference/random/linear_congruential_engine/discard.md index 2732bbe9a5..98666fa335 100644 --- a/reference/random/linear_congruential_engine/discard.md +++ b/reference/random/linear_congruential_engine/discard.md @@ -1,4 +1,4 @@ -#discard(C++11) +#discard (C++11) ```cpp void discard(unsigned long long z); ``` diff --git a/reference/random/linear_congruential_engine/linear_congruential_engine.md b/reference/random/linear_congruential_engine/linear_congruential_engine.md index dedae1e666..d7b1e0b0ab 100644 --- a/reference/random/linear_congruential_engine/linear_congruential_engine.md +++ b/reference/random/linear_congruential_engine/linear_congruential_engine.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit linear_congruential_engine(result_type s = default_seed); template explicit linear_congruential_engine(Sseq& q); diff --git a/reference/random/linear_congruential_engine/max.md b/reference/random/linear_congruential_engine/max.md index d18f6dca02..5359fcb748 100644 --- a/reference/random/linear_congruential_engine/max.md +++ b/reference/random/linear_congruential_engine/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp static constexpr result_type max() { return M - 1u; } ``` diff --git a/reference/random/linear_congruential_engine/min.md b/reference/random/linear_congruential_engine/min.md index cf8beead2a..25bebf1585 100644 --- a/reference/random/linear_congruential_engine/min.md +++ b/reference/random/linear_congruential_engine/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp static constexpr result_type min() { return C == 0u ? 1u: 0u; } ``` diff --git a/reference/random/linear_congruential_engine/op_call.md b/reference/random/linear_congruential_engine/op_call.md index 77c3a0eb9e..9e5d9660ac 100644 --- a/reference/random/linear_congruential_engine/op_call.md +++ b/reference/random/linear_congruential_engine/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp result_type operator()(); ``` diff --git a/reference/random/linear_congruential_engine/op_equal.md b/reference/random/linear_congruential_engine/op_equal.md index 2dd1d1c9a2..5ed3fa4ff6 100644 --- a/reference/random/linear_congruential_engine/op_equal.md +++ b/reference/random/linear_congruential_engine/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/linear_congruential_engine/op_istream.md b/reference/random/linear_congruential_engine/op_istream.md index a261d3638b..df009802d6 100644 --- a/reference/random/linear_congruential_engine/op_istream.md +++ b/reference/random/linear_congruential_engine/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/linear_congruential_engine/op_ostream.md b/reference/random/linear_congruential_engine/op_ostream.md index aa670eaa20..821796475c 100644 --- a/reference/random/linear_congruential_engine/op_ostream.md +++ b/reference/random/linear_congruential_engine/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template void seed(Sseq& q); diff --git a/reference/random/lognormal_distribution.md b/reference/random/lognormal_distribution.md index 8c3d6a27eb..be8c04cdb9 100644 --- a/reference/random/lognormal_distribution.md +++ b/reference/random/lognormal_distribution.md @@ -1,4 +1,4 @@ -#lognormal_distribution(C++11) +#lognormal_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/lognormal_distribution/lognormal_distribution.md b/reference/random/lognormal_distribution/lognormal_distribution.md index 2738a425e2..81ac8364f7 100644 --- a/reference/random/lognormal_distribution/lognormal_distribution.md +++ b/reference/random/lognormal_distribution/lognormal_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit lognormal_distribution(RealType m = 0.0, RealType s = 1.0); explicit lognormal_distribution(const param_type& param); diff --git a/reference/random/lognormal_distribution/m.md b/reference/random/lognormal_distribution/m.md index 5928e94c87..20da68cd0f 100644 --- a/reference/random/lognormal_distribution/m.md +++ b/reference/random/lognormal_distribution/m.md @@ -1,4 +1,4 @@ -#m(C++11) +#m (C++11) ```cpp result_type m() const; ``` diff --git a/reference/random/lognormal_distribution/max.md b/reference/random/lognormal_distribution/max.md index fd11fb413d..b1d896c4c5 100644 --- a/reference/random/lognormal_distribution/max.md +++ b/reference/random/lognormal_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/lognormal_distribution/min.md b/reference/random/lognormal_distribution/min.md index 600213064e..e3b37bcb45 100644 --- a/reference/random/lognormal_distribution/min.md +++ b/reference/random/lognormal_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/lognormal_distribution/op_call.md b/reference/random/lognormal_distribution/op_call.md index 6982484458..7524db91c6 100644 --- a/reference/random/lognormal_distribution/op_call.md +++ b/reference/random/lognormal_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/lognormal_distribution/op_equal.md b/reference/random/lognormal_distribution/op_equal.md index 5b866c1140..8d7a46af37 100644 --- a/reference/random/lognormal_distribution/op_equal.md +++ b/reference/random/lognormal_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/lognormal_distribution/op_istream.md b/reference/random/lognormal_distribution/op_istream.md index 301614b0d6..528e356e3b 100644 --- a/reference/random/lognormal_distribution/op_istream.md +++ b/reference/random/lognormal_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/lognormal_distribution/op_not_equal.md b/reference/random/lognormal_distribution/op_not_equal.md index f7bde4a7e2..dc116cf440 100644 --- a/reference/random/lognormal_distribution/op_not_equal.md +++ b/reference/random/lognormal_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/lognormal_distribution/op_ostream.md b/reference/random/lognormal_distribution/op_ostream.md index 4b86c33476..06235d210d 100644 --- a/reference/random/lognormal_distribution/op_ostream.md +++ b/reference/random/lognormal_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/lognormal_distribution/param.md b/reference/random/lognormal_distribution/param.md index 4a6dee94e6..137a612a23 100644 --- a/reference/random/lognormal_distribution/param.md +++ b/reference/random/lognormal_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/lognormal_distribution/reset.md b/reference/random/lognormal_distribution/reset.md index 669fe0abfa..cbcea10651 100644 --- a/reference/random/lognormal_distribution/reset.md +++ b/reference/random/lognormal_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/lognormal_distribution/s.md b/reference/random/lognormal_distribution/s.md index ce86dc2e24..f0ca2d3747 100644 --- a/reference/random/lognormal_distribution/s.md +++ b/reference/random/lognormal_distribution/s.md @@ -1,4 +1,4 @@ -#s(C++11) +#s (C++11) ```cpp result_type s() const; ``` diff --git a/reference/random/mersenne_twister_engine.md b/reference/random/mersenne_twister_engine.md index 78ce3f078a..3ff01bc0aa 100644 --- a/reference/random/mersenne_twister_engine.md +++ b/reference/random/mersenne_twister_engine.md @@ -1,4 +1,4 @@ -#mersenne_twister_engine(C++11) +#mersenne_twister_engine (C++11) ```cpp namespace std { template explicit mersenne_twister_engine(Sseq& q); diff --git a/reference/random/mersenne_twister_engine/min.md b/reference/random/mersenne_twister_engine/min.md index fb053a2ffd..2ea8ae630e 100644 --- a/reference/random/mersenne_twister_engine/min.md +++ b/reference/random/mersenne_twister_engine/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp static constexpr result_type min(); ``` diff --git a/reference/random/mersenne_twister_engine/op_call.md b/reference/random/mersenne_twister_engine/op_call.md index f8fc30808a..af7dcb6e70 100644 --- a/reference/random/mersenne_twister_engine/op_call.md +++ b/reference/random/mersenne_twister_engine/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp result_type operator()(); ``` diff --git a/reference/random/mersenne_twister_engine/op_equal.md b/reference/random/mersenne_twister_engine/op_equal.md index aefb1e0baf..8c91c85e62 100644 --- a/reference/random/mersenne_twister_engine/op_equal.md +++ b/reference/random/mersenne_twister_engine/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template >(C++11) +#operator>> (C++11) ```cpp namespace std { template void seed(Sseq& q); diff --git a/reference/random/minstd_rand.md b/reference/random/minstd_rand.md index 53ecc715c8..d631effe91 100644 --- a/reference/random/minstd_rand.md +++ b/reference/random/minstd_rand.md @@ -1,4 +1,4 @@ -#minstd_rand(C++11) +#minstd_rand (C++11) ```cpp namespace std { typedef diff --git a/reference/random/minstd_rand0.md b/reference/random/minstd_rand0.md index 143f834e85..2a1c2265be 100644 --- a/reference/random/minstd_rand0.md +++ b/reference/random/minstd_rand0.md @@ -1,4 +1,4 @@ -#minstd_rand0(C++11) +#minstd_rand0 (C++11) ```cpp namespace std { typedef diff --git a/reference/random/mt19937.md b/reference/random/mt19937.md index f405bc4f18..0292f0b6f2 100644 --- a/reference/random/mt19937.md +++ b/reference/random/mt19937.md @@ -1,4 +1,4 @@ -#mt19937(C++11) +#mt19937 (C++11) ```cpp namespace std { typedef diff --git a/reference/random/mt19937_64.md b/reference/random/mt19937_64.md index 84d1c4d8c6..30ed6dbcdc 100644 --- a/reference/random/mt19937_64.md +++ b/reference/random/mt19937_64.md @@ -1,4 +1,4 @@ -#mt19937_64(C++11) +#mt19937_64 (C++11) ```cpp namespace std { typedef diff --git a/reference/random/negative_binomial_distribution.md b/reference/random/negative_binomial_distribution.md index 96bdb6f058..1c0fc204ca 100644 --- a/reference/random/negative_binomial_distribution.md +++ b/reference/random/negative_binomial_distribution.md @@ -1,4 +1,4 @@ -#negative_binomial_distribution(C++11) +#negative_binomial_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/negative_binomial_distribution/k.md b/reference/random/negative_binomial_distribution/k.md index a0566e06e1..1eec637dd2 100644 --- a/reference/random/negative_binomial_distribution/k.md +++ b/reference/random/negative_binomial_distribution/k.md @@ -1,4 +1,4 @@ -#k(C++11) +#k (C++11) ```cpp IntType k() const; ``` diff --git a/reference/random/negative_binomial_distribution/max.md b/reference/random/negative_binomial_distribution/max.md index 1f95b363ec..1622264381 100644 --- a/reference/random/negative_binomial_distribution/max.md +++ b/reference/random/negative_binomial_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/negative_binomial_distribution/min.md b/reference/random/negative_binomial_distribution/min.md index 834f528d27..55e1af5972 100644 --- a/reference/random/negative_binomial_distribution/min.md +++ b/reference/random/negative_binomial_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/negative_binomial_distribution/negative_bernoulli_distribution.md b/reference/random/negative_binomial_distribution/negative_bernoulli_distribution.md index 41e134dd98..d62a3c685d 100644 --- a/reference/random/negative_binomial_distribution/negative_bernoulli_distribution.md +++ b/reference/random/negative_binomial_distribution/negative_bernoulli_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit negative_binomial_distribution(IntType k = 1, double p = 0.5); explicit negative_binomial_distribution(const param_type& parm); diff --git a/reference/random/negative_binomial_distribution/op_call.md b/reference/random/negative_binomial_distribution/op_call.md index f2dedbbd25..603080ee91 100644 --- a/reference/random/negative_binomial_distribution/op_call.md +++ b/reference/random/negative_binomial_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/negative_binomial_distribution/op_equal.md b/reference/random/negative_binomial_distribution/op_equal.md index 1dfff06707..b1fd758a61 100644 --- a/reference/random/negative_binomial_distribution/op_equal.md +++ b/reference/random/negative_binomial_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/negative_binomial_distribution/op_istream.md b/reference/random/negative_binomial_distribution/op_istream.md index 408c802859..22b1188616 100644 --- a/reference/random/negative_binomial_distribution/op_istream.md +++ b/reference/random/negative_binomial_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/negative_binomial_distribution/op_not_equal.md b/reference/random/negative_binomial_distribution/op_not_equal.md index c6952a2758..95f217a265 100644 --- a/reference/random/negative_binomial_distribution/op_not_equal.md +++ b/reference/random/negative_binomial_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/negative_binomial_distribution/op_ostream.md b/reference/random/negative_binomial_distribution/op_ostream.md index 6861d098e2..834078b803 100644 --- a/reference/random/negative_binomial_distribution/op_ostream.md +++ b/reference/random/negative_binomial_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/negative_binomial_distribution/p.md b/reference/random/negative_binomial_distribution/p.md index 5eaa825f2b..7633825687 100644 --- a/reference/random/negative_binomial_distribution/p.md +++ b/reference/random/negative_binomial_distribution/p.md @@ -1,4 +1,4 @@ -#p(C++11) +#p (C++11) ```cpp double p() const; ``` diff --git a/reference/random/negative_binomial_distribution/param.md b/reference/random/negative_binomial_distribution/param.md index a8bb31202e..2cc7c4e92f 100644 --- a/reference/random/negative_binomial_distribution/param.md +++ b/reference/random/negative_binomial_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/negative_binomial_distribution/reset.md b/reference/random/negative_binomial_distribution/reset.md index f23ad6d862..3a080faac8 100644 --- a/reference/random/negative_binomial_distribution/reset.md +++ b/reference/random/negative_binomial_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/normal_distribution.md b/reference/random/normal_distribution.md index d368610148..978ebda70f 100644 --- a/reference/random/normal_distribution.md +++ b/reference/random/normal_distribution.md @@ -1,4 +1,4 @@ -#normal_distribution(C++11) +#normal_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/normal_distribution/max.md b/reference/random/normal_distribution/max.md index a2f06a0188..dd49b17468 100644 --- a/reference/random/normal_distribution/max.md +++ b/reference/random/normal_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/normal_distribution/mean.md b/reference/random/normal_distribution/mean.md index e33e6c9dda..68c33a2376 100644 --- a/reference/random/normal_distribution/mean.md +++ b/reference/random/normal_distribution/mean.md @@ -1,4 +1,4 @@ -#mean(C++11) +#mean (C++11) ```cpp result_type mean() const; ``` diff --git a/reference/random/normal_distribution/min.md b/reference/random/normal_distribution/min.md index dc3e6382ce..6aaf4ebdba 100644 --- a/reference/random/normal_distribution/min.md +++ b/reference/random/normal_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/normal_distribution/normal_distribution.md b/reference/random/normal_distribution/normal_distribution.md index 94fab14b6c..0c941ff797 100644 --- a/reference/random/normal_distribution/normal_distribution.md +++ b/reference/random/normal_distribution/normal_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit normal_distribution(RealType mean = 0.0, RealType stddev = 1.0); explicit normal_distribution(const param_type& parm); diff --git a/reference/random/normal_distribution/op_call.md b/reference/random/normal_distribution/op_call.md index d819fcd88d..1d9a0cba33 100644 --- a/reference/random/normal_distribution/op_call.md +++ b/reference/random/normal_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/normal_distribution/op_equal.md b/reference/random/normal_distribution/op_equal.md index b38abf3f25..f17ae2d712 100644 --- a/reference/random/normal_distribution/op_equal.md +++ b/reference/random/normal_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/normal_distribution/op_istream.md b/reference/random/normal_distribution/op_istream.md index 83acbb6ead..36c8fb7ee9 100644 --- a/reference/random/normal_distribution/op_istream.md +++ b/reference/random/normal_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/normal_distribution/op_not_equal.md b/reference/random/normal_distribution/op_not_equal.md index 550d960a79..2e3a5970b3 100644 --- a/reference/random/normal_distribution/op_not_equal.md +++ b/reference/random/normal_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/normal_distribution/op_ostream.md b/reference/random/normal_distribution/op_ostream.md index 3b692c4759..0f4ae775ec 100644 --- a/reference/random/normal_distribution/op_ostream.md +++ b/reference/random/normal_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/normal_distribution/param.md b/reference/random/normal_distribution/param.md index 208b900356..83a4af6598 100644 --- a/reference/random/normal_distribution/param.md +++ b/reference/random/normal_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/normal_distribution/reset.md b/reference/random/normal_distribution/reset.md index 24dc70e1e8..875512bd46 100644 --- a/reference/random/normal_distribution/reset.md +++ b/reference/random/normal_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/normal_distribution/stddev.md b/reference/random/normal_distribution/stddev.md index 8dcc710070..c50136535d 100644 --- a/reference/random/normal_distribution/stddev.md +++ b/reference/random/normal_distribution/stddev.md @@ -1,4 +1,4 @@ -#stddev(C++11) +#stddev (C++11) ```cpp result_type stddev() const; ``` diff --git a/reference/random/piecewise_constant_distribution.md b/reference/random/piecewise_constant_distribution.md index 5be812ff36..57aca33a4a 100644 --- a/reference/random/piecewise_constant_distribution.md +++ b/reference/random/piecewise_constant_distribution.md @@ -1,4 +1,4 @@ -#piecewise_constant_distribution(C++11) +#piecewise_constant_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/piecewise_constant_distribution/densities.md b/reference/random/piecewise_constant_distribution/densities.md index 104ac12810..d4239f29bb 100644 --- a/reference/random/piecewise_constant_distribution/densities.md +++ b/reference/random/piecewise_constant_distribution/densities.md @@ -1,4 +1,4 @@ -#densities(C++11) +#densities (C++11) ```cpp vector densities() const; ``` diff --git a/reference/random/piecewise_constant_distribution/intervals.md b/reference/random/piecewise_constant_distribution/intervals.md index eef469dc5b..fa688bc062 100644 --- a/reference/random/piecewise_constant_distribution/intervals.md +++ b/reference/random/piecewise_constant_distribution/intervals.md @@ -1,4 +1,4 @@ -#intervals(C++11) +#intervals (C++11) ```cpp vector intervals() const; ``` diff --git a/reference/random/piecewise_constant_distribution/max.md b/reference/random/piecewise_constant_distribution/max.md index 4e48499f08..2f3a00cba8 100644 --- a/reference/random/piecewise_constant_distribution/max.md +++ b/reference/random/piecewise_constant_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/piecewise_constant_distribution/min.md b/reference/random/piecewise_constant_distribution/min.md index e0ab6367d5..75bf6c4d96 100644 --- a/reference/random/piecewise_constant_distribution/min.md +++ b/reference/random/piecewise_constant_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/piecewise_constant_distribution/op_call.md b/reference/random/piecewise_constant_distribution/op_call.md index 4647a54960..08862c8006 100644 --- a/reference/random/piecewise_constant_distribution/op_call.md +++ b/reference/random/piecewise_constant_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/piecewise_constant_distribution/op_equal.md b/reference/random/piecewise_constant_distribution/op_equal.md index eb84c0fbe7..61a2a61f9e 100644 --- a/reference/random/piecewise_constant_distribution/op_equal.md +++ b/reference/random/piecewise_constant_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/piecewise_constant_distribution/op_istream.md b/reference/random/piecewise_constant_distribution/op_istream.md index 336f49a98e..7d9d33266a 100644 --- a/reference/random/piecewise_constant_distribution/op_istream.md +++ b/reference/random/piecewise_constant_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/piecewise_constant_distribution/op_not_equal.md b/reference/random/piecewise_constant_distribution/op_not_equal.md index 64a60113b5..4ead041d85 100644 --- a/reference/random/piecewise_constant_distribution/op_not_equal.md +++ b/reference/random/piecewise_constant_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/piecewise_constant_distribution/op_ostream.md b/reference/random/piecewise_constant_distribution/op_ostream.md index f51bd1e81c..100b7f9ef7 100644 --- a/reference/random/piecewise_constant_distribution/op_ostream.md +++ b/reference/random/piecewise_constant_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/piecewise_constant_distribution/param.md b/reference/random/piecewise_constant_distribution/param.md index 78d259d22e..896e187a39 100644 --- a/reference/random/piecewise_constant_distribution/param.md +++ b/reference/random/piecewise_constant_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/piecewise_constant_distribution/piecewise_constant_distribution.md b/reference/random/piecewise_constant_distribution/piecewise_constant_distribution.md index 155370fb90..669b582f4e 100644 --- a/reference/random/piecewise_constant_distribution/piecewise_constant_distribution.md +++ b/reference/random/piecewise_constant_distribution/piecewise_constant_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp piecewise_constant_distribution(); diff --git a/reference/random/piecewise_constant_distribution/reset.md b/reference/random/piecewise_constant_distribution/reset.md index d2a75019f2..1c109f2612 100644 --- a/reference/random/piecewise_constant_distribution/reset.md +++ b/reference/random/piecewise_constant_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/piecewise_linear_distribution.md b/reference/random/piecewise_linear_distribution.md index 954efc1a3b..c53b3c05fd 100644 --- a/reference/random/piecewise_linear_distribution.md +++ b/reference/random/piecewise_linear_distribution.md @@ -1,4 +1,4 @@ -#piecewise_linear_distribution(C++11) +#piecewise_linear_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/piecewise_linear_distribution/densities.md b/reference/random/piecewise_linear_distribution/densities.md index 6dc97b72d0..a02e23703e 100644 --- a/reference/random/piecewise_linear_distribution/densities.md +++ b/reference/random/piecewise_linear_distribution/densities.md @@ -1,4 +1,4 @@ -#densities(C++11) +#densities (C++11) ```cpp vector densities() const; ``` diff --git a/reference/random/piecewise_linear_distribution/intervals.md b/reference/random/piecewise_linear_distribution/intervals.md index 64eb3df457..0dd6e8d467 100644 --- a/reference/random/piecewise_linear_distribution/intervals.md +++ b/reference/random/piecewise_linear_distribution/intervals.md @@ -1,4 +1,4 @@ -#intervals(C++11) +#intervals (C++11) ```cpp vector intervals() const; ``` diff --git a/reference/random/piecewise_linear_distribution/max.md b/reference/random/piecewise_linear_distribution/max.md index 77f2af4e26..35a1a53626 100644 --- a/reference/random/piecewise_linear_distribution/max.md +++ b/reference/random/piecewise_linear_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/piecewise_linear_distribution/min.md b/reference/random/piecewise_linear_distribution/min.md index 194946e9d0..59ed9243fd 100644 --- a/reference/random/piecewise_linear_distribution/min.md +++ b/reference/random/piecewise_linear_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/piecewise_linear_distribution/op_call.md b/reference/random/piecewise_linear_distribution/op_call.md index 83ac2f05ff..78ec22ca3c 100644 --- a/reference/random/piecewise_linear_distribution/op_call.md +++ b/reference/random/piecewise_linear_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/piecewise_linear_distribution/op_equal.md b/reference/random/piecewise_linear_distribution/op_equal.md index d40b053376..39e3e7c10c 100644 --- a/reference/random/piecewise_linear_distribution/op_equal.md +++ b/reference/random/piecewise_linear_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/piecewise_linear_distribution/op_istream.md b/reference/random/piecewise_linear_distribution/op_istream.md index d8987a12a9..f02d9b1b22 100644 --- a/reference/random/piecewise_linear_distribution/op_istream.md +++ b/reference/random/piecewise_linear_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/piecewise_linear_distribution/op_not_equal.md b/reference/random/piecewise_linear_distribution/op_not_equal.md index 4be1839b8e..b1493ef492 100644 --- a/reference/random/piecewise_linear_distribution/op_not_equal.md +++ b/reference/random/piecewise_linear_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/piecewise_linear_distribution/op_ostream.md b/reference/random/piecewise_linear_distribution/op_ostream.md index d400bab82d..fa03edbf20 100644 --- a/reference/random/piecewise_linear_distribution/op_ostream.md +++ b/reference/random/piecewise_linear_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/piecewise_linear_distribution/param.md b/reference/random/piecewise_linear_distribution/param.md index ca738ded8e..40d4faf63f 100644 --- a/reference/random/piecewise_linear_distribution/param.md +++ b/reference/random/piecewise_linear_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/piecewise_linear_distribution/piecewise_linear_distribution.md b/reference/random/piecewise_linear_distribution/piecewise_linear_distribution.md index 22d39e7f9d..24133354ad 100644 --- a/reference/random/piecewise_linear_distribution/piecewise_linear_distribution.md +++ b/reference/random/piecewise_linear_distribution/piecewise_linear_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp piecewise_linear_distribution(); diff --git a/reference/random/piecewise_linear_distribution/reset.md b/reference/random/piecewise_linear_distribution/reset.md index 977e988a4a..42c1c0dc43 100644 --- a/reference/random/piecewise_linear_distribution/reset.md +++ b/reference/random/piecewise_linear_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/poisson_distribution.md b/reference/random/poisson_distribution.md index 98c1333d47..438c7dacc5 100644 --- a/reference/random/poisson_distribution.md +++ b/reference/random/poisson_distribution.md @@ -1,4 +1,4 @@ -#poisson_distribution(C++11) +#poisson_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/poisson_distribution/max.md b/reference/random/poisson_distribution/max.md index 4603183e05..3342251f0b 100644 --- a/reference/random/poisson_distribution/max.md +++ b/reference/random/poisson_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/poisson_distribution/mean.md b/reference/random/poisson_distribution/mean.md index 19b308d4bf..7e00f88bb2 100644 --- a/reference/random/poisson_distribution/mean.md +++ b/reference/random/poisson_distribution/mean.md @@ -1,4 +1,4 @@ -#mean(C++11) +#mean (C++11) ```cpp double mean() const; ``` diff --git a/reference/random/poisson_distribution/min.md b/reference/random/poisson_distribution/min.md index 0c2f6a646a..f02fa71c5d 100644 --- a/reference/random/poisson_distribution/min.md +++ b/reference/random/poisson_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/poisson_distribution/op_call.md b/reference/random/poisson_distribution/op_call.md index df4495e7e2..9fbfc41336 100644 --- a/reference/random/poisson_distribution/op_call.md +++ b/reference/random/poisson_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/poisson_distribution/op_equal.md b/reference/random/poisson_distribution/op_equal.md index fd5134cf88..99037f90ec 100644 --- a/reference/random/poisson_distribution/op_equal.md +++ b/reference/random/poisson_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/poisson_distribution/op_istream.md b/reference/random/poisson_distribution/op_istream.md index 3e7538009a..76cf972409 100644 --- a/reference/random/poisson_distribution/op_istream.md +++ b/reference/random/poisson_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/poisson_distribution/op_not_equal.md b/reference/random/poisson_distribution/op_not_equal.md index 48b6e2adc6..cf462731e5 100644 --- a/reference/random/poisson_distribution/op_not_equal.md +++ b/reference/random/poisson_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/poisson_distribution/op_ostream.md b/reference/random/poisson_distribution/op_ostream.md index d329929244..56a6190fdf 100644 --- a/reference/random/poisson_distribution/op_ostream.md +++ b/reference/random/poisson_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/poisson_distribution/param.md b/reference/random/poisson_distribution/param.md index d81a49d372..bc438642d5 100644 --- a/reference/random/poisson_distribution/param.md +++ b/reference/random/poisson_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/poisson_distribution/poisson_distribution.md b/reference/random/poisson_distribution/poisson_distribution.md index 9edf132f92..7f65c8fd17 100644 --- a/reference/random/poisson_distribution/poisson_distribution.md +++ b/reference/random/poisson_distribution/poisson_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit poisson_distribution(double mean = 1.0); explicit poisson_distribution(const param_type& parm); diff --git a/reference/random/poisson_distribution/reset.md b/reference/random/poisson_distribution/reset.md index 933c842006..4e248f9ac0 100644 --- a/reference/random/poisson_distribution/reset.md +++ b/reference/random/poisson_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/random_device.md b/reference/random/random_device.md index 7849804351..67c433f65b 100644 --- a/reference/random/random_device.md +++ b/reference/random/random_device.md @@ -1,4 +1,4 @@ -#random_device(C++11) +#random_device (C++11) ```cpp namespace std { class random_device; diff --git a/reference/random/random_device/entropy.md b/reference/random/random_device/entropy.md index a0ae36dd44..b959354223 100644 --- a/reference/random/random_device/entropy.md +++ b/reference/random/random_device/entropy.md @@ -1,4 +1,4 @@ -#entropy(C++11) +#entropy (C++11) ```cpp double entropy() const noexcept; ``` diff --git a/reference/random/random_device/max.md b/reference/random/random_device/max.md index 17f04fe35f..12a0b8843a 100644 --- a/reference/random/random_device/max.md +++ b/reference/random/random_device/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp static constexpr result_type max(); ``` diff --git a/reference/random/random_device/min.md b/reference/random/random_device/min.md index d4ca58a2b1..f2fd9a51b8 100644 --- a/reference/random/random_device/min.md +++ b/reference/random/random_device/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp static constexpr result_type min(); ``` diff --git a/reference/random/random_device/op_call.md b/reference/random/random_device/op_call.md index 1e0f692156..e1a3aacb0e 100644 --- a/reference/random/random_device/op_call.md +++ b/reference/random/random_device/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp result_type operator()(); ``` diff --git a/reference/random/random_device/random_device.md b/reference/random/random_device/random_device.md index eb2db038a8..0a9d93f8c1 100644 --- a/reference/random/random_device/random_device.md +++ b/reference/random/random_device/random_device.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit random_device(const string& token = implementation-defined); diff --git a/reference/random/ranlux24.md b/reference/random/ranlux24.md index 7a738255dd..a0d5610c6a 100644 --- a/reference/random/ranlux24.md +++ b/reference/random/ranlux24.md @@ -1,4 +1,4 @@ -#ranlux24(C++11) +#ranlux24 (C++11) ```cpp namespace std { typedef diff --git a/reference/random/ranlux24_base.md b/reference/random/ranlux24_base.md index 698c38955a..174649b373 100644 --- a/reference/random/ranlux24_base.md +++ b/reference/random/ranlux24_base.md @@ -1,4 +1,4 @@ -#ranlux24_base(C++11) +#ranlux24_base (C++11) ```cpp namespace std { typedef diff --git a/reference/random/ranlux48.md b/reference/random/ranlux48.md index 26ac400b76..2a5491c900 100644 --- a/reference/random/ranlux48.md +++ b/reference/random/ranlux48.md @@ -1,4 +1,4 @@ -#ranlux48(C++11) +#ranlux48 (C++11) ```cpp namespace std { typedef diff --git a/reference/random/ranlux48_base.md b/reference/random/ranlux48_base.md index 214049fbea..d51b425db4 100644 --- a/reference/random/ranlux48_base.md +++ b/reference/random/ranlux48_base.md @@ -1,4 +1,4 @@ -#ranlux48_base(C++11) +#ranlux48_base (C++11) ```cpp namespace std { typedef diff --git a/reference/random/seed_seq.md b/reference/random/seed_seq.md index 87fd2a85ec..4675f05617 100644 --- a/reference/random/seed_seq.md +++ b/reference/random/seed_seq.md @@ -1,4 +1,4 @@ -#seed_seq(C++11) +#seed_seq (C++11) ```cpp namespace std { class seed_seq; diff --git a/reference/random/seed_seq/generate.md b/reference/random/seed_seq/generate.md index 9c0bde1bef..4dcd1274f2 100644 --- a/reference/random/seed_seq/generate.md +++ b/reference/random/seed_seq/generate.md @@ -1,4 +1,4 @@ -#generate(C++11) +#generate (C++11) ```cpp template void generate(RandomAccessIterator begin, RandomAccessIterator end); diff --git a/reference/random/seed_seq/param.md b/reference/random/seed_seq/param.md index 860ea0056f..e89cff421d 100644 --- a/reference/random/seed_seq/param.md +++ b/reference/random/seed_seq/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp template void param(OutputIterator dest) const; diff --git a/reference/random/seed_seq/seed_seq.md b/reference/random/seed_seq/seed_seq.md index 2484db413b..2eb8e80fe1 100644 --- a/reference/random/seed_seq/seed_seq.md +++ b/reference/random/seed_seq/seed_seq.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp seed_seq(); diff --git a/reference/random/seed_seq/size.md b/reference/random/seed_seq/size.md index 448ad85cfd..fe7b11973e 100644 --- a/reference/random/seed_seq/size.md +++ b/reference/random/seed_seq/size.md @@ -1,4 +1,4 @@ -#size(C++11) +#size (C++11) ```cpp size_t size() const; ``` diff --git a/reference/random/shuffle_order_engine.md b/reference/random/shuffle_order_engine.md index a405046370..8e65352251 100644 --- a/reference/random/shuffle_order_engine.md +++ b/reference/random/shuffle_order_engine.md @@ -1,4 +1,4 @@ -#shuffle_order_engine(C++11) +#shuffle_order_engine (C++11) ```cpp namespace std { template diff --git a/reference/random/shuffle_order_engine/base.md b/reference/random/shuffle_order_engine/base.md index 6f7df37bca..9cad00b5b2 100644 --- a/reference/random/shuffle_order_engine/base.md +++ b/reference/random/shuffle_order_engine/base.md @@ -1,4 +1,4 @@ -#base(C++11) +#base (C++11) ```cpp const Engine& base() const noexcept; ``` diff --git a/reference/random/shuffle_order_engine/discard.md b/reference/random/shuffle_order_engine/discard.md index 417e2b2213..97093493a6 100644 --- a/reference/random/shuffle_order_engine/discard.md +++ b/reference/random/shuffle_order_engine/discard.md @@ -1,4 +1,4 @@ -#discard(C++11) +#discard (C++11) ```cpp void discard(unsigned long long z); ``` diff --git a/reference/random/shuffle_order_engine/max.md b/reference/random/shuffle_order_engine/max.md index e57376f0a1..573915b7c6 100644 --- a/reference/random/shuffle_order_engine/max.md +++ b/reference/random/shuffle_order_engine/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp static constexpr result_type max() { return Engine::max(); } ``` diff --git a/reference/random/shuffle_order_engine/min.md b/reference/random/shuffle_order_engine/min.md index d78c1ac2e6..8028a0a1ec 100644 --- a/reference/random/shuffle_order_engine/min.md +++ b/reference/random/shuffle_order_engine/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp static constexpr result_type min() { return Engine::min(); } ``` diff --git a/reference/random/shuffle_order_engine/op_call.md b/reference/random/shuffle_order_engine/op_call.md index e06e582e5f..ccdc0b077f 100644 --- a/reference/random/shuffle_order_engine/op_call.md +++ b/reference/random/shuffle_order_engine/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp result_type operator()(); ``` diff --git a/reference/random/shuffle_order_engine/op_equal.md b/reference/random/shuffle_order_engine/op_equal.md index 05b5411955..020154095b 100644 --- a/reference/random/shuffle_order_engine/op_equal.md +++ b/reference/random/shuffle_order_engine/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/shuffle_order_engine/op_istream.md b/reference/random/shuffle_order_engine/op_istream.md index bd8592a973..91bfcebaa6 100644 --- a/reference/random/shuffle_order_engine/op_istream.md +++ b/reference/random/shuffle_order_engine/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/shuffle_order_engine/op_ostream.md b/reference/random/shuffle_order_engine/op_ostream.md index 3a3ed53a64..d46a25d1b2 100644 --- a/reference/random/shuffle_order_engine/op_ostream.md +++ b/reference/random/shuffle_order_engine/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/student_t_distribution/max.md b/reference/random/student_t_distribution/max.md index 1c33f2b03e..f1f769145f 100644 --- a/reference/random/student_t_distribution/max.md +++ b/reference/random/student_t_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/student_t_distribution/min.md b/reference/random/student_t_distribution/min.md index 7b0db03abd..fb15a8c633 100644 --- a/reference/random/student_t_distribution/min.md +++ b/reference/random/student_t_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/student_t_distribution/n.md b/reference/random/student_t_distribution/n.md index d7e1d03372..f23d8fa0fd 100644 --- a/reference/random/student_t_distribution/n.md +++ b/reference/random/student_t_distribution/n.md @@ -1,4 +1,4 @@ -#n(C++11) +#n (C++11) ```cpp result_type n() const; ``` diff --git a/reference/random/student_t_distribution/op_call.md b/reference/random/student_t_distribution/op_call.md index 678133233b..6bfba640e5 100644 --- a/reference/random/student_t_distribution/op_call.md +++ b/reference/random/student_t_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/student_t_distribution/op_equal.md b/reference/random/student_t_distribution/op_equal.md index 0f74ca9e97..dedc88b1e6 100644 --- a/reference/random/student_t_distribution/op_equal.md +++ b/reference/random/student_t_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/student_t_distribution/op_istream.md b/reference/random/student_t_distribution/op_istream.md index 50df4cbdf6..053374140a 100644 --- a/reference/random/student_t_distribution/op_istream.md +++ b/reference/random/student_t_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/student_t_distribution/op_not_equal.md b/reference/random/student_t_distribution/op_not_equal.md index 0fb961c380..8dde25259d 100644 --- a/reference/random/student_t_distribution/op_not_equal.md +++ b/reference/random/student_t_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/student_t_distribution/op_ostream.md b/reference/random/student_t_distribution/op_ostream.md index 264eba4eb8..3e1f7e9522 100644 --- a/reference/random/student_t_distribution/op_ostream.md +++ b/reference/random/student_t_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/student_t_distribution/param.md b/reference/random/student_t_distribution/param.md index 26dc214661..a2e2d80d4f 100644 --- a/reference/random/student_t_distribution/param.md +++ b/reference/random/student_t_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/student_t_distribution/reset.md b/reference/random/student_t_distribution/reset.md index 08cf24e26e..5c10d2254f 100644 --- a/reference/random/student_t_distribution/reset.md +++ b/reference/random/student_t_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/student_t_distribution/student_t_distribution.md b/reference/random/student_t_distribution/student_t_distribution.md index 0fac2937b7..87eb3aee03 100644 --- a/reference/random/student_t_distribution/student_t_distribution.md +++ b/reference/random/student_t_distribution/student_t_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit student_t_distribution(RealType n = 1); explicit student_t_distribution(const param_type& parm); diff --git a/reference/random/subtract_with_carry_engine.md b/reference/random/subtract_with_carry_engine.md index 8edf2220d3..f2cfc69d96 100644 --- a/reference/random/subtract_with_carry_engine.md +++ b/reference/random/subtract_with_carry_engine.md @@ -1,4 +1,4 @@ -#subtract_with_carry_engine(C++11) +#subtract_with_carry_engine (C++11) ```cpp namespace std { template diff --git a/reference/random/subtract_with_carry_engine/discard.md b/reference/random/subtract_with_carry_engine/discard.md index 647b635b2f..adcfb49dbf 100644 --- a/reference/random/subtract_with_carry_engine/discard.md +++ b/reference/random/subtract_with_carry_engine/discard.md @@ -1,4 +1,4 @@ -#discard(C++11) +#discard (C++11) ```cpp void discard(unsigned long long z); ``` diff --git a/reference/random/subtract_with_carry_engine/max.md b/reference/random/subtract_with_carry_engine/max.md index a164ae6097..b288a762ba 100644 --- a/reference/random/subtract_with_carry_engine/max.md +++ b/reference/random/subtract_with_carry_engine/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp static constexpr result_type max() { return m - 1; } ``` diff --git a/reference/random/subtract_with_carry_engine/min.md b/reference/random/subtract_with_carry_engine/min.md index c87f279cc5..c95db3853a 100644 --- a/reference/random/subtract_with_carry_engine/min.md +++ b/reference/random/subtract_with_carry_engine/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp static constexpr result_type min() { return 0; } ``` diff --git a/reference/random/subtract_with_carry_engine/op_call.md b/reference/random/subtract_with_carry_engine/op_call.md index cb43f5bafd..a0488922dc 100644 --- a/reference/random/subtract_with_carry_engine/op_call.md +++ b/reference/random/subtract_with_carry_engine/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp result_type operator()(); ``` diff --git a/reference/random/subtract_with_carry_engine/op_equal.md b/reference/random/subtract_with_carry_engine/op_equal.md index 9f58f87281..c73d3d6f2c 100644 --- a/reference/random/subtract_with_carry_engine/op_equal.md +++ b/reference/random/subtract_with_carry_engine/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/subtract_with_carry_engine/op_istream.md b/reference/random/subtract_with_carry_engine/op_istream.md index 77ba4f1715..c81ae60380 100644 --- a/reference/random/subtract_with_carry_engine/op_istream.md +++ b/reference/random/subtract_with_carry_engine/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/subtract_with_carry_engine/op_ostream.md b/reference/random/subtract_with_carry_engine/op_ostream.md index 9ee6d8f202..f1333799a8 100644 --- a/reference/random/subtract_with_carry_engine/op_ostream.md +++ b/reference/random/subtract_with_carry_engine/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template void seed(Sseq& q); diff --git a/reference/random/subtract_with_carry_engine/subtract_with_carry_engine.md b/reference/random/subtract_with_carry_engine/subtract_with_carry_engine.md index cfb4a28108..24fe624c04 100644 --- a/reference/random/subtract_with_carry_engine/subtract_with_carry_engine.md +++ b/reference/random/subtract_with_carry_engine/subtract_with_carry_engine.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit subtract_with_carry_engine(result_type value = default_seed); template explicit subtract_with_carry_engine(Sseq& q); diff --git a/reference/random/uniform_int_distribution.md b/reference/random/uniform_int_distribution.md index 2c91505e65..a340f2d0cd 100644 --- a/reference/random/uniform_int_distribution.md +++ b/reference/random/uniform_int_distribution.md @@ -1,4 +1,4 @@ -#uniform_int_distribution(C++11) +#uniform_int_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/uniform_int_distribution/a.md b/reference/random/uniform_int_distribution/a.md index e8fb5b4203..7cf826d4dd 100644 --- a/reference/random/uniform_int_distribution/a.md +++ b/reference/random/uniform_int_distribution/a.md @@ -1,4 +1,4 @@ -#a(C++11) +#a (C++11) ```cpp result_type a() const; ``` diff --git a/reference/random/uniform_int_distribution/b.md b/reference/random/uniform_int_distribution/b.md index 5bb9d29ee8..37afb767fb 100644 --- a/reference/random/uniform_int_distribution/b.md +++ b/reference/random/uniform_int_distribution/b.md @@ -1,4 +1,4 @@ -#b(C++11) +#b (C++11) ```cpp result_type b() const; ``` diff --git a/reference/random/uniform_int_distribution/max.md b/reference/random/uniform_int_distribution/max.md index e0b7927265..7216325a76 100644 --- a/reference/random/uniform_int_distribution/max.md +++ b/reference/random/uniform_int_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/uniform_int_distribution/min.md b/reference/random/uniform_int_distribution/min.md index 16a4e79509..5c5134aadd 100644 --- a/reference/random/uniform_int_distribution/min.md +++ b/reference/random/uniform_int_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/uniform_int_distribution/op_call.md b/reference/random/uniform_int_distribution/op_call.md index cb5e0f21ed..4ef3e5e7db 100644 --- a/reference/random/uniform_int_distribution/op_call.md +++ b/reference/random/uniform_int_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/uniform_int_distribution/op_equal.md b/reference/random/uniform_int_distribution/op_equal.md index d4792a7901..caeec183f4 100644 --- a/reference/random/uniform_int_distribution/op_equal.md +++ b/reference/random/uniform_int_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/uniform_int_distribution/op_istream.md b/reference/random/uniform_int_distribution/op_istream.md index 596ef43e07..29e426d764 100644 --- a/reference/random/uniform_int_distribution/op_istream.md +++ b/reference/random/uniform_int_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/uniform_int_distribution/op_not_equal.md b/reference/random/uniform_int_distribution/op_not_equal.md index 8027a91d48..c914c652d7 100644 --- a/reference/random/uniform_int_distribution/op_not_equal.md +++ b/reference/random/uniform_int_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/uniform_int_distribution/op_ostream.md b/reference/random/uniform_int_distribution/op_ostream.md index 62ff4588c3..e43350f7ba 100644 --- a/reference/random/uniform_int_distribution/op_ostream.md +++ b/reference/random/uniform_int_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/uniform_int_distribution/param.md b/reference/random/uniform_int_distribution/param.md index 9fba9870d5..ce666fa695 100644 --- a/reference/random/uniform_int_distribution/param.md +++ b/reference/random/uniform_int_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/uniform_int_distribution/reset.md b/reference/random/uniform_int_distribution/reset.md index f3cc5838ff..784db09a8b 100644 --- a/reference/random/uniform_int_distribution/reset.md +++ b/reference/random/uniform_int_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/uniform_int_distribution/uniform_int_distribution.md b/reference/random/uniform_int_distribution/uniform_int_distribution.md index 176eb08159..2df82ad63e 100644 --- a/reference/random/uniform_int_distribution/uniform_int_distribution.md +++ b/reference/random/uniform_int_distribution/uniform_int_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit uniform_int_distribution(IntType a = 0, IntType b = numeric_limits::max()); explicit uniform_int_distribution(const param_type& parm); diff --git a/reference/random/uniform_real_distribution.md b/reference/random/uniform_real_distribution.md index e57cfb465f..c30778de4a 100644 --- a/reference/random/uniform_real_distribution.md +++ b/reference/random/uniform_real_distribution.md @@ -1,4 +1,4 @@ -#uniform_real_distribution(C++11) +#uniform_real_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/uniform_real_distribution/a.md b/reference/random/uniform_real_distribution/a.md index 2f4618a976..68f012a500 100644 --- a/reference/random/uniform_real_distribution/a.md +++ b/reference/random/uniform_real_distribution/a.md @@ -1,4 +1,4 @@ -#a(C++11) +#a (C++11) ```cpp result_type a() const; ``` diff --git a/reference/random/uniform_real_distribution/b.md b/reference/random/uniform_real_distribution/b.md index e91118317d..6cc6cf6f04 100644 --- a/reference/random/uniform_real_distribution/b.md +++ b/reference/random/uniform_real_distribution/b.md @@ -1,4 +1,4 @@ -#b(C++11) +#b (C++11) ```cpp result_type b() const; ``` diff --git a/reference/random/uniform_real_distribution/max.md b/reference/random/uniform_real_distribution/max.md index 7c438c37ff..12aec5dcbf 100644 --- a/reference/random/uniform_real_distribution/max.md +++ b/reference/random/uniform_real_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/uniform_real_distribution/min.md b/reference/random/uniform_real_distribution/min.md index 35fbfcaa5f..e122900341 100644 --- a/reference/random/uniform_real_distribution/min.md +++ b/reference/random/uniform_real_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/uniform_real_distribution/op_call.md b/reference/random/uniform_real_distribution/op_call.md index 837e67566c..f0b25fcbd1 100644 --- a/reference/random/uniform_real_distribution/op_call.md +++ b/reference/random/uniform_real_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/uniform_real_distribution/op_equal.md b/reference/random/uniform_real_distribution/op_equal.md index c3e70288fc..e022db4d82 100644 --- a/reference/random/uniform_real_distribution/op_equal.md +++ b/reference/random/uniform_real_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/uniform_real_distribution/op_istream.md b/reference/random/uniform_real_distribution/op_istream.md index 7c566356d1..d1a95652bf 100644 --- a/reference/random/uniform_real_distribution/op_istream.md +++ b/reference/random/uniform_real_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/uniform_real_distribution/op_not_equal.md b/reference/random/uniform_real_distribution/op_not_equal.md index 1bf8f49fa1..c468a257c8 100644 --- a/reference/random/uniform_real_distribution/op_not_equal.md +++ b/reference/random/uniform_real_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/uniform_real_distribution/op_ostream.md b/reference/random/uniform_real_distribution/op_ostream.md index 4aedf93c5d..b91399e188 100644 --- a/reference/random/uniform_real_distribution/op_ostream.md +++ b/reference/random/uniform_real_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/uniform_real_distribution/param.md b/reference/random/uniform_real_distribution/param.md index e5e5249373..b3c1da2b28 100644 --- a/reference/random/uniform_real_distribution/param.md +++ b/reference/random/uniform_real_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/uniform_real_distribution/reset.md b/reference/random/uniform_real_distribution/reset.md index 0da5e4bc14..625fd8a091 100644 --- a/reference/random/uniform_real_distribution/reset.md +++ b/reference/random/uniform_real_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/uniform_real_distribution/uniform_real_distribution.md b/reference/random/uniform_real_distribution/uniform_real_distribution.md index b6169ab0ea..b2ae75a522 100644 --- a/reference/random/uniform_real_distribution/uniform_real_distribution.md +++ b/reference/random/uniform_real_distribution/uniform_real_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit uniform_real_distribution(RealType a = 0.0, RealType b = 1.0); explicit uniform_real_distribution(const param_type& parm); diff --git a/reference/random/weibull_distribution.md b/reference/random/weibull_distribution.md index c40d7d1982..a7d1b23e3e 100644 --- a/reference/random/weibull_distribution.md +++ b/reference/random/weibull_distribution.md @@ -1,4 +1,4 @@ -#weibull_distribution(C++11) +#weibull_distribution (C++11) ```cpp namespace std { template diff --git a/reference/random/weibull_distribution/a.md b/reference/random/weibull_distribution/a.md index ace840fdf9..2c05849091 100644 --- a/reference/random/weibull_distribution/a.md +++ b/reference/random/weibull_distribution/a.md @@ -1,4 +1,4 @@ -#a(C++11) +#a (C++11) ```cpp RealType a() const; ``` diff --git a/reference/random/weibull_distribution/b.md b/reference/random/weibull_distribution/b.md index 99bca3f95e..d008c65901 100644 --- a/reference/random/weibull_distribution/b.md +++ b/reference/random/weibull_distribution/b.md @@ -1,4 +1,4 @@ -#b(C++11) +#b (C++11) ```cpp RealType b() const; ``` diff --git a/reference/random/weibull_distribution/max.md b/reference/random/weibull_distribution/max.md index ad29aaa7ed..ad117b8090 100644 --- a/reference/random/weibull_distribution/max.md +++ b/reference/random/weibull_distribution/max.md @@ -1,4 +1,4 @@ -#max(C++11) +#max (C++11) ```cpp result_type max() const; ``` diff --git a/reference/random/weibull_distribution/min.md b/reference/random/weibull_distribution/min.md index b4fbc600c3..e22e275945 100644 --- a/reference/random/weibull_distribution/min.md +++ b/reference/random/weibull_distribution/min.md @@ -1,4 +1,4 @@ -#min(C++11) +#min (C++11) ```cpp result_type min() const; ``` diff --git a/reference/random/weibull_distribution/op_call.md b/reference/random/weibull_distribution/op_call.md index 3d8fb04789..a18236ddc9 100644 --- a/reference/random/weibull_distribution/op_call.md +++ b/reference/random/weibull_distribution/op_call.md @@ -1,4 +1,4 @@ -#operator()(C++11) +#operator() (C++11) ```cpp template result_type operator()(URNG& g); diff --git a/reference/random/weibull_distribution/op_equal.md b/reference/random/weibull_distribution/op_equal.md index 4372a0b7c5..224a3cc313 100644 --- a/reference/random/weibull_distribution/op_equal.md +++ b/reference/random/weibull_distribution/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/random/weibull_distribution/op_istream.md b/reference/random/weibull_distribution/op_istream.md index db1904f3e7..766c393b56 100644 --- a/reference/random/weibull_distribution/op_istream.md +++ b/reference/random/weibull_distribution/op_istream.md @@ -1,4 +1,4 @@ -#operator>>(C++11) +#operator>> (C++11) ```cpp namespace std { template diff --git a/reference/random/weibull_distribution/op_not_equal.md b/reference/random/weibull_distribution/op_not_equal.md index 5eb2b3a06d..a032214a14 100644 --- a/reference/random/weibull_distribution/op_not_equal.md +++ b/reference/random/weibull_distribution/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/random/weibull_distribution/op_ostream.md b/reference/random/weibull_distribution/op_ostream.md index 710760783d..5b96f031d1 100644 --- a/reference/random/weibull_distribution/op_ostream.md +++ b/reference/random/weibull_distribution/op_ostream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/random/weibull_distribution/param.md b/reference/random/weibull_distribution/param.md index 6d98017c74..b9968429bc 100644 --- a/reference/random/weibull_distribution/param.md +++ b/reference/random/weibull_distribution/param.md @@ -1,4 +1,4 @@ -#param(C++11) +#param (C++11) ```cpp param_type param() const; void param(const param_type& parm); diff --git a/reference/random/weibull_distribution/reset.md b/reference/random/weibull_distribution/reset.md index 4f0fc1f523..d5d5421aac 100644 --- a/reference/random/weibull_distribution/reset.md +++ b/reference/random/weibull_distribution/reset.md @@ -1,4 +1,4 @@ -#reset(C++11) +#reset (C++11) ```cpp void reset(); ``` diff --git a/reference/random/weibull_distribution/weibull_distribution.md b/reference/random/weibull_distribution/weibull_distribution.md index 791e0f5084..e8382aee93 100644 --- a/reference/random/weibull_distribution/weibull_distribution.md +++ b/reference/random/weibull_distribution/weibull_distribution.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit weibull_distribution(RealType a = 1.0, RealType b = 1.0); explicit weibull_distribution(const param_type& parm); diff --git a/reference/ratio.md b/reference/ratio.md index ab7c974c6f..35b9495aa7 100644 --- a/reference/ratio.md +++ b/reference/ratio.md @@ -1,4 +1,4 @@ -#ratio(C++11) +#ratio (C++11) ``ヘッダでは、コンパイル時有理数演算のための、いくつかのクラスを定義する。 diff --git a/reference/ratio/ratio.md b/reference/ratio/ratio.md index 20d1a51b27..4bd6a02017 100644 --- a/reference/ratio/ratio.md +++ b/reference/ratio/ratio.md @@ -1,4 +1,4 @@ -#ratio(C++11) +#ratio (C++11) ```cpp namespace std { template diff --git a/reference/ratio/ratio_add.md b/reference/ratio/ratio_add.md index dd67348ab0..8f3f61e86a 100644 --- a/reference/ratio/ratio_add.md +++ b/reference/ratio/ratio_add.md @@ -1,4 +1,4 @@ -#ratio_add(C++11) +#ratio_add (C++11) ```cpp namespace std { template diff --git a/reference/ratio/ratio_divide.md b/reference/ratio/ratio_divide.md index 9ae2c27bff..0aae4e0a21 100644 --- a/reference/ratio/ratio_divide.md +++ b/reference/ratio/ratio_divide.md @@ -1,4 +1,4 @@ -#ratio_divide(C++11) +#ratio_divide (C++11) ```cpp namespace std { template diff --git a/reference/ratio/ratio_equal.md b/reference/ratio/ratio_equal.md index da091481de..cce627f008 100644 --- a/reference/ratio/ratio_equal.md +++ b/reference/ratio/ratio_equal.md @@ -1,4 +1,4 @@ -#ratio_equal(C++11) +#ratio_equal (C++11) ```cpp namespace std { template diff --git a/reference/ratio/ratio_greater.md b/reference/ratio/ratio_greater.md index 186a424acb..390c9a34a7 100644 --- a/reference/ratio/ratio_greater.md +++ b/reference/ratio/ratio_greater.md @@ -1,4 +1,4 @@ -#ratio_greater(C++11) +#ratio_greater (C++11) ```cpp namespace std { template diff --git a/reference/ratio/ratio_greater_equal.md b/reference/ratio/ratio_greater_equal.md index f15b9aa4c8..4df8b064a1 100644 --- a/reference/ratio/ratio_greater_equal.md +++ b/reference/ratio/ratio_greater_equal.md @@ -1,4 +1,4 @@ -#ratio_greater_equal(C++11) +#ratio_greater_equal (C++11) ```cpp namespace std { template diff --git a/reference/ratio/ratio_less.md b/reference/ratio/ratio_less.md index b4034a9c87..6f969c893f 100644 --- a/reference/ratio/ratio_less.md +++ b/reference/ratio/ratio_less.md @@ -1,4 +1,4 @@ -#ratio_less(C++11) +#ratio_less (C++11) ```cpp namespace std { template diff --git a/reference/ratio/ratio_less_equal.md b/reference/ratio/ratio_less_equal.md index ecaa92b2b1..bdb3081d51 100644 --- a/reference/ratio/ratio_less_equal.md +++ b/reference/ratio/ratio_less_equal.md @@ -1,4 +1,4 @@ -#ratio_less_equal(C++11) +#ratio_less_equal (C++11) ```cpp namespace std { template diff --git a/reference/ratio/ratio_multiply.md b/reference/ratio/ratio_multiply.md index d0ad0ed2e6..b2a4a4e5a8 100644 --- a/reference/ratio/ratio_multiply.md +++ b/reference/ratio/ratio_multiply.md @@ -1,4 +1,4 @@ -#ratio_multiply(C++11) +#ratio_multiply (C++11) ```cpp namespace std { template diff --git a/reference/ratio/ratio_not_equal.md b/reference/ratio/ratio_not_equal.md index 6db6249e31..998ce62c8b 100644 --- a/reference/ratio/ratio_not_equal.md +++ b/reference/ratio/ratio_not_equal.md @@ -1,4 +1,4 @@ -#ratio_not_equal(C++11) +#ratio_not_equal (C++11) ```cpp namespace std { template diff --git a/reference/ratio/ratio_subtract.md b/reference/ratio/ratio_subtract.md index 4cb71670ef..f52eab1f58 100644 --- a/reference/ratio/ratio_subtract.md +++ b/reference/ratio/ratio_subtract.md @@ -1,4 +1,4 @@ -#ratio_subtract(C++11) +#ratio_subtract (C++11) ```cpp namespace std { template diff --git a/reference/ratio/si_unit.md b/reference/ratio/si_unit.md index 429401c14e..232ad51403 100644 --- a/reference/ratio/si_unit.md +++ b/reference/ratio/si_unit.md @@ -1,4 +1,4 @@ -#SI単位(C++11) +#SI単位 (C++11) ```cpp namespace std { typedef ratio<1, 1000000000000000000000000> yocto; diff --git a/reference/regex.md b/reference/regex.md index 13771df267..6e134fb200 100644 --- a/reference/regex.md +++ b/reference/regex.md @@ -1,4 +1,4 @@ -#regex(C++11) +#regex (C++11) ``ヘッダは、文字列に対する正規表現を行うためのクラス・関数を定義する。 ```cpp diff --git a/reference/scoped_allocator.md b/reference/scoped_allocator.md index fb001328cd..22becb7e3c 100644 --- a/reference/scoped_allocator.md +++ b/reference/scoped_allocator.md @@ -1,4 +1,4 @@ -#scoped_allocator(C++11) +#scoped_allocator (C++11) ``ヘッダでは、`vector`のような、要素とコンテナで両方にメモリ確保が必要になった場合、コンテナと要素で同じアロケータからメモリ確保する戦略をとるためのアロケータアダプタを提供する。 | 名前 | 説明 | 対応バージョン | diff --git a/reference/scoped_allocator/scoped_allocator_adaptor.md b/reference/scoped_allocator/scoped_allocator_adaptor.md index da710e4509..a5e3a12a0e 100644 --- a/reference/scoped_allocator/scoped_allocator_adaptor.md +++ b/reference/scoped_allocator/scoped_allocator_adaptor.md @@ -1,4 +1,4 @@ -#scoped_allocator_adaptor(C++11) +#scoped_allocator_adaptor (C++11) ```cpp namespace std { template diff --git a/reference/stack/swap.md b/reference/stack/swap.md index 331478feb6..9d807955fe 100644 --- a/reference/stack/swap.md +++ b/reference/stack/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(stack& s) noexcept(noexcept(swap(c, s.c))); ``` diff --git a/reference/stack/swap_free.md b/reference/stack/swap_free.md index 49dae5c968..37386730ef 100644 --- a/reference/stack/swap_free.md +++ b/reference/stack/swap_free.md @@ -1,4 +1,4 @@ -#swap(非メンバ関数)(C++11) +#swap(非メンバ関数) (C++11) ```cpp namespace std { template diff --git a/reference/string/basic_string/back.md b/reference/string/basic_string/back.md index 63dbaef50d..4331c53f8b 100644 --- a/reference/string/basic_string/back.md +++ b/reference/string/basic_string/back.md @@ -1,4 +1,4 @@ -#back(C++11) +#back (C++11) ```cpp const charT& back() const; charT& back(); diff --git a/reference/string/basic_string/cbegin.md b/reference/string/basic_string/cbegin.md index c1ecafe34d..4f2c085b5f 100644 --- a/reference/string/basic_string/cbegin.md +++ b/reference/string/basic_string/cbegin.md @@ -1,4 +1,4 @@ -#cbegin(C++11) +#cbegin (C++11) ```cpp const_iterator cbegin() const noexcept; ``` diff --git a/reference/string/basic_string/cend.md b/reference/string/basic_string/cend.md index 413623e395..c81916a342 100644 --- a/reference/string/basic_string/cend.md +++ b/reference/string/basic_string/cend.md @@ -1,4 +1,4 @@ -#cend(C++11) +#cend (C++11) ```cpp const_iterator cend() const noexcept; ``` diff --git a/reference/string/basic_string/front.md b/reference/string/basic_string/front.md index a05bed0e3c..5e083d57f7 100644 --- a/reference/string/basic_string/front.md +++ b/reference/string/basic_string/front.md @@ -1,4 +1,4 @@ -#front(C++11) +#front (C++11) ```cpp const charT& front() const; charT& front(); diff --git a/reference/string/basic_string/pop_back.md b/reference/string/basic_string/pop_back.md index 487196e137..4df16484d0 100644 --- a/reference/string/basic_string/pop_back.md +++ b/reference/string/basic_string/pop_back.md @@ -1,4 +1,4 @@ -#pop_back(C++11) +#pop_back (C++11) ```cpp void pop_back(); ``` diff --git a/reference/string/char_traits.md b/reference/string/char_traits.md index 95e94e831e..344e0a3443 100644 --- a/reference/string/char_traits.md +++ b/reference/string/char_traits.md @@ -59,7 +59,7 @@ namespace std { | `state_type` | `mbstate_t` | | -###char16_tによる特殊化のメンバ型定義(C++11) +###char16_tによる特殊化のメンバ型定義 (C++11) | 名前 | 説明 | 対応バージョン | |--------------|------------------|----------------| @@ -70,7 +70,7 @@ namespace std { | `state_type` | `mbstate_t` | C++11 | -###char32_tによる特殊化のメンバ型定義(C++11) +###char32_tによる特殊化のメンバ型定義 (C++11) | 名前 | 説明 | 対応バージョン | |--------------|------------------|----------------| diff --git a/reference/string/to_string.md b/reference/string/to_string.md index f8a989ce94..2bba082210 100644 --- a/reference/string/to_string.md +++ b/reference/string/to_string.md @@ -1,4 +1,4 @@ -#to_string(C++11) +#to_string (C++11) ```cpp namespace std { string to_string(int val); diff --git a/reference/string/to_wstring.md b/reference/string/to_wstring.md index 7f80ab5884..8f31652038 100644 --- a/reference/string/to_wstring.md +++ b/reference/string/to_wstring.md @@ -1,4 +1,4 @@ -#to_wstring(C++11) +#to_wstring (C++11) ```cpp namespace std { string to_wstring(int val); diff --git a/reference/system_error.md b/reference/system_error.md index 2dab313584..28d0568188 100644 --- a/reference/system_error.md +++ b/reference/system_error.md @@ -1,4 +1,4 @@ -#system_error(C++11) +#system_error (C++11) ``ヘッダでは、OSが出力するエラーを扱う機能を提供する。 | 名前 | 説明 | 対応バージョン | diff --git a/reference/system_error/equal.md b/reference/system_error/equal.md index 687a3421b7..6035f9509e 100644 --- a/reference/system_error/equal.md +++ b/reference/system_error/equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { bool operator==(const error_code& lhs, const error_code& rhs) noexcept; diff --git a/reference/system_error/error_category.md b/reference/system_error/error_category.md index 9554b09622..9e170090ac 100644 --- a/reference/system_error/error_category.md +++ b/reference/system_error/error_category.md @@ -1,4 +1,4 @@ -#error_category(C++11) +#error_category (C++11) ```cpp namespace std { class error_category; diff --git a/reference/system_error/error_category/default_error_condition.md b/reference/system_error/error_category/default_error_condition.md index 3351b9bb9f..769f7f21b5 100644 --- a/reference/system_error/error_category/default_error_condition.md +++ b/reference/system_error/error_category/default_error_condition.md @@ -1,4 +1,4 @@ -#default_error_condition(C++11) +#default_error_condition (C++11) ```cpp virtual error_condition default_error_condition(int ev) const noexcept; ``` diff --git a/reference/system_error/error_category/equal.md b/reference/system_error/error_category/equal.md index f55c29006a..ca89e51128 100644 --- a/reference/system_error/error_category/equal.md +++ b/reference/system_error/error_category/equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp bool operator==(const error_category& rhs) const noexcept; ``` diff --git a/reference/system_error/error_category/equivalent.md b/reference/system_error/error_category/equivalent.md index 67ffda63a4..4e3e437dc4 100644 --- a/reference/system_error/error_category/equivalent.md +++ b/reference/system_error/error_category/equivalent.md @@ -1,4 +1,4 @@ -#equivalent(C++11) +#equivalent (C++11) ```cpp virtual bool equivalent(int code, const error_condition& condition) const noexcept; virtual bool equivalent(const error_code& code, int condition) const noexcept; diff --git a/reference/system_error/error_category/error_category.md b/reference/system_error/error_category/error_category.md index 8086f5280b..19de5d1128 100644 --- a/reference/system_error/error_category/error_category.md +++ b/reference/system_error/error_category/error_category.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp error_category() = default; error_category(const error_category&) = delete; diff --git a/reference/system_error/error_category/less.md b/reference/system_error/error_category/less.md index e6e9cd331d..a4d8c1b255 100644 --- a/reference/system_error/error_category/less.md +++ b/reference/system_error/error_category/less.md @@ -1,4 +1,4 @@ -#operator<(C++11) +#operator< (C++11) ```cpp bool operator<(const error_category& rhs) const noexcept; ``` diff --git a/reference/system_error/error_category/message.md b/reference/system_error/error_category/message.md index 7ef065defc..855cf92e5d 100644 --- a/reference/system_error/error_category/message.md +++ b/reference/system_error/error_category/message.md @@ -1,4 +1,4 @@ -#message(C++11) +#message (C++11) ```cpp virtual string message(int ev) const = 0; ``` diff --git a/reference/system_error/error_category/name.md b/reference/system_error/error_category/name.md index 4d8d9fcc64..05d5c69a62 100644 --- a/reference/system_error/error_category/name.md +++ b/reference/system_error/error_category/name.md @@ -1,4 +1,4 @@ -#name(C++11) +#name (C++11) ```cpp const char* name() const noexcept; ``` diff --git a/reference/system_error/error_category/not_equal.md b/reference/system_error/error_category/not_equal.md index b6af1fe26d..23579c60bb 100644 --- a/reference/system_error/error_category/not_equal.md +++ b/reference/system_error/error_category/not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp bool operator!=(const error_category& rhs) const noexcept; ``` diff --git a/reference/system_error/error_code.md b/reference/system_error/error_code.md index edaa01183f..61c61d7c7f 100644 --- a/reference/system_error/error_code.md +++ b/reference/system_error/error_code.md @@ -1,4 +1,4 @@ -#error_code(C++11) +#error_code (C++11) ```cpp namespace std { class error_code; diff --git a/reference/system_error/error_code/assign.md b/reference/system_error/error_code/assign.md index a56acbaa1e..e55882a268 100644 --- a/reference/system_error/error_code/assign.md +++ b/reference/system_error/error_code/assign.md @@ -1,4 +1,4 @@ -#assign(C++11) +#assign (C++11) ```cpp void assign(int val, const error_category& cat) noexcept; ``` diff --git a/reference/system_error/error_code/category.md b/reference/system_error/error_code/category.md index b48e7ee055..2ee54f5540 100644 --- a/reference/system_error/error_code/category.md +++ b/reference/system_error/error_code/category.md @@ -1,4 +1,4 @@ -#category(C++11) +#category (C++11) ```cpp const error_category& category() const noexcept; ``` diff --git a/reference/system_error/error_code/clear.md b/reference/system_error/error_code/clear.md index 3cc2e2a4cf..fcbb0e729c 100644 --- a/reference/system_error/error_code/clear.md +++ b/reference/system_error/error_code/clear.md @@ -1,4 +1,4 @@ -#clear(C++11) +#clear (C++11) ```cpp void clear() noexcept; ``` diff --git a/reference/system_error/error_code/default_error_condition.md b/reference/system_error/error_code/default_error_condition.md index 85cad2645f..7723cee733 100644 --- a/reference/system_error/error_code/default_error_condition.md +++ b/reference/system_error/error_code/default_error_condition.md @@ -1,4 +1,4 @@ -#default_error_condition(C++11) +#default_error_condition (C++11) ```cpp error_condition default_error_condition() const noexcept; ``` diff --git a/reference/system_error/error_code/error_code.md b/reference/system_error/error_code/error_code.md index 01c419f51f..2048da0f91 100644 --- a/reference/system_error/error_code/error_code.md +++ b/reference/system_error/error_code/error_code.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp error_code() noexcept; diff --git a/reference/system_error/error_code/message.md b/reference/system_error/error_code/message.md index e8c8d7fa70..404006f31d 100644 --- a/reference/system_error/error_code/message.md +++ b/reference/system_error/error_code/message.md @@ -1,4 +1,4 @@ -#message(C++11) +#message (C++11) ```cpp string message() const; ``` diff --git a/reference/system_error/error_code/op_assign.md b/reference/system_error/error_code/op_assign.md index a1ee163dce..914208f1dc 100644 --- a/reference/system_error/error_code/op_assign.md +++ b/reference/system_error/error_code/op_assign.md @@ -1,4 +1,4 @@ -#operator=(C++11) +#operator= (C++11) ```cpp template error_code& operator=(ErrorCodeEnum e) noexcept; diff --git a/reference/system_error/error_code/op_bool.md b/reference/system_error/error_code/op_bool.md index a68aea344a..bfe5c49161 100644 --- a/reference/system_error/error_code/op_bool.md +++ b/reference/system_error/error_code/op_bool.md @@ -1,4 +1,4 @@ -#explicit operator bool(C++11) +#explicit operator bool (C++11) ```cpp explicit operator bool() const noexcept; ``` diff --git a/reference/system_error/error_code/value.md b/reference/system_error/error_code/value.md index ad6fc3a3ca..7f7ce98ba2 100644 --- a/reference/system_error/error_code/value.md +++ b/reference/system_error/error_code/value.md @@ -1,4 +1,4 @@ -#value(C++11) +#value (C++11) ```cpp int value() const noexcept; ``` diff --git a/reference/system_error/error_condition.md b/reference/system_error/error_condition.md index 8d0e67c843..c999e56e77 100644 --- a/reference/system_error/error_condition.md +++ b/reference/system_error/error_condition.md @@ -1,4 +1,4 @@ -#error_condition(C++11) +#error_condition (C++11) ```cpp namespace std { class error_condition; diff --git a/reference/system_error/error_condition/assign.md b/reference/system_error/error_condition/assign.md index bb4e808f38..1a4dc7e73e 100644 --- a/reference/system_error/error_condition/assign.md +++ b/reference/system_error/error_condition/assign.md @@ -1,4 +1,4 @@ -#assign(C++11) +#assign (C++11) ```cpp void assign(int val, const error_category& cat) noexcept; ``` diff --git a/reference/system_error/error_condition/category.md b/reference/system_error/error_condition/category.md index 593d89c1f0..05aff3e216 100644 --- a/reference/system_error/error_condition/category.md +++ b/reference/system_error/error_condition/category.md @@ -1,4 +1,4 @@ -#category(C++11) +#category (C++11) ```cpp const error_category& category() const noexcept; ``` diff --git a/reference/system_error/error_condition/clear.md b/reference/system_error/error_condition/clear.md index 428af2b6cd..8233997ae6 100644 --- a/reference/system_error/error_condition/clear.md +++ b/reference/system_error/error_condition/clear.md @@ -1,4 +1,4 @@ -#clear(C++11) +#clear (C++11) ```cpp void clear() noexcept; ``` diff --git a/reference/system_error/error_condition/error_condition.md b/reference/system_error/error_condition/error_condition.md index ab075feef5..5a1e42ed41 100644 --- a/reference/system_error/error_condition/error_condition.md +++ b/reference/system_error/error_condition/error_condition.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp error_condition() noexcept; diff --git a/reference/system_error/error_condition/message.md b/reference/system_error/error_condition/message.md index e49f5c4b6c..7c1885e1a1 100644 --- a/reference/system_error/error_condition/message.md +++ b/reference/system_error/error_condition/message.md @@ -1,4 +1,4 @@ -#message(C++11) +#message (C++11) ```cpp string message() const; ``` diff --git a/reference/system_error/error_condition/op_assign.md b/reference/system_error/error_condition/op_assign.md index 0a408c6c50..e15abb8d48 100644 --- a/reference/system_error/error_condition/op_assign.md +++ b/reference/system_error/error_condition/op_assign.md @@ -1,4 +1,4 @@ -#operator=(C++11) +#operator= (C++11) ```cpp template error_condition& operator=(ErrorConditionEnum e) noexcept; diff --git a/reference/system_error/error_condition/op_bool.md b/reference/system_error/error_condition/op_bool.md index c709cd7b3b..77279db5da 100644 --- a/reference/system_error/error_condition/op_bool.md +++ b/reference/system_error/error_condition/op_bool.md @@ -1,4 +1,4 @@ -#explicit operator bool(C++11) +#explicit operator bool (C++11) ```cpp explicit operator bool() const noexcept; ``` diff --git a/reference/system_error/error_condition/value.md b/reference/system_error/error_condition/value.md index 6cc8b16c5e..27bb6f7484 100644 --- a/reference/system_error/error_condition/value.md +++ b/reference/system_error/error_condition/value.md @@ -1,4 +1,4 @@ -#value(C++11) +#value (C++11) ```cpp int value() const noexcept; ``` diff --git a/reference/system_error/generic_category.md b/reference/system_error/generic_category.md index 5b0508d2bb..86756129b5 100644 --- a/reference/system_error/generic_category.md +++ b/reference/system_error/generic_category.md @@ -1,4 +1,4 @@ -#generic_category(C++11) +#generic_category (C++11) ```cpp namespace std { const error_category& generic_category() noexcept; diff --git a/reference/system_error/is_error_code_enum.md b/reference/system_error/is_error_code_enum.md index 2693c507b4..3ba3d73744 100644 --- a/reference/system_error/is_error_code_enum.md +++ b/reference/system_error/is_error_code_enum.md @@ -1,4 +1,4 @@ -#is_error_code_enum(C++11) +#is_error_code_enum (C++11) ```cpp namespace std { template diff --git a/reference/system_error/is_error_condition_enum.md b/reference/system_error/is_error_condition_enum.md index 4192f7339d..05ecfa42da 100644 --- a/reference/system_error/is_error_condition_enum.md +++ b/reference/system_error/is_error_condition_enum.md @@ -1,4 +1,4 @@ -#is_error_condition_enum(C++11) +#is_error_condition_enum (C++11) ```cpp namespace std { template diff --git a/reference/system_error/less.md b/reference/system_error/less.md index 6c1ff03926..0e073690d9 100644 --- a/reference/system_error/less.md +++ b/reference/system_error/less.md @@ -1,4 +1,4 @@ -#operator<(C++11) +#operator< (C++11) ```cpp namespace std { bool operator<(const error_code& lhs, const error_code& rhs) noexcept; diff --git a/reference/system_error/make_error_code.md b/reference/system_error/make_error_code.md index 84294a8960..c21ffb3209 100644 --- a/reference/system_error/make_error_code.md +++ b/reference/system_error/make_error_code.md @@ -1,4 +1,4 @@ -#make_error_code(C++11) +#make_error_code (C++11) ```cpp namespace std { error_code make_error_code(errc e) noexcept; diff --git a/reference/system_error/make_error_condition.md b/reference/system_error/make_error_condition.md index 918f5ffb47..44c4a12430 100644 --- a/reference/system_error/make_error_condition.md +++ b/reference/system_error/make_error_condition.md @@ -1,4 +1,4 @@ -#make_error_condition(C++11) +#make_error_condition (C++11) ```cpp namespace std { error_condition make_error_condition(errc e) noexcept; diff --git a/reference/system_error/not_equal.md b/reference/system_error/not_equal.md index a9e9e83f53..a70c02cb8d 100644 --- a/reference/system_error/not_equal.md +++ b/reference/system_error/not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { bool operator!=(const error_code& lhs, const error_code& rhs) noexcept; diff --git a/reference/system_error/output_stream.md b/reference/system_error/output_stream.md index 0f07cc06b6..39c140766a 100644 --- a/reference/system_error/output_stream.md +++ b/reference/system_error/output_stream.md @@ -1,4 +1,4 @@ -#operator<<(C++11) +#operator<< (C++11) ```cpp namespace std { template diff --git a/reference/system_error/system_category.md b/reference/system_error/system_category.md index 79fd56004f..a94e3ee2a4 100644 --- a/reference/system_error/system_category.md +++ b/reference/system_error/system_category.md @@ -1,4 +1,4 @@ -#system_category(C++11) +#system_category (C++11) ```cpp namespace std { const error_category& system_category() noexcept; diff --git a/reference/system_error/system_error.md b/reference/system_error/system_error.md index d075cdad4c..f24b1b375d 100644 --- a/reference/system_error/system_error.md +++ b/reference/system_error/system_error.md @@ -1,4 +1,4 @@ -#system_error(C++11) +#system_error (C++11) ```cpp namespace std { class system_error : public runtime_error; diff --git a/reference/thread.md b/reference/thread.md index 52dbb51563..12a9b2c0fc 100644 --- a/reference/thread.md +++ b/reference/thread.md @@ -1,4 +1,4 @@ -#thread(C++11) +#thread (C++11) ``ヘッダはマルチスレッド制御に関するクラス・関数を定義する。 スレッドサポートはC++11にて導入された。 diff --git a/reference/thread/this_thread/get_id.md b/reference/thread/this_thread/get_id.md index 149cb3a403..755379c94b 100644 --- a/reference/thread/this_thread/get_id.md +++ b/reference/thread/this_thread/get_id.md @@ -1,4 +1,4 @@ -#get_id(C++11) +#get_id (C++11) ```cpp namespace std { namespace this_thread { diff --git a/reference/thread/this_thread/sleep_for.md b/reference/thread/this_thread/sleep_for.md index ba15ba5014..9ff8aae043 100644 --- a/reference/thread/this_thread/sleep_for.md +++ b/reference/thread/this_thread/sleep_for.md @@ -1,4 +1,4 @@ -#sleep_for(C++11) +#sleep_for (C++11) ```cpp namespace std { namespace this_thread { diff --git a/reference/thread/this_thread/sleep_until.md b/reference/thread/this_thread/sleep_until.md index 7c39521260..44158e130f 100644 --- a/reference/thread/this_thread/sleep_until.md +++ b/reference/thread/this_thread/sleep_until.md @@ -1,4 +1,4 @@ -#sleep_until(C++11) +#sleep_until (C++11) ```cpp namespace std { namespace this_thread { diff --git a/reference/thread/this_thread/yield.md b/reference/thread/this_thread/yield.md index b8c2552b9b..d3ccbbb057 100644 --- a/reference/thread/this_thread/yield.md +++ b/reference/thread/this_thread/yield.md @@ -1,4 +1,4 @@ -#yield(C++11) +#yield (C++11) ```cpp namespace std { namespace this_thread { diff --git a/reference/thread/thread.md b/reference/thread/thread.md index 1741fe5b22..45bd04a602 100644 --- a/reference/thread/thread.md +++ b/reference/thread/thread.md @@ -1,4 +1,4 @@ -#thread(C++11) +#thread (C++11) ```cpp namespace std { class thread; diff --git a/reference/thread/thread/-thread.md b/reference/thread/thread/-thread.md index 76c494b3f1..672492f67f 100644 --- a/reference/thread/thread/-thread.md +++ b/reference/thread/thread/-thread.md @@ -1,4 +1,4 @@ -#デストラクタ(C++11) +#デストラクタ (C++11) ```cpp ~thread(); ``` diff --git a/reference/thread/thread/detach.md b/reference/thread/thread/detach.md index 6a1b5d295a..e7d1c1d365 100644 --- a/reference/thread/thread/detach.md +++ b/reference/thread/thread/detach.md @@ -1,4 +1,4 @@ -#detach(C++11) +#detach (C++11) ```cpp void detach(); ``` diff --git a/reference/thread/thread/get_id.md b/reference/thread/thread/get_id.md index 76fdcda262..43672d10fb 100644 --- a/reference/thread/thread/get_id.md +++ b/reference/thread/thread/get_id.md @@ -1,4 +1,4 @@ -#get_id(C++11) +#get_id (C++11) ```cpp id get_id() const noexcept; ``` diff --git a/reference/thread/thread/hardware_concurrency.md b/reference/thread/thread/hardware_concurrency.md index 121eec7b03..e32075a642 100644 --- a/reference/thread/thread/hardware_concurrency.md +++ b/reference/thread/thread/hardware_concurrency.md @@ -1,4 +1,4 @@ -#hardware_concurrency(C++11) +#hardware_concurrency (C++11) ```cpp static unsigned int hardware_concurrency() noexcept; ``` diff --git a/reference/thread/thread/id.md b/reference/thread/thread/id.md index 6b19b84035..c31a454e80 100644 --- a/reference/thread/thread/id.md +++ b/reference/thread/thread/id.md @@ -1,4 +1,4 @@ -#thread::id(C++11) +#thread::id (C++11) ```cpp namespace std { class thread::id { diff --git a/reference/thread/thread/join.md b/reference/thread/thread/join.md index 9f1fe19a6d..288ce62a44 100644 --- a/reference/thread/thread/join.md +++ b/reference/thread/thread/join.md @@ -1,4 +1,4 @@ -#join(C++11) +#join (C++11) ```cpp void join(); ``` diff --git a/reference/thread/thread/joinable.md b/reference/thread/thread/joinable.md index ee485c1d64..aef09749d8 100644 --- a/reference/thread/thread/joinable.md +++ b/reference/thread/thread/joinable.md @@ -1,4 +1,4 @@ -#joinable(C++11) +#joinable (C++11) ```cpp bool joinable() const noexcept; ``` diff --git a/reference/thread/thread/op_assign.md b/reference/thread/thread/op_assign.md index 89ed3d331d..10ab689c3b 100644 --- a/reference/thread/thread/op_assign.md +++ b/reference/thread/thread/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp // コピー thread& operator=(const thread&) = delete; diff --git a/reference/thread/thread/swap.md b/reference/thread/thread/swap.md index c1ee528007..67fe896f40 100644 --- a/reference/thread/thread/swap.md +++ b/reference/thread/thread/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(thread& x) noexcept; ``` diff --git a/reference/thread/thread/swap_free.md b/reference/thread/thread/swap_free.md index 3683e469df..4486bc6d2c 100644 --- a/reference/thread/thread/swap_free.md +++ b/reference/thread/thread/swap_free.md @@ -1,4 +1,4 @@ -#swap(非メンバ関数)(C++11) +#swap(非メンバ関数) (C++11) ```cpp namespace std { void swap(thread& x, thread& y) noexcept; diff --git a/reference/thread/thread/thread.md b/reference/thread/thread/thread.md index d9eccd4f9b..c622992aee 100644 --- a/reference/thread/thread/thread.md +++ b/reference/thread/thread/thread.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp // デフォルト thread() noexcept; diff --git a/reference/tuple.md b/reference/tuple.md index f67e19218c..17ce3592c1 100644 --- a/reference/tuple.md +++ b/reference/tuple.md @@ -1,4 +1,4 @@ -#tuple(C++11) +#tuple (C++11) ``ヘッダでは、異なる型を格納できる固定サイズコレクションであるタプル型を提供する。2要素のみ格納可能な[`pair`](/reference/utility/pair.md)とは違い、[`tuple`](./tuple/tuple.md)は任意の数の要素を格納できる。 ##タプルクラス diff --git a/reference/tuple/tuple.md b/reference/tuple/tuple.md index f12ce8260b..d0b7f5a640 100644 --- a/reference/tuple/tuple.md +++ b/reference/tuple/tuple.md @@ -1,4 +1,4 @@ -#tuple(C++11) +#tuple (C++11) ```cpp namespace std { template diff --git a/reference/tuple/tuple/equal.md b/reference/tuple/tuple/equal.md index 6534345738..3378f292c8 100644 --- a/reference/tuple/tuple/equal.md +++ b/reference/tuple/tuple/equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/tuple/tuple/forward_as_tuple.md b/reference/tuple/tuple/forward_as_tuple.md index ce4b435e4e..727ba172eb 100644 --- a/reference/tuple/tuple/forward_as_tuple.md +++ b/reference/tuple/tuple/forward_as_tuple.md @@ -1,4 +1,4 @@ -#forward_as_tuple(C++11) +#forward_as_tuple (C++11) ```cpp namespace { template diff --git a/reference/tuple/tuple/get.md b/reference/tuple/tuple/get.md index 00ab4b5338..735cacabf5 100644 --- a/reference/tuple/tuple/get.md +++ b/reference/tuple/tuple/get.md @@ -1,4 +1,4 @@ -#get(C++11) +#get (C++11) ```cpp namespace std { template diff --git a/reference/tuple/tuple/greater.md b/reference/tuple/tuple/greater.md index e1e39a460b..6131359f74 100644 --- a/reference/tuple/tuple/greater.md +++ b/reference/tuple/tuple/greater.md @@ -1,4 +1,4 @@ -#operator>(C++11) +#operator> (C++11) ```cpp namespace std { template diff --git a/reference/tuple/tuple/greater_equal.md b/reference/tuple/tuple/greater_equal.md index 5242c06a98..72ae0dbd45 100644 --- a/reference/tuple/tuple/greater_equal.md +++ b/reference/tuple/tuple/greater_equal.md @@ -1,4 +1,4 @@ -#operator>=(C++11) +#operator>= (C++11) ```cpp namespace std { template diff --git a/reference/tuple/tuple/ignore.md b/reference/tuple/tuple/ignore.md index b5196ac9b1..fc10f5a2a8 100644 --- a/reference/tuple/tuple/ignore.md +++ b/reference/tuple/tuple/ignore.md @@ -1,4 +1,4 @@ -#ignore(C++11) +#ignore (C++11) ```cpp namespace std { const unspecified ignore; diff --git a/reference/tuple/tuple/less.md b/reference/tuple/tuple/less.md index 39e560eef6..8aef6bf6ac 100644 --- a/reference/tuple/tuple/less.md +++ b/reference/tuple/tuple/less.md @@ -1,4 +1,4 @@ -#operator<(C++11) +#operator< (C++11) ```cpp namespace std { template diff --git a/reference/tuple/tuple/less_equal.md b/reference/tuple/tuple/less_equal.md index 3e84fe15a1..8967046df1 100644 --- a/reference/tuple/tuple/less_equal.md +++ b/reference/tuple/tuple/less_equal.md @@ -1,4 +1,4 @@ -#operator<=(C++11) +#operator<= (C++11) ```cpp namespace std { template diff --git a/reference/tuple/tuple/make_tuple.md b/reference/tuple/tuple/make_tuple.md index edd43b99d3..f720662ba5 100644 --- a/reference/tuple/tuple/make_tuple.md +++ b/reference/tuple/tuple/make_tuple.md @@ -1,4 +1,4 @@ -#make_tuple(C++11) +#make_tuple (C++11) ```cpp namespace std { template diff --git a/reference/tuple/tuple/not_equal.md b/reference/tuple/tuple/not_equal.md index 7f23debd81..848bc110c8 100644 --- a/reference/tuple/tuple/not_equal.md +++ b/reference/tuple/tuple/not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/tuple/tuple/op_assign.md b/reference/tuple/tuple/op_assign.md index 6b30bf3180..be4ca23cc2 100644 --- a/reference/tuple/tuple/op_assign.md +++ b/reference/tuple/tuple/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp tuple& operator=(const tuple&); tuple& operator=(tuple&&) noexcept(下記参照); diff --git a/reference/tuple/tuple/swap.md b/reference/tuple/tuple/swap.md index 91ac4526c3..e997d6074d 100644 --- a/reference/tuple/tuple/swap.md +++ b/reference/tuple/tuple/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(tuple& rhs) noexcept(下記参照); ``` diff --git a/reference/tuple/tuple/tie.md b/reference/tuple/tuple/tie.md index 479c6a2365..c88c525270 100644 --- a/reference/tuple/tuple/tie.md +++ b/reference/tuple/tuple/tie.md @@ -1,4 +1,4 @@ -#tie(C++11) +#tie (C++11) ```cpp namespace std { template diff --git a/reference/tuple/tuple/tuple.md b/reference/tuple/tuple/tuple.md index 30535c3539..dd733a49e1 100644 --- a/reference/tuple/tuple/tuple.md +++ b/reference/tuple/tuple/tuple.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp constexpr tuple(); explicit tuple(const Types&...); diff --git a/reference/tuple/tuple/tuple_cat.md b/reference/tuple/tuple/tuple_cat.md index 9f8038d5d3..d69c5a95db 100644 --- a/reference/tuple/tuple/tuple_cat.md +++ b/reference/tuple/tuple/tuple_cat.md @@ -1,4 +1,4 @@ -#tuple_cat(C++11) +#tuple_cat (C++11) ```cpp namespace std { template diff --git a/reference/tuple/tuple_element.md b/reference/tuple/tuple_element.md index a3e11addd3..7f169046bb 100644 --- a/reference/tuple/tuple_element.md +++ b/reference/tuple/tuple_element.md @@ -1,4 +1,4 @@ -#tuple_element(C++11) +#tuple_element (C++11) ```cpp namespace std { template class tuple_element; // 宣言のみで定義なし diff --git a/reference/tuple/tuple_size.md b/reference/tuple/tuple_size.md index b78a2da567..c448f144a6 100644 --- a/reference/tuple/tuple_size.md +++ b/reference/tuple/tuple_size.md @@ -1,4 +1,4 @@ -#tuple_size(C++11) +#tuple_size (C++11) ```cpp namespace std { template class tuple_size; // 宣言のみで定義なし diff --git a/reference/type_traits.md b/reference/type_traits.md index 2f69ec6a55..7ddcec6565 100644 --- a/reference/type_traits.md +++ b/reference/type_traits.md @@ -1,4 +1,4 @@ -#type_traits(C++11) +#type_traits (C++11) ``ヘッダでは、型の特性を判定、操作するためのクラスを定義する。 このライブラリに含まれるクラステンプレートは、メタ関数(meta function)と呼ばれている。 diff --git a/reference/type_traits/add_const.md b/reference/type_traits/add_const.md index 690694f252..f2f1fea57d 100644 --- a/reference/type_traits/add_const.md +++ b/reference/type_traits/add_const.md @@ -1,4 +1,4 @@ -#add_const(C++11) +#add_const (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/add_cv.md b/reference/type_traits/add_cv.md index 4fb846e766..5f5fcd0dbb 100644 --- a/reference/type_traits/add_cv.md +++ b/reference/type_traits/add_cv.md @@ -1,4 +1,4 @@ -#add_cv(C++11) +#add_cv (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/add_lvalue_reference.md b/reference/type_traits/add_lvalue_reference.md index c322830b0c..d24c54b0a0 100644 --- a/reference/type_traits/add_lvalue_reference.md +++ b/reference/type_traits/add_lvalue_reference.md @@ -1,4 +1,4 @@ -#add_lvalue_reference(C++11) +#add_lvalue_reference (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/add_pointer.md b/reference/type_traits/add_pointer.md index acf9069e1e..f14dd9f539 100644 --- a/reference/type_traits/add_pointer.md +++ b/reference/type_traits/add_pointer.md @@ -1,4 +1,4 @@ -#add_pointer(C++11) +#add_pointer (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/add_rvalue_reference.md b/reference/type_traits/add_rvalue_reference.md index be73ace98f..62e8bd80ed 100644 --- a/reference/type_traits/add_rvalue_reference.md +++ b/reference/type_traits/add_rvalue_reference.md @@ -1,4 +1,4 @@ -#add_rvalue_reference(C++11) +#add_rvalue_reference (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/add_volatile.md b/reference/type_traits/add_volatile.md index 940a91fa16..ad6553919d 100644 --- a/reference/type_traits/add_volatile.md +++ b/reference/type_traits/add_volatile.md @@ -1,4 +1,4 @@ -#add_volatile(C++11) +#add_volatile (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/aligned_storage.md b/reference/type_traits/aligned_storage.md index aeb0acc31a..71fa1df779 100644 --- a/reference/type_traits/aligned_storage.md +++ b/reference/type_traits/aligned_storage.md @@ -1,4 +1,4 @@ -#aligned_storage(C++11) +#aligned_storage (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/common_type.md b/reference/type_traits/common_type.md index 39ece1806a..b64cd39e68 100644 --- a/reference/type_traits/common_type.md +++ b/reference/type_traits/common_type.md @@ -1,4 +1,4 @@ -#common_type(C++11) +#common_type (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/conditional.md b/reference/type_traits/conditional.md index 41d1c273dd..28edc98265 100644 --- a/reference/type_traits/conditional.md +++ b/reference/type_traits/conditional.md @@ -1,4 +1,4 @@ -#conditional(C++11) +#conditional (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/decay.md b/reference/type_traits/decay.md index 6317d7ebc6..30caca6c78 100644 --- a/reference/type_traits/decay.md +++ b/reference/type_traits/decay.md @@ -1,4 +1,4 @@ -#decay(C++11) +#decay (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/enable_if.md b/reference/type_traits/enable_if.md index 037ab7288e..1f2d0984df 100644 --- a/reference/type_traits/enable_if.md +++ b/reference/type_traits/enable_if.md @@ -1,4 +1,4 @@ -#enable_if(C++11) +#enable_if (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/extent.md b/reference/type_traits/extent.md index 204827b7b9..3ae0a3c35e 100644 --- a/reference/type_traits/extent.md +++ b/reference/type_traits/extent.md @@ -1,4 +1,4 @@ -#extent(C++11) +#extent (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/has_virtual_destructor.md b/reference/type_traits/has_virtual_destructor.md index db56a8db66..34f87c34f7 100644 --- a/reference/type_traits/has_virtual_destructor.md +++ b/reference/type_traits/has_virtual_destructor.md @@ -1,4 +1,4 @@ -#has_virtual_destructor(C++11) +#has_virtual_destructor (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/integral_constant-true_type-false_type.md b/reference/type_traits/integral_constant-true_type-false_type.md index 6581337c31..2fb4d8edd5 100644 --- a/reference/type_traits/integral_constant-true_type-false_type.md +++ b/reference/type_traits/integral_constant-true_type-false_type.md @@ -1,4 +1,4 @@ -#integral_constant、true_type、false_type(C++11) +#integral_constant、true_type、false_type (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_abstract.md b/reference/type_traits/is_abstract.md index 0005ff2408..2935ceefa9 100644 --- a/reference/type_traits/is_abstract.md +++ b/reference/type_traits/is_abstract.md @@ -1,4 +1,4 @@ -#is_abstract(C++11) +#is_abstract (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_arithmetic.md b/reference/type_traits/is_arithmetic.md index 5b61afc395..d9bad486b4 100644 --- a/reference/type_traits/is_arithmetic.md +++ b/reference/type_traits/is_arithmetic.md @@ -1,4 +1,4 @@ -#is_arithmetic(C++11) +#is_arithmetic (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_array.md b/reference/type_traits/is_array.md index 630c0d1ef3..c81221f127 100644 --- a/reference/type_traits/is_array.md +++ b/reference/type_traits/is_array.md @@ -1,4 +1,4 @@ -#is_array(C++11) +#is_array (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_assignable.md b/reference/type_traits/is_assignable.md index 0a504d920f..3135d25de5 100644 --- a/reference/type_traits/is_assignable.md +++ b/reference/type_traits/is_assignable.md @@ -1,4 +1,4 @@ -#is_assignable(C++11) +#is_assignable (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_base_of.md b/reference/type_traits/is_base_of.md index bc66b9e1be..defab4fcff 100644 --- a/reference/type_traits/is_base_of.md +++ b/reference/type_traits/is_base_of.md @@ -1,4 +1,4 @@ -#is_base_of(C++11) +#is_base_of (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_class.md b/reference/type_traits/is_class.md index 0e83fad2ab..a1b7a72c8c 100644 --- a/reference/type_traits/is_class.md +++ b/reference/type_traits/is_class.md @@ -1,4 +1,4 @@ -#is_class(C++11) +#is_class (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_compound.md b/reference/type_traits/is_compound.md index ccaedc7509..f8e6285a49 100644 --- a/reference/type_traits/is_compound.md +++ b/reference/type_traits/is_compound.md @@ -1,4 +1,4 @@ -#is_compound(C++11) +#is_compound (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_const.md b/reference/type_traits/is_const.md index fc68bed047..74936a36e3 100644 --- a/reference/type_traits/is_const.md +++ b/reference/type_traits/is_const.md @@ -1,4 +1,4 @@ -#is_const(C++11) +#is_const (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_constructible.md b/reference/type_traits/is_constructible.md index abf0e2c263..7ec73d4227 100644 --- a/reference/type_traits/is_constructible.md +++ b/reference/type_traits/is_constructible.md @@ -1,4 +1,4 @@ -#is_constructible(C++11) +#is_constructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_convertible.md b/reference/type_traits/is_convertible.md index 61280c20c6..617bc1554c 100644 --- a/reference/type_traits/is_convertible.md +++ b/reference/type_traits/is_convertible.md @@ -1,4 +1,4 @@ -#is_convertible(C++11) +#is_convertible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_copy_assignable.md b/reference/type_traits/is_copy_assignable.md index 94127c69c7..371bd4cdb1 100644 --- a/reference/type_traits/is_copy_assignable.md +++ b/reference/type_traits/is_copy_assignable.md @@ -1,4 +1,4 @@ -#is_copy_assignable(C++11) +#is_copy_assignable (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_copy_constructible.md b/reference/type_traits/is_copy_constructible.md index 62e80ba9aa..a37fad5164 100644 --- a/reference/type_traits/is_copy_constructible.md +++ b/reference/type_traits/is_copy_constructible.md @@ -1,4 +1,4 @@ -#is_copy_constructible(C++11) +#is_copy_constructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_default_constructible.md b/reference/type_traits/is_default_constructible.md index 1d3949f53b..a1fe9af90b 100644 --- a/reference/type_traits/is_default_constructible.md +++ b/reference/type_traits/is_default_constructible.md @@ -1,4 +1,4 @@ -#is_default_constructible(C++11) +#is_default_constructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_destructible.md b/reference/type_traits/is_destructible.md index 67c2fd4b9d..341a72101e 100644 --- a/reference/type_traits/is_destructible.md +++ b/reference/type_traits/is_destructible.md @@ -1,4 +1,4 @@ -#is_destructible(C++11) +#is_destructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_empty.md b/reference/type_traits/is_empty.md index 9c6fb79230..4ccae7b9fb 100644 --- a/reference/type_traits/is_empty.md +++ b/reference/type_traits/is_empty.md @@ -1,4 +1,4 @@ -#is_empty(C++11) +#is_empty (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_enum.md b/reference/type_traits/is_enum.md index 7b74e0828e..2fa1bf9805 100644 --- a/reference/type_traits/is_enum.md +++ b/reference/type_traits/is_enum.md @@ -1,4 +1,4 @@ -#is_enum(C++11) +#is_enum (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_floating_point.md b/reference/type_traits/is_floating_point.md index 173421ca17..eadaed54b7 100644 --- a/reference/type_traits/is_floating_point.md +++ b/reference/type_traits/is_floating_point.md @@ -1,4 +1,4 @@ -#is_floating_point(C++11) +#is_floating_point (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_function.md b/reference/type_traits/is_function.md index fd83190be4..080032100a 100644 --- a/reference/type_traits/is_function.md +++ b/reference/type_traits/is_function.md @@ -1,4 +1,4 @@ -#is_function(C++11) +#is_function (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_fundamental.md b/reference/type_traits/is_fundamental.md index 79798dacbb..ba22e0c15b 100644 --- a/reference/type_traits/is_fundamental.md +++ b/reference/type_traits/is_fundamental.md @@ -1,4 +1,4 @@ -#is_fundamental(C++11) +#is_fundamental (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_integral.md b/reference/type_traits/is_integral.md index ce4be7911e..b5980413bf 100644 --- a/reference/type_traits/is_integral.md +++ b/reference/type_traits/is_integral.md @@ -1,4 +1,4 @@ -#is_integral(C++11) +#is_integral (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_literal_type.md b/reference/type_traits/is_literal_type.md index 9980c6b407..1a652c4cf8 100644 --- a/reference/type_traits/is_literal_type.md +++ b/reference/type_traits/is_literal_type.md @@ -1,4 +1,4 @@ -#is_literal_type(C++11) +#is_literal_type (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_lvalue_reference.md b/reference/type_traits/is_lvalue_reference.md index 8e7e52ec5d..25ce584160 100644 --- a/reference/type_traits/is_lvalue_reference.md +++ b/reference/type_traits/is_lvalue_reference.md @@ -1,4 +1,4 @@ -#is_lvalue_reference(C++11) +#is_lvalue_reference (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_member_function_pointer.md b/reference/type_traits/is_member_function_pointer.md index 124d41b6ea..3210373bc4 100644 --- a/reference/type_traits/is_member_function_pointer.md +++ b/reference/type_traits/is_member_function_pointer.md @@ -1,4 +1,4 @@ -#is_member_function_pointer(C++11) +#is_member_function_pointer (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_member_object_pointer.md b/reference/type_traits/is_member_object_pointer.md index 2a02d1b58b..319011d070 100644 --- a/reference/type_traits/is_member_object_pointer.md +++ b/reference/type_traits/is_member_object_pointer.md @@ -1,4 +1,4 @@ -#is_member_object_pointer(C++11) +#is_member_object_pointer (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_member_pointer.md b/reference/type_traits/is_member_pointer.md index 5c1ac3640a..c059918258 100644 --- a/reference/type_traits/is_member_pointer.md +++ b/reference/type_traits/is_member_pointer.md @@ -1,4 +1,4 @@ -#is_member_pointer(C++11) +#is_member_pointer (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_move_assignable.md b/reference/type_traits/is_move_assignable.md index 80190dda0f..4ea0d0407c 100644 --- a/reference/type_traits/is_move_assignable.md +++ b/reference/type_traits/is_move_assignable.md @@ -1,4 +1,4 @@ -#is_move_assignable(C++11) +#is_move_assignable (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_move_constructible.md b/reference/type_traits/is_move_constructible.md index 98cddce4e9..24aeb58364 100644 --- a/reference/type_traits/is_move_constructible.md +++ b/reference/type_traits/is_move_constructible.md @@ -1,4 +1,4 @@ -#is_move_constructible(C++11) +#is_move_constructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_nothrow_assignable.md b/reference/type_traits/is_nothrow_assignable.md index c502f9cbbb..d4785e5c41 100644 --- a/reference/type_traits/is_nothrow_assignable.md +++ b/reference/type_traits/is_nothrow_assignable.md @@ -1,4 +1,4 @@ -#is_nothrow_assignable(C++11) +#is_nothrow_assignable (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_nothrow_constructible.md b/reference/type_traits/is_nothrow_constructible.md index 4606dcf627..fce4998c6c 100644 --- a/reference/type_traits/is_nothrow_constructible.md +++ b/reference/type_traits/is_nothrow_constructible.md @@ -1,4 +1,4 @@ -#is_nothrow_constructible(C++11) +#is_nothrow_constructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_nothrow_copy_assignable.md b/reference/type_traits/is_nothrow_copy_assignable.md index d5fe7cbfac..8d4217913b 100644 --- a/reference/type_traits/is_nothrow_copy_assignable.md +++ b/reference/type_traits/is_nothrow_copy_assignable.md @@ -1,4 +1,4 @@ -#is_nothrow_copy_assignable(C++11) +#is_nothrow_copy_assignable (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_nothrow_copy_constructible.md b/reference/type_traits/is_nothrow_copy_constructible.md index cbdb320bf6..e934b4b8c9 100644 --- a/reference/type_traits/is_nothrow_copy_constructible.md +++ b/reference/type_traits/is_nothrow_copy_constructible.md @@ -1,4 +1,4 @@ -#is_nothrow_copy_constructible(C++11) +#is_nothrow_copy_constructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_nothrow_default_constructible.md b/reference/type_traits/is_nothrow_default_constructible.md index 299d55ef69..be3a84a91e 100644 --- a/reference/type_traits/is_nothrow_default_constructible.md +++ b/reference/type_traits/is_nothrow_default_constructible.md @@ -1,4 +1,4 @@ -#is_nothrow_default_constructible(C++11) +#is_nothrow_default_constructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_nothrow_destructible.md b/reference/type_traits/is_nothrow_destructible.md index 8c12dec836..6b453288c7 100644 --- a/reference/type_traits/is_nothrow_destructible.md +++ b/reference/type_traits/is_nothrow_destructible.md @@ -1,4 +1,4 @@ -#is_nothrow_destructible(C++11) +#is_nothrow_destructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_nothrow_move_assignable.md b/reference/type_traits/is_nothrow_move_assignable.md index 7a74dace1f..52255e6f1c 100644 --- a/reference/type_traits/is_nothrow_move_assignable.md +++ b/reference/type_traits/is_nothrow_move_assignable.md @@ -1,4 +1,4 @@ -#is_nothrow_move_assignable(C++11) +#is_nothrow_move_assignable (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_nothrow_move_constructible.md b/reference/type_traits/is_nothrow_move_constructible.md index f755ec8a17..430f8f7c8f 100644 --- a/reference/type_traits/is_nothrow_move_constructible.md +++ b/reference/type_traits/is_nothrow_move_constructible.md @@ -1,4 +1,4 @@ -#is_nothrow_move_constructible(C++11) +#is_nothrow_move_constructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_object.md b/reference/type_traits/is_object.md index 7bc760806f..ebdd172b4b 100644 --- a/reference/type_traits/is_object.md +++ b/reference/type_traits/is_object.md @@ -1,4 +1,4 @@ -#is_object(C++11) +#is_object (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_pod.md b/reference/type_traits/is_pod.md index 770d5b7629..5b5d49a91f 100644 --- a/reference/type_traits/is_pod.md +++ b/reference/type_traits/is_pod.md @@ -1,4 +1,4 @@ -#is_pod(C++11) +#is_pod (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_pointer.md b/reference/type_traits/is_pointer.md index 11e5c00473..919902e6cc 100644 --- a/reference/type_traits/is_pointer.md +++ b/reference/type_traits/is_pointer.md @@ -1,4 +1,4 @@ -#is_pointer(C++11) +#is_pointer (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_polymorphic.md b/reference/type_traits/is_polymorphic.md index c3b948f3d6..5f269f9800 100644 --- a/reference/type_traits/is_polymorphic.md +++ b/reference/type_traits/is_polymorphic.md @@ -1,4 +1,4 @@ -#is_polymorphic(C++11) +#is_polymorphic (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_reference.md b/reference/type_traits/is_reference.md index 9011bfa01b..2dbfda2557 100644 --- a/reference/type_traits/is_reference.md +++ b/reference/type_traits/is_reference.md @@ -1,4 +1,4 @@ -#is_reference(C++11) +#is_reference (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_rvalue_reference.md b/reference/type_traits/is_rvalue_reference.md index 658fb5bc5c..ff2b986f69 100644 --- a/reference/type_traits/is_rvalue_reference.md +++ b/reference/type_traits/is_rvalue_reference.md @@ -1,4 +1,4 @@ -#is_rvalue_reference(C++11) +#is_rvalue_reference (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_same.md b/reference/type_traits/is_same.md index fa969246be..201ae33e18 100644 --- a/reference/type_traits/is_same.md +++ b/reference/type_traits/is_same.md @@ -1,4 +1,4 @@ -#is_same(C++11) +#is_same (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_scalar.md b/reference/type_traits/is_scalar.md index 7c0d03937e..a2f4724dad 100644 --- a/reference/type_traits/is_scalar.md +++ b/reference/type_traits/is_scalar.md @@ -1,4 +1,4 @@ -#is_scalar(C++11) +#is_scalar (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_signed.md b/reference/type_traits/is_signed.md index 0bed122efa..8fc47ac500 100644 --- a/reference/type_traits/is_signed.md +++ b/reference/type_traits/is_signed.md @@ -1,4 +1,4 @@ -#is_signed(C++11) +#is_signed (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_standard_layout.md b/reference/type_traits/is_standard_layout.md index 127236742f..d0336cc8a4 100644 --- a/reference/type_traits/is_standard_layout.md +++ b/reference/type_traits/is_standard_layout.md @@ -1,4 +1,4 @@ -#is_standard_layout(C++11) +#is_standard_layout (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_trivial.md b/reference/type_traits/is_trivial.md index 6bddfde29f..d5eb6a35ee 100644 --- a/reference/type_traits/is_trivial.md +++ b/reference/type_traits/is_trivial.md @@ -1,4 +1,4 @@ -#is_trivial(C++11) +#is_trivial (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_trivially_assignable.md b/reference/type_traits/is_trivially_assignable.md index 7205e46138..48e56236ee 100644 --- a/reference/type_traits/is_trivially_assignable.md +++ b/reference/type_traits/is_trivially_assignable.md @@ -1,4 +1,4 @@ -#is_trivially_assignable(C++11) +#is_trivially_assignable (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_trivially_constructible.md b/reference/type_traits/is_trivially_constructible.md index 350020c7a0..a6ebc809c1 100644 --- a/reference/type_traits/is_trivially_constructible.md +++ b/reference/type_traits/is_trivially_constructible.md @@ -1,4 +1,4 @@ -#is_trivially_constructible(C++11) +#is_trivially_constructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_trivially_copy_assignable.md b/reference/type_traits/is_trivially_copy_assignable.md index 5920468f76..3112fab08e 100644 --- a/reference/type_traits/is_trivially_copy_assignable.md +++ b/reference/type_traits/is_trivially_copy_assignable.md @@ -1,4 +1,4 @@ -#is_trivially_copy_assignable(C++11) +#is_trivially_copy_assignable (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_trivially_copy_constructible.md b/reference/type_traits/is_trivially_copy_constructible.md index 6d66f93975..db85d1cad0 100644 --- a/reference/type_traits/is_trivially_copy_constructible.md +++ b/reference/type_traits/is_trivially_copy_constructible.md @@ -1,4 +1,4 @@ -#is_trivially_copy_constructible(C++11) +#is_trivially_copy_constructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_trivially_copyable.md b/reference/type_traits/is_trivially_copyable.md index 6715dbb309..bb1e9ceb0b 100644 --- a/reference/type_traits/is_trivially_copyable.md +++ b/reference/type_traits/is_trivially_copyable.md @@ -1,4 +1,4 @@ -#is_trivially_copyable(C++11) +#is_trivially_copyable (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_trivially_default_constructible.md b/reference/type_traits/is_trivially_default_constructible.md index 928f2f40cb..9d453c28d6 100644 --- a/reference/type_traits/is_trivially_default_constructible.md +++ b/reference/type_traits/is_trivially_default_constructible.md @@ -1,4 +1,4 @@ -#is_trivially_default_constructible(C++11) +#is_trivially_default_constructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_trivially_destructible.md b/reference/type_traits/is_trivially_destructible.md index c8b847626f..ca35f586d2 100644 --- a/reference/type_traits/is_trivially_destructible.md +++ b/reference/type_traits/is_trivially_destructible.md @@ -1,4 +1,4 @@ -#is_trivially_destructible(C++11) +#is_trivially_destructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_trivially_move_assignable.md b/reference/type_traits/is_trivially_move_assignable.md index 6fc16c6dac..b50b925e50 100644 --- a/reference/type_traits/is_trivially_move_assignable.md +++ b/reference/type_traits/is_trivially_move_assignable.md @@ -1,4 +1,4 @@ -#is_trivially_move_assignable(C++11) +#is_trivially_move_assignable (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_trivially_move_constructible.md b/reference/type_traits/is_trivially_move_constructible.md index 27a7f3238f..d128f32e37 100644 --- a/reference/type_traits/is_trivially_move_constructible.md +++ b/reference/type_traits/is_trivially_move_constructible.md @@ -1,4 +1,4 @@ -#is_trivially_move_constructible(C++11) +#is_trivially_move_constructible (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_union.md b/reference/type_traits/is_union.md index 445754a43d..b2e187ea78 100644 --- a/reference/type_traits/is_union.md +++ b/reference/type_traits/is_union.md @@ -1,4 +1,4 @@ -#is_union(C++11) +#is_union (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_unsigned.md b/reference/type_traits/is_unsigned.md index b8002be483..6abb3d1ea0 100644 --- a/reference/type_traits/is_unsigned.md +++ b/reference/type_traits/is_unsigned.md @@ -1,4 +1,4 @@ -#is_unsigned(C++11) +#is_unsigned (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_void.md b/reference/type_traits/is_void.md index bd5d262f1c..44686f2821 100644 --- a/reference/type_traits/is_void.md +++ b/reference/type_traits/is_void.md @@ -1,4 +1,4 @@ -#is_void(C++11) +#is_void (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/is_volatile.md b/reference/type_traits/is_volatile.md index d582082f9e..0df84af558 100644 --- a/reference/type_traits/is_volatile.md +++ b/reference/type_traits/is_volatile.md @@ -1,4 +1,4 @@ -#is_volatile(C++11) +#is_volatile (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/make_signed.md b/reference/type_traits/make_signed.md index d3741cd93b..06ffd1b5bd 100644 --- a/reference/type_traits/make_signed.md +++ b/reference/type_traits/make_signed.md @@ -1,4 +1,4 @@ -#make_signed(C++11) +#make_signed (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/make_unsigned.md b/reference/type_traits/make_unsigned.md index 1a4b305dfb..a6181784eb 100644 --- a/reference/type_traits/make_unsigned.md +++ b/reference/type_traits/make_unsigned.md @@ -1,4 +1,4 @@ -#make_unsigned(C++11) +#make_unsigned (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/rank.md b/reference/type_traits/rank.md index 488525fb02..f57276faf6 100644 --- a/reference/type_traits/rank.md +++ b/reference/type_traits/rank.md @@ -1,4 +1,4 @@ -#rank(C++11) +#rank (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/remove_all_extents.md b/reference/type_traits/remove_all_extents.md index 45fc3db93e..09800be9bb 100644 --- a/reference/type_traits/remove_all_extents.md +++ b/reference/type_traits/remove_all_extents.md @@ -1,4 +1,4 @@ -#remove_all_extents(C++11) +#remove_all_extents (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/remove_const.md b/reference/type_traits/remove_const.md index 07aa4c6c93..f5cd77b712 100644 --- a/reference/type_traits/remove_const.md +++ b/reference/type_traits/remove_const.md @@ -1,4 +1,4 @@ -#remove_const(C++11) +#remove_const (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/remove_cv.md b/reference/type_traits/remove_cv.md index 20f034cd8e..fa6d146d7e 100644 --- a/reference/type_traits/remove_cv.md +++ b/reference/type_traits/remove_cv.md @@ -1,4 +1,4 @@ -#remove_cv(C++11) +#remove_cv (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/remove_extent.md b/reference/type_traits/remove_extent.md index 1b31409262..0490e12344 100644 --- a/reference/type_traits/remove_extent.md +++ b/reference/type_traits/remove_extent.md @@ -1,4 +1,4 @@ -#remove_extent(C++11) +#remove_extent (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/remove_pointer.md b/reference/type_traits/remove_pointer.md index 9c92a314de..e2ded62d2a 100644 --- a/reference/type_traits/remove_pointer.md +++ b/reference/type_traits/remove_pointer.md @@ -1,4 +1,4 @@ -#remove_pointer(C++11) +#remove_pointer (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/remove_reference.md b/reference/type_traits/remove_reference.md index d3c36686bf..550200f54d 100644 --- a/reference/type_traits/remove_reference.md +++ b/reference/type_traits/remove_reference.md @@ -1,4 +1,4 @@ -#remove_reference(C++11) +#remove_reference (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/remove_volatile.md b/reference/type_traits/remove_volatile.md index 10211a990a..c66e404407 100644 --- a/reference/type_traits/remove_volatile.md +++ b/reference/type_traits/remove_volatile.md @@ -1,4 +1,4 @@ -#remove_volatile(C++11) +#remove_volatile (C++11) ```cpp namespace std { template diff --git a/reference/type_traits/result_of.md b/reference/type_traits/result_of.md index 92054b9bc7..0b1755f9c2 100644 --- a/reference/type_traits/result_of.md +++ b/reference/type_traits/result_of.md @@ -1,4 +1,4 @@ -#result_of(C++11) +#result_of (C++11) ```cpp namespace std { template class result_of; // 宣言のみ diff --git a/reference/type_traits/underlying_type.md b/reference/type_traits/underlying_type.md index bc04b2dedf..92a522b496 100644 --- a/reference/type_traits/underlying_type.md +++ b/reference/type_traits/underlying_type.md @@ -1,4 +1,4 @@ -#underlying_type(C++11) +#underlying_type (C++11) ```cpp namespace std { template diff --git a/reference/typeindex.md b/reference/typeindex.md index 54eba80729..fc7c6a67cb 100644 --- a/reference/typeindex.md +++ b/reference/typeindex.md @@ -1,4 +1,4 @@ -#typeindex(C++11) +#typeindex (C++11) ``ヘッダでは、[`type_info`](/reference/typeinfo/type_info.md)を連想コンテナのインデックスで使用するための`type_index`クラスを定義する。 diff --git a/reference/typeindex/type_index.md b/reference/typeindex/type_index.md index bccc3ad0b3..fafc37a47c 100644 --- a/reference/typeindex/type_index.md +++ b/reference/typeindex/type_index.md @@ -1,4 +1,4 @@ -#type_index(C++11) +#type_index (C++11) ```cpp namespace std { class type_index; diff --git a/reference/typeindex/type_index/equal.md b/reference/typeindex/type_index/equal.md index bf6798af35..b3b9063e26 100644 --- a/reference/typeindex/type_index/equal.md +++ b/reference/typeindex/type_index/equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp bool operator==(const type_index& rhs) const noexcept; ``` diff --git a/reference/typeindex/type_index/greater.md b/reference/typeindex/type_index/greater.md index 510d175b4b..3be1a6eb7c 100644 --- a/reference/typeindex/type_index/greater.md +++ b/reference/typeindex/type_index/greater.md @@ -1,4 +1,4 @@ -#operator>(C++11) +#operator> (C++11) ```cpp bool operator>(const type_index& rhs) const noexcept; ``` diff --git a/reference/typeindex/type_index/greater_equal.md b/reference/typeindex/type_index/greater_equal.md index 20fd78282a..132ade790f 100644 --- a/reference/typeindex/type_index/greater_equal.md +++ b/reference/typeindex/type_index/greater_equal.md @@ -1,4 +1,4 @@ -#operator>=(C++11) +#operator>= (C++11) ```cpp bool operator>=(const type_index& rhs) const noexcept; ``` diff --git a/reference/typeindex/type_index/hash_code.md b/reference/typeindex/type_index/hash_code.md index 9a8720244f..5847d4bbdb 100644 --- a/reference/typeindex/type_index/hash_code.md +++ b/reference/typeindex/type_index/hash_code.md @@ -1,4 +1,4 @@ -#hash_code(C++11) +#hash_code (C++11) ```cpp size_t hash_code() const; ``` diff --git a/reference/typeindex/type_index/less.md b/reference/typeindex/type_index/less.md index e626ba3007..08f2558176 100644 --- a/reference/typeindex/type_index/less.md +++ b/reference/typeindex/type_index/less.md @@ -1,4 +1,4 @@ -#operator<(C++11) +#operator< (C++11) ```cpp bool operator<(const type_index& rhs) const noexcept; ``` diff --git a/reference/typeindex/type_index/less_equal.md b/reference/typeindex/type_index/less_equal.md index e5be602b4d..fa62783949 100644 --- a/reference/typeindex/type_index/less_equal.md +++ b/reference/typeindex/type_index/less_equal.md @@ -1,4 +1,4 @@ -#operator<=(C++11) +#operator<= (C++11) ```cpp bool operator<=(const type_index& rhs) const noexcept; ``` diff --git a/reference/typeindex/type_index/name.md b/reference/typeindex/type_index/name.md index 69fd8fd316..4f1ba505f8 100644 --- a/reference/typeindex/type_index/name.md +++ b/reference/typeindex/type_index/name.md @@ -1,4 +1,4 @@ -#name(C++11) +#name (C++11) ```cpp const char* name() const; ``` diff --git a/reference/typeindex/type_index/not_equal.md b/reference/typeindex/type_index/not_equal.md index e081b57037..5cfb554bae 100644 --- a/reference/typeindex/type_index/not_equal.md +++ b/reference/typeindex/type_index/not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp bool operator!=(const type_index& rhs) const noexcept; ``` diff --git a/reference/typeindex/type_index/type_index.md b/reference/typeindex/type_index/type_index.md index 5bd02b3eca..ca04c0f22d 100644 --- a/reference/typeindex/type_index/type_index.md +++ b/reference/typeindex/type_index/type_index.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp type_index(const type_info& rhs) noexcept; ``` diff --git a/reference/typeinfo/type_info/hash_code.md b/reference/typeinfo/type_info/hash_code.md index f86ed44545..2f21f2ede0 100644 --- a/reference/typeinfo/type_info/hash_code.md +++ b/reference/typeinfo/type_info/hash_code.md @@ -1,4 +1,4 @@ -#hash_code(C++11) +#hash_code (C++11) ```cpp size_t hash_code() const noexcept; ``` diff --git a/reference/unordered_map.md b/reference/unordered_map.md index 9c0352bc47..13e2db7fd8 100644 --- a/reference/unordered_map.md +++ b/reference/unordered_map.md @@ -1,4 +1,4 @@ -#unordered_map(C++11) +#unordered_map (C++11) `` ヘッダは、キーと値のペアが要素である非順序連想コンテナを提供する。 [``](/site/cpprefjp/reference/map) と異なり、各要素はキーの順序ではなくキーのハッシュ値に基づいて格納されるため、イテレータを用いたコンテナの走査の順序は(名前の通り)有意ではない。 diff --git a/reference/unordered_map/unordered_map.md b/reference/unordered_map/unordered_map.md index 709d01dc2f..f70f504eb2 100644 --- a/reference/unordered_map/unordered_map.md +++ b/reference/unordered_map/unordered_map.md @@ -1,4 +1,4 @@ -#unordered_map(C++11) +#unordered_map (C++11) ```cpp namespace std { template pair emplace(Args&&... args); diff --git a/reference/unordered_map/unordered_map/emplace_hint.md b/reference/unordered_map/unordered_map/emplace_hint.md index 5afce7b5de..9f3b228700 100644 --- a/reference/unordered_map/unordered_map/emplace_hint.md +++ b/reference/unordered_map/unordered_map/emplace_hint.md @@ -1,4 +1,4 @@ -#emplace_hint(C++11) +#emplace_hint (C++11) ```cpp template iterator emplace_hint(const_iterator position, Args&&... args); diff --git a/reference/unordered_map/unordered_map/empty.md b/reference/unordered_map/unordered_map/empty.md index 8c9dbfc95d..93b72b25a8 100644 --- a/reference/unordered_map/unordered_map/empty.md +++ b/reference/unordered_map/unordered_map/empty.md @@ -1,4 +1,4 @@ -#empty(C++11) +#empty (C++11) ```cpp bool empty() const noexcept; ``` diff --git a/reference/unordered_map/unordered_map/end-size_type.md b/reference/unordered_map/unordered_map/end-size_type.md index d144d19dfe..c24d270ff2 100644 --- a/reference/unordered_map/unordered_map/end-size_type.md +++ b/reference/unordered_map/unordered_map/end-size_type.md @@ -1,4 +1,4 @@ -#end(size_type)(C++11) +#end(size_type) (C++11) ```cpp local_iterator end(size_type n); const_local_iterator end(size_type n) const; diff --git a/reference/unordered_map/unordered_map/end.md b/reference/unordered_map/unordered_map/end.md index f49b7b406e..cb59cd2b0e 100644 --- a/reference/unordered_map/unordered_map/end.md +++ b/reference/unordered_map/unordered_map/end.md @@ -1,4 +1,4 @@ -#end(C++11) +#end (C++11) ```cpp iterator end() noexcept; const_iterator end() const noexcept; diff --git a/reference/unordered_map/unordered_map/equal_range.md b/reference/unordered_map/unordered_map/equal_range.md index c87299568d..8a42b6fc8f 100644 --- a/reference/unordered_map/unordered_map/equal_range.md +++ b/reference/unordered_map/unordered_map/equal_range.md @@ -1,4 +1,4 @@ -#equal_range(C++11) +#equal_range (C++11) ```cpp pair equal_range(const key_type& x); pair equal_range(const key_type& x) const; diff --git a/reference/unordered_map/unordered_map/erase.md b/reference/unordered_map/unordered_map/erase.md index 8a7faf2c70..2ab5003094 100644 --- a/reference/unordered_map/unordered_map/erase.md +++ b/reference/unordered_map/unordered_map/erase.md @@ -1,4 +1,4 @@ -#erase(C++11) +#erase (C++11) ```cpp iterator erase(const_iterator position); // (1) diff --git a/reference/unordered_map/unordered_map/find.md b/reference/unordered_map/unordered_map/find.md index eb8b5005ff..6e088ff7ca 100644 --- a/reference/unordered_map/unordered_map/find.md +++ b/reference/unordered_map/unordered_map/find.md @@ -1,4 +1,4 @@ -#find(C++11) +#find (C++11) ```cpp iterator find(const key_type& x); const_iterator find(const key_type& x) const; diff --git a/reference/unordered_map/unordered_map/get_allocator.md b/reference/unordered_map/unordered_map/get_allocator.md index 1c7b892bc3..ca1feb5648 100644 --- a/reference/unordered_map/unordered_map/get_allocator.md +++ b/reference/unordered_map/unordered_map/get_allocator.md @@ -1,4 +1,4 @@ -#get_allocator(C++11) +#get_allocator (C++11) ```cpp allocator_type get_allocator() const noexcept; ``` diff --git a/reference/unordered_map/unordered_map/hash_function.md b/reference/unordered_map/unordered_map/hash_function.md index a75e56c071..63ffc6c251 100644 --- a/reference/unordered_map/unordered_map/hash_function.md +++ b/reference/unordered_map/unordered_map/hash_function.md @@ -1,4 +1,4 @@ -#hash_function(C++11) +#hash_function (C++11) ```cpp hasher hash_function() const; ``` diff --git a/reference/unordered_map/unordered_map/insert.md b/reference/unordered_map/unordered_map/insert.md index da1e397ecd..bcaa98c193 100644 --- a/reference/unordered_map/unordered_map/insert.md +++ b/reference/unordered_map/unordered_map/insert.md @@ -1,4 +1,4 @@ -#insert(C++11) +#insert (C++11) ```cpp pair insert(const value_type& v); // (1) diff --git a/reference/unordered_map/unordered_map/key_eq.md b/reference/unordered_map/unordered_map/key_eq.md index 36b5e26c34..2aa6db2229 100644 --- a/reference/unordered_map/unordered_map/key_eq.md +++ b/reference/unordered_map/unordered_map/key_eq.md @@ -1,4 +1,4 @@ -#key_eq(C++11) +#key_eq (C++11) ```cpp key_equal key_eq() const; ``` diff --git a/reference/unordered_map/unordered_map/load_factor.md b/reference/unordered_map/unordered_map/load_factor.md index 0b08962e7b..f83fa6018b 100644 --- a/reference/unordered_map/unordered_map/load_factor.md +++ b/reference/unordered_map/unordered_map/load_factor.md @@ -1,4 +1,4 @@ -#load_factor(C++11) +#load_factor (C++11) ```cpp float load_factor() const noexcept; ``` diff --git a/reference/unordered_map/unordered_map/max_bucket_count.md b/reference/unordered_map/unordered_map/max_bucket_count.md index 2c9570d067..70162eb320 100644 --- a/reference/unordered_map/unordered_map/max_bucket_count.md +++ b/reference/unordered_map/unordered_map/max_bucket_count.md @@ -1,4 +1,4 @@ -#max_bucket_count(C++11) +#max_bucket_count (C++11) ```cpp size_type max_bucket_count() const noexcept; ``` diff --git a/reference/unordered_map/unordered_map/max_load_factor.md b/reference/unordered_map/unordered_map/max_load_factor.md index 15652e95e5..491b107819 100644 --- a/reference/unordered_map/unordered_map/max_load_factor.md +++ b/reference/unordered_map/unordered_map/max_load_factor.md @@ -1,4 +1,4 @@ -#max_load_factor(C++11) +#max_load_factor (C++11) ```cpp float max_load_factor() const noexcept; // (1) void max_load_factor(float z); // (2) diff --git a/reference/unordered_map/unordered_map/max_size.md b/reference/unordered_map/unordered_map/max_size.md index 69dab6d45d..2f6b37d87d 100644 --- a/reference/unordered_map/unordered_map/max_size.md +++ b/reference/unordered_map/unordered_map/max_size.md @@ -1,4 +1,4 @@ -#max_size(C++11) +#max_size (C++11) ```cpp size_type max_size() const noexcept; ``` diff --git a/reference/unordered_map/unordered_map/op_assign.md b/reference/unordered_map/unordered_map/op_assign.md index 3c01209655..6edfb87997 100644 --- a/reference/unordered_map/unordered_map/op_assign.md +++ b/reference/unordered_map/unordered_map/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp unordered_map& operator=(const unordered_map& v); // (1) unordered_map& operator=(unordered_map&& rv); // (2) diff --git a/reference/unordered_map/unordered_map/op_at.md b/reference/unordered_map/unordered_map/op_at.md index 9d27986af1..7358d3f702 100644 --- a/reference/unordered_map/unordered_map/op_at.md +++ b/reference/unordered_map/unordered_map/op_at.md @@ -1,4 +1,4 @@ -#operator[](C++11) +#operator[] (C++11) ```cpp T& operator[](const key_type& x); T& operator[](const key_type&& x); diff --git a/reference/unordered_map/unordered_map/op_equal.md b/reference/unordered_map/unordered_map/op_equal.md index 6aeea9ea9b..48147b8bed 100644 --- a/reference/unordered_map/unordered_map/op_equal.md +++ b/reference/unordered_map/unordered_map/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp template bool operator== (const unordered_map& x, diff --git a/reference/unordered_map/unordered_map/op_not_equal.md b/reference/unordered_map/unordered_map/op_not_equal.md index f094c872a7..1d0ac0ce2d 100644 --- a/reference/unordered_map/unordered_map/op_not_equal.md +++ b/reference/unordered_map/unordered_map/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp template bool operator!= (const unordered_map& x, diff --git a/reference/unordered_map/unordered_map/rehash.md b/reference/unordered_map/unordered_map/rehash.md index b1ba2df4c0..d06d6b6501 100644 --- a/reference/unordered_map/unordered_map/rehash.md +++ b/reference/unordered_map/unordered_map/rehash.md @@ -1,4 +1,4 @@ -#rehash(C++11) +#rehash (C++11) ```cpp void rehash(size_type n); ``` diff --git a/reference/unordered_map/unordered_map/reserve.md b/reference/unordered_map/unordered_map/reserve.md index 47f093777f..799d70ac7e 100644 --- a/reference/unordered_map/unordered_map/reserve.md +++ b/reference/unordered_map/unordered_map/reserve.md @@ -1,4 +1,4 @@ -#reserve(C++11) +#reserve (C++11) ```cpp void reserve(size_type n); ``` diff --git a/reference/unordered_map/unordered_map/size.md b/reference/unordered_map/unordered_map/size.md index 048be348dd..511e8a29e3 100644 --- a/reference/unordered_map/unordered_map/size.md +++ b/reference/unordered_map/unordered_map/size.md @@ -1,4 +1,4 @@ -#size(C++11) +#size (C++11) ```cpp size_type size() const noexcept; ``` diff --git a/reference/unordered_map/unordered_map/swap.md b/reference/unordered_map/unordered_map/swap.md index a1b9881ba2..b6462e9cfc 100644 --- a/reference/unordered_map/unordered_map/swap.md +++ b/reference/unordered_map/unordered_map/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(unordered_map& v); ``` diff --git a/reference/unordered_map/unordered_map/unordered_map.md b/reference/unordered_map/unordered_map/unordered_map.md index 4b2a960857..1b6f9cc1a8 100644 --- a/reference/unordered_map/unordered_map/unordered_map.md +++ b/reference/unordered_map/unordered_map/unordered_map.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit unordered_map(size_type n = 実装依存の既定値, const hasher& hf = hasher(), diff --git a/reference/unordered_map/unordered_multimap.md b/reference/unordered_map/unordered_multimap.md index 64e97c381d..78fb56e747 100644 --- a/reference/unordered_map/unordered_multimap.md +++ b/reference/unordered_map/unordered_multimap.md @@ -1,4 +1,4 @@ -#unordered_multimap(C++11) +#unordered_multimap (C++11) ```cpp namespace std { template iterator emplace(Args&&... args); diff --git a/reference/unordered_map/unordered_multimap/emplace_hint.md b/reference/unordered_map/unordered_multimap/emplace_hint.md index a80183bcda..26194fe795 100644 --- a/reference/unordered_map/unordered_multimap/emplace_hint.md +++ b/reference/unordered_map/unordered_multimap/emplace_hint.md @@ -1,4 +1,4 @@ -#emplace_hint(C++11) +#emplace_hint (C++11) ```cpp template iterator emplace_hint(const_iterator position, Args&&... args); diff --git a/reference/unordered_map/unordered_multimap/empty.md b/reference/unordered_map/unordered_multimap/empty.md index ec4ecb411c..11c260f4ce 100644 --- a/reference/unordered_map/unordered_multimap/empty.md +++ b/reference/unordered_map/unordered_multimap/empty.md @@ -1,4 +1,4 @@ -#empty(C++11) +#empty (C++11) ```cpp bool empty() const noexcept; ``` diff --git a/reference/unordered_map/unordered_multimap/end-size_type.md b/reference/unordered_map/unordered_multimap/end-size_type.md index 23327c02a7..0fea715b44 100644 --- a/reference/unordered_map/unordered_multimap/end-size_type.md +++ b/reference/unordered_map/unordered_multimap/end-size_type.md @@ -1,4 +1,4 @@ -#end(size_type)(C++11) +#end(size_type) (C++11) ```cpp local_iterator end(size_type n); const_local_iterator end(size_type n) const; diff --git a/reference/unordered_map/unordered_multimap/end.md b/reference/unordered_map/unordered_multimap/end.md index 57c6b45815..c5bed4f54f 100644 --- a/reference/unordered_map/unordered_multimap/end.md +++ b/reference/unordered_map/unordered_multimap/end.md @@ -1,4 +1,4 @@ -#end(C++11) +#end (C++11) ```cpp iterator end() noexcept; const_iterator end() const noexcept; diff --git a/reference/unordered_map/unordered_multimap/equal_range.md b/reference/unordered_map/unordered_multimap/equal_range.md index 71398406ca..99d9a1bc2a 100644 --- a/reference/unordered_map/unordered_multimap/equal_range.md +++ b/reference/unordered_map/unordered_multimap/equal_range.md @@ -1,4 +1,4 @@ -#equal_range(C++11) +#equal_range (C++11) ```cpp pair equal_range(const key_type& x); pair equal_range(const key_type& x) const; diff --git a/reference/unordered_map/unordered_multimap/erase.md b/reference/unordered_map/unordered_multimap/erase.md index 55815f145d..220b4e1ea7 100644 --- a/reference/unordered_map/unordered_multimap/erase.md +++ b/reference/unordered_map/unordered_multimap/erase.md @@ -1,4 +1,4 @@ -#erase(C++11) +#erase (C++11) ```cpp iterator erase(const_iterator position); // (1) diff --git a/reference/unordered_map/unordered_multimap/find.md b/reference/unordered_map/unordered_multimap/find.md index fe6bcd6726..481081555e 100644 --- a/reference/unordered_map/unordered_multimap/find.md +++ b/reference/unordered_map/unordered_multimap/find.md @@ -1,4 +1,4 @@ -#find(C++11) +#find (C++11) ```cpp iterator find ( const key_type& k ); const_iterator find ( const key_type& k ) const; diff --git a/reference/unordered_map/unordered_multimap/get_allocator.md b/reference/unordered_map/unordered_multimap/get_allocator.md index 9d5f2dccd7..4738486144 100644 --- a/reference/unordered_map/unordered_multimap/get_allocator.md +++ b/reference/unordered_map/unordered_multimap/get_allocator.md @@ -1,4 +1,4 @@ -#get_allocator(C++11) +#get_allocator (C++11) ```cpp allocator_type get_allocator() const noexcept; ``` diff --git a/reference/unordered_map/unordered_multimap/hash_function.md b/reference/unordered_map/unordered_multimap/hash_function.md index 15e1720fe6..03694d0850 100644 --- a/reference/unordered_map/unordered_multimap/hash_function.md +++ b/reference/unordered_map/unordered_multimap/hash_function.md @@ -1,4 +1,4 @@ -#hash_function(C++11) +#hash_function (C++11) ```cpp hasher hash_function() const; ``` diff --git a/reference/unordered_map/unordered_multimap/insert.md b/reference/unordered_map/unordered_multimap/insert.md index 0bf8a4eb7e..ffa4d693f4 100644 --- a/reference/unordered_map/unordered_multimap/insert.md +++ b/reference/unordered_map/unordered_multimap/insert.md @@ -1,4 +1,4 @@ -#insert(C++11) +#insert (C++11) ```cpp iterator insert(const value_type& v); // (1) diff --git a/reference/unordered_map/unordered_multimap/key_eq.md b/reference/unordered_map/unordered_multimap/key_eq.md index db52d55344..bd1d034783 100644 --- a/reference/unordered_map/unordered_multimap/key_eq.md +++ b/reference/unordered_map/unordered_multimap/key_eq.md @@ -1,4 +1,4 @@ -#key_eq(C++11) +#key_eq (C++11) ```cpp key_equal key_eq() const; ``` diff --git a/reference/unordered_map/unordered_multimap/load_factor.md b/reference/unordered_map/unordered_multimap/load_factor.md index d042531a4e..8cae7306e5 100644 --- a/reference/unordered_map/unordered_multimap/load_factor.md +++ b/reference/unordered_map/unordered_multimap/load_factor.md @@ -1,4 +1,4 @@ -#load_factor(C++11) +#load_factor (C++11) ```cpp float load_factor() const noexcept; ``` diff --git a/reference/unordered_map/unordered_multimap/max_bucket_count.md b/reference/unordered_map/unordered_multimap/max_bucket_count.md index 42b6e4489f..122baaefcc 100644 --- a/reference/unordered_map/unordered_multimap/max_bucket_count.md +++ b/reference/unordered_map/unordered_multimap/max_bucket_count.md @@ -1,4 +1,4 @@ -#max_bucket_count(C++11) +#max_bucket_count (C++11) ```cpp size_type max_bucket_count() const noexcept; ``` diff --git a/reference/unordered_map/unordered_multimap/max_load_factor.md b/reference/unordered_map/unordered_multimap/max_load_factor.md index 59843d6e75..c17a52f77d 100644 --- a/reference/unordered_map/unordered_multimap/max_load_factor.md +++ b/reference/unordered_map/unordered_multimap/max_load_factor.md @@ -1,4 +1,4 @@ -#max_load_factor(C++11) +#max_load_factor (C++11) ```cpp float max_load_factor() const noexcept; // (1) void max_load_factor(float z); // (2) diff --git a/reference/unordered_map/unordered_multimap/max_size.md b/reference/unordered_map/unordered_multimap/max_size.md index 475322ea11..7b904a5c30 100644 --- a/reference/unordered_map/unordered_multimap/max_size.md +++ b/reference/unordered_map/unordered_multimap/max_size.md @@ -1,4 +1,4 @@ -#max_size(C++11) +#max_size (C++11) ```cpp size_type max_size() const noexcept; ``` diff --git a/reference/unordered_map/unordered_multimap/op_assign.md b/reference/unordered_map/unordered_multimap/op_assign.md index 39bd82ee90..2d9d406e72 100644 --- a/reference/unordered_map/unordered_multimap/op_assign.md +++ b/reference/unordered_map/unordered_multimap/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp unordered_multimap& operator=(const unordered_multimap& v); // (1) unordered_multimap& operator=(unordered_multimap&& rv); // (2) diff --git a/reference/unordered_map/unordered_multimap/op_equal.md b/reference/unordered_map/unordered_multimap/op_equal.md index f188cdf678..e13766edeb 100644 --- a/reference/unordered_map/unordered_multimap/op_equal.md +++ b/reference/unordered_map/unordered_multimap/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp template bool operator== (const unordered_multimap& x, diff --git a/reference/unordered_map/unordered_multimap/op_not_equal.md b/reference/unordered_map/unordered_multimap/op_not_equal.md index f386c46f77..f9e1232d92 100644 --- a/reference/unordered_map/unordered_multimap/op_not_equal.md +++ b/reference/unordered_map/unordered_multimap/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp template bool operator!= (const unordered_multimap& x, diff --git a/reference/unordered_map/unordered_multimap/rehash.md b/reference/unordered_map/unordered_multimap/rehash.md index 442077275b..e525116c35 100644 --- a/reference/unordered_map/unordered_multimap/rehash.md +++ b/reference/unordered_map/unordered_multimap/rehash.md @@ -1,4 +1,4 @@ -#rehash(C++11) +#rehash (C++11) ```cpp void rehash(size_type n); ``` diff --git a/reference/unordered_map/unordered_multimap/reserve.md b/reference/unordered_map/unordered_multimap/reserve.md index 554b12c1ec..60f4eff93f 100644 --- a/reference/unordered_map/unordered_multimap/reserve.md +++ b/reference/unordered_map/unordered_multimap/reserve.md @@ -1,4 +1,4 @@ -#reserve(C++11) +#reserve (C++11) ```cpp void reserve(size_type n); ``` diff --git a/reference/unordered_map/unordered_multimap/size.md b/reference/unordered_map/unordered_multimap/size.md index e7371ecfd7..b81e048e0a 100644 --- a/reference/unordered_map/unordered_multimap/size.md +++ b/reference/unordered_map/unordered_multimap/size.md @@ -1,4 +1,4 @@ -#size(C++11) +#size (C++11) ```cpp size_type size() const noexcept; ``` diff --git a/reference/unordered_map/unordered_multimap/swap.md b/reference/unordered_map/unordered_multimap/swap.md index 0af329f77a..aba971a4d3 100644 --- a/reference/unordered_map/unordered_multimap/swap.md +++ b/reference/unordered_map/unordered_multimap/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(unordered_multimap& v); ``` diff --git a/reference/unordered_map/unordered_multimap/unordered_multimap.md b/reference/unordered_map/unordered_multimap/unordered_multimap.md index 08d1abba8c..cc2e5728b9 100644 --- a/reference/unordered_map/unordered_multimap/unordered_multimap.md +++ b/reference/unordered_map/unordered_multimap/unordered_multimap.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit unordered_multimap(size_type n = 実装依存の既定値, const hasher& hf = hasher(), diff --git a/reference/unordered_set.md b/reference/unordered_set.md index 0873adb08c..b9ddcb1664 100644 --- a/reference/unordered_set.md +++ b/reference/unordered_set.md @@ -1,4 +1,4 @@ -#unordered_set(C++11) +#unordered_set (C++11) `` ヘッダは、キーが要素である非順序連想コンテナを提供する。 [``](/reference/set.md) と異なり、各要素はキーの順序ではなくキーのハッシュ値に基づいて格納されるため、イテレータを用いたコンテナの走査の順序は(名前の通り)有意ではない。 diff --git a/reference/unordered_set/unordered_multiset.md b/reference/unordered_set/unordered_multiset.md index a3f67d66cd..2921162814 100644 --- a/reference/unordered_set/unordered_multiset.md +++ b/reference/unordered_set/unordered_multiset.md @@ -1,4 +1,4 @@ -#unordered_multiset(C++11) +#unordered_multiset (C++11) ```cpp namespace std { template iterator emplace(Args&&... args); diff --git a/reference/unordered_set/unordered_multiset/emplace_hint.md b/reference/unordered_set/unordered_multiset/emplace_hint.md index 67208501c0..3cf637dc35 100644 --- a/reference/unordered_set/unordered_multiset/emplace_hint.md +++ b/reference/unordered_set/unordered_multiset/emplace_hint.md @@ -1,4 +1,4 @@ -#emplace_hint(C++11) +#emplace_hint (C++11) ```cpp template iterator emplace_hint(const_iterator position, Args&&... args); diff --git a/reference/unordered_set/unordered_multiset/empty.md b/reference/unordered_set/unordered_multiset/empty.md index bfa9ba673c..b719c1ec3d 100644 --- a/reference/unordered_set/unordered_multiset/empty.md +++ b/reference/unordered_set/unordered_multiset/empty.md @@ -1,4 +1,4 @@ -#empty(C++11) +#empty (C++11) ```cpp bool empty() const noexcept; ``` diff --git a/reference/unordered_set/unordered_multiset/end-size_type.md b/reference/unordered_set/unordered_multiset/end-size_type.md index fd32c74952..d62c12004e 100644 --- a/reference/unordered_set/unordered_multiset/end-size_type.md +++ b/reference/unordered_set/unordered_multiset/end-size_type.md @@ -1,4 +1,4 @@ -#end(size_type)(C++11) +#end(size_type) (C++11) ```cpp local_iterator end(size_type n); const_local_iterator end(size_type n) const; diff --git a/reference/unordered_set/unordered_multiset/end.md b/reference/unordered_set/unordered_multiset/end.md index 9a853e8fa5..5df991325a 100644 --- a/reference/unordered_set/unordered_multiset/end.md +++ b/reference/unordered_set/unordered_multiset/end.md @@ -1,4 +1,4 @@ -#end(C++11) +#end (C++11) ```cpp iterator end() noexcept; const_iterator end() const noexcept; diff --git a/reference/unordered_set/unordered_multiset/equal_range.md b/reference/unordered_set/unordered_multiset/equal_range.md index db40dbc548..6c6086b0d4 100644 --- a/reference/unordered_set/unordered_multiset/equal_range.md +++ b/reference/unordered_set/unordered_multiset/equal_range.md @@ -1,4 +1,4 @@ -#equal_range(C++11) +#equal_range (C++11) ```cpp std::pair equal_range(const key_type& k); std::pair equal_range(const key_type& k) const; diff --git a/reference/unordered_set/unordered_multiset/erase.md b/reference/unordered_set/unordered_multiset/erase.md index 5b0dc0585d..200ee2a2ae 100644 --- a/reference/unordered_set/unordered_multiset/erase.md +++ b/reference/unordered_set/unordered_multiset/erase.md @@ -1,4 +1,4 @@ -#erase(C++11) +#erase (C++11) ```cpp iterator erase(const_iterator position); // (1) diff --git a/reference/unordered_set/unordered_multiset/find.md b/reference/unordered_set/unordered_multiset/find.md index a00aaa9c35..9631c3b090 100644 --- a/reference/unordered_set/unordered_multiset/find.md +++ b/reference/unordered_set/unordered_multiset/find.md @@ -1,4 +1,4 @@ -#find(C++11) +#find (C++11) ```cpp iterator find(const key_type& k); const_iterator find(const key_type& k) const; diff --git a/reference/unordered_set/unordered_multiset/get_allocator.md b/reference/unordered_set/unordered_multiset/get_allocator.md index d3df255d3b..293242b45f 100644 --- a/reference/unordered_set/unordered_multiset/get_allocator.md +++ b/reference/unordered_set/unordered_multiset/get_allocator.md @@ -1,4 +1,4 @@ -#get_allocator(C++11) +#get_allocator (C++11) ```cpp allocator_type get_allocator() const noexcept; ``` diff --git a/reference/unordered_set/unordered_multiset/hash_function.md b/reference/unordered_set/unordered_multiset/hash_function.md index 19a7a11a2b..4afb9e1bd3 100644 --- a/reference/unordered_set/unordered_multiset/hash_function.md +++ b/reference/unordered_set/unordered_multiset/hash_function.md @@ -1,4 +1,4 @@ -#hash_function(C++11) +#hash_function (C++11) ```cpp hasher hash_function() const; ``` diff --git a/reference/unordered_set/unordered_multiset/insert.md b/reference/unordered_set/unordered_multiset/insert.md index 4bbea6748b..955eced79d 100644 --- a/reference/unordered_set/unordered_multiset/insert.md +++ b/reference/unordered_set/unordered_multiset/insert.md @@ -1,4 +1,4 @@ -#insert(C++11) +#insert (C++11) ```cpp iterator insert(const value_type& v); iterator insert(value_type&& rv); // (1) diff --git a/reference/unordered_set/unordered_multiset/key_eq.md b/reference/unordered_set/unordered_multiset/key_eq.md index 26d307dcca..63b28d5f60 100644 --- a/reference/unordered_set/unordered_multiset/key_eq.md +++ b/reference/unordered_set/unordered_multiset/key_eq.md @@ -1,4 +1,4 @@ -#key_eq(C++11) +#key_eq (C++11) ```cpp key_equal key_eq() const; ``` diff --git a/reference/unordered_set/unordered_multiset/load_factor.md b/reference/unordered_set/unordered_multiset/load_factor.md index 16440eafba..928c3c5d65 100644 --- a/reference/unordered_set/unordered_multiset/load_factor.md +++ b/reference/unordered_set/unordered_multiset/load_factor.md @@ -1,4 +1,4 @@ -#load_factor(C++11) +#load_factor (C++11) ```cpp float load_factor() const noexcept; ``` diff --git a/reference/unordered_set/unordered_multiset/max_bucket_count.md b/reference/unordered_set/unordered_multiset/max_bucket_count.md index 104a86e030..caca5abac8 100644 --- a/reference/unordered_set/unordered_multiset/max_bucket_count.md +++ b/reference/unordered_set/unordered_multiset/max_bucket_count.md @@ -1,4 +1,4 @@ -#max_bucket_count(C++11) +#max_bucket_count (C++11) ```cpp size_type max_bucket_count() const noexcept; ``` diff --git a/reference/unordered_set/unordered_multiset/max_load_factor.md b/reference/unordered_set/unordered_multiset/max_load_factor.md index e5bb6d38ee..3d2c441d8d 100644 --- a/reference/unordered_set/unordered_multiset/max_load_factor.md +++ b/reference/unordered_set/unordered_multiset/max_load_factor.md @@ -1,4 +1,4 @@ -#max_load_factor(C++11) +#max_load_factor (C++11) ```cpp float max_load_factor() const noexcept; // (1) void max_load_factor(float z); // (2) diff --git a/reference/unordered_set/unordered_multiset/max_size.md b/reference/unordered_set/unordered_multiset/max_size.md index 4e05b12506..af4d3bb570 100644 --- a/reference/unordered_set/unordered_multiset/max_size.md +++ b/reference/unordered_set/unordered_multiset/max_size.md @@ -1,4 +1,4 @@ -#max_size(C++11) +#max_size (C++11) ```cpp size_type max_size() const noexcept; ``` diff --git a/reference/unordered_set/unordered_multiset/op_assign.md b/reference/unordered_set/unordered_multiset/op_assign.md index 659d56502f..79712db49d 100644 --- a/reference/unordered_set/unordered_multiset/op_assign.md +++ b/reference/unordered_set/unordered_multiset/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp unordered_multiset& operator=(const unordered_multiset& v); // (1) unordered_multiset& operator=(unordered_multiset&& rv); // (2) diff --git a/reference/unordered_set/unordered_multiset/op_equal.md b/reference/unordered_set/unordered_multiset/op_equal.md index b6a34c57b7..b67b6d5c52 100644 --- a/reference/unordered_set/unordered_multiset/op_equal.md +++ b/reference/unordered_set/unordered_multiset/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/unordered_set/unordered_multiset/op_not_equal.md b/reference/unordered_set/unordered_multiset/op_not_equal.md index 95728f4fde..a476094553 100644 --- a/reference/unordered_set/unordered_multiset/op_not_equal.md +++ b/reference/unordered_set/unordered_multiset/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/unordered_set/unordered_multiset/rehash.md b/reference/unordered_set/unordered_multiset/rehash.md index 05d9661d9c..71410d46c8 100644 --- a/reference/unordered_set/unordered_multiset/rehash.md +++ b/reference/unordered_set/unordered_multiset/rehash.md @@ -1,4 +1,4 @@ -#rehash(C++11) +#rehash (C++11) ```cpp void rehash(size_type n); ``` diff --git a/reference/unordered_set/unordered_multiset/reserve.md b/reference/unordered_set/unordered_multiset/reserve.md index 04a4f7e073..dbbe1dbcf2 100644 --- a/reference/unordered_set/unordered_multiset/reserve.md +++ b/reference/unordered_set/unordered_multiset/reserve.md @@ -1,4 +1,4 @@ -#reserve(C++11) +#reserve (C++11) ```cpp void reserve(size_type n); ``` diff --git a/reference/unordered_set/unordered_multiset/size.md b/reference/unordered_set/unordered_multiset/size.md index 83187f871f..537fa05b79 100644 --- a/reference/unordered_set/unordered_multiset/size.md +++ b/reference/unordered_set/unordered_multiset/size.md @@ -1,4 +1,4 @@ -#size(C++11) +#size (C++11) ```cpp size_type size() const noexcept; ``` diff --git a/reference/unordered_set/unordered_multiset/swap.md b/reference/unordered_set/unordered_multiset/swap.md index 5fb4dfa98f..8bd5b67196 100644 --- a/reference/unordered_set/unordered_multiset/swap.md +++ b/reference/unordered_set/unordered_multiset/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(unordered_multiset& v); ``` diff --git a/reference/unordered_set/unordered_multiset/swap_free.md b/reference/unordered_set/unordered_multiset/swap_free.md index a4f490e15a..5f06ef0b11 100644 --- a/reference/unordered_set/unordered_multiset/swap_free.md +++ b/reference/unordered_set/unordered_multiset/swap_free.md @@ -1,4 +1,4 @@ -#swap(非メンバ関数)(C++11) +#swap(非メンバ関数) (C++11) ```cpp namespace std { template diff --git a/reference/unordered_set/unordered_multiset/unordered_multiset.md b/reference/unordered_set/unordered_multiset/unordered_multiset.md index 8379b9d945..c6c957cb48 100644 --- a/reference/unordered_set/unordered_multiset/unordered_multiset.md +++ b/reference/unordered_set/unordered_multiset/unordered_multiset.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit unordered_multiset(size_type n = 実装依存の既定値, const hasher& hf = hasher(), diff --git a/reference/unordered_set/unordered_set.md b/reference/unordered_set/unordered_set.md index 5171f76bf1..7f514f827f 100644 --- a/reference/unordered_set/unordered_set.md +++ b/reference/unordered_set/unordered_set.md @@ -1,4 +1,4 @@ -#unordered_set(C++11) +#unordered_set (C++11) ```cpp namespace std { template pair emplace(Args&&... args); diff --git a/reference/unordered_set/unordered_set/emplace_hint.md b/reference/unordered_set/unordered_set/emplace_hint.md index 424ba36a7e..eb8a3f1012 100644 --- a/reference/unordered_set/unordered_set/emplace_hint.md +++ b/reference/unordered_set/unordered_set/emplace_hint.md @@ -1,4 +1,4 @@ -#emplace_hint(C++11) +#emplace_hint (C++11) ```cpp template iterator emplace_hint(const_iterator position, Args&&... args); diff --git a/reference/unordered_set/unordered_set/empty.md b/reference/unordered_set/unordered_set/empty.md index 7638a59e52..b1c77ac03f 100644 --- a/reference/unordered_set/unordered_set/empty.md +++ b/reference/unordered_set/unordered_set/empty.md @@ -1,4 +1,4 @@ -#empty(C++11) +#empty (C++11) ```cpp bool empty() const noexcept; ``` diff --git a/reference/unordered_set/unordered_set/end-size_type.md b/reference/unordered_set/unordered_set/end-size_type.md index ef826d76e9..2edfcba837 100644 --- a/reference/unordered_set/unordered_set/end-size_type.md +++ b/reference/unordered_set/unordered_set/end-size_type.md @@ -1,4 +1,4 @@ -#end(size_type)(C++11) +#end(size_type) (C++11) ```cpp local_iterator end(size_type n); const_local_iterator end(size_type n) const; diff --git a/reference/unordered_set/unordered_set/end.md b/reference/unordered_set/unordered_set/end.md index 4c1070a0f1..77b3bf953e 100644 --- a/reference/unordered_set/unordered_set/end.md +++ b/reference/unordered_set/unordered_set/end.md @@ -1,4 +1,4 @@ -#end(C++11) +#end (C++11) ```cpp iterator end() noexcept; const_iterator end() const noexcept; diff --git a/reference/unordered_set/unordered_set/equal_range.md b/reference/unordered_set/unordered_set/equal_range.md index 94d4a17656..23854ba7fc 100644 --- a/reference/unordered_set/unordered_set/equal_range.md +++ b/reference/unordered_set/unordered_set/equal_range.md @@ -1,4 +1,4 @@ -#equal_range(C++11) +#equal_range (C++11) ```cpp std::pair equal_range(const key_type& k); std::pair equal_range(const key_type& k) const; diff --git a/reference/unordered_set/unordered_set/erase.md b/reference/unordered_set/unordered_set/erase.md index 792a26e664..7d85265991 100644 --- a/reference/unordered_set/unordered_set/erase.md +++ b/reference/unordered_set/unordered_set/erase.md @@ -1,4 +1,4 @@ -#erase(C++11) +#erase (C++11) ```cpp iterator erase(const_iterator position); // (1) diff --git a/reference/unordered_set/unordered_set/find.md b/reference/unordered_set/unordered_set/find.md index d2c6c52b26..74c98ebb76 100644 --- a/reference/unordered_set/unordered_set/find.md +++ b/reference/unordered_set/unordered_set/find.md @@ -1,4 +1,4 @@ -#find(C++11) +#find (C++11) ```cpp iterator find(const key_type& k); const_iterator find(const key_type& k) const; diff --git a/reference/unordered_set/unordered_set/get_allocator.md b/reference/unordered_set/unordered_set/get_allocator.md index 53d1f68b55..43486de225 100644 --- a/reference/unordered_set/unordered_set/get_allocator.md +++ b/reference/unordered_set/unordered_set/get_allocator.md @@ -1,4 +1,4 @@ -#get_allocator(C++11) +#get_allocator (C++11) ```cpp allocator_type get_allocator() const noexcept; ``` diff --git a/reference/unordered_set/unordered_set/hash_function.md b/reference/unordered_set/unordered_set/hash_function.md index 934d644c1a..601391c248 100644 --- a/reference/unordered_set/unordered_set/hash_function.md +++ b/reference/unordered_set/unordered_set/hash_function.md @@ -1,4 +1,4 @@ -#hash_function(C++11) +#hash_function (C++11) ```cpp hasher hash_function() const; ``` diff --git a/reference/unordered_set/unordered_set/insert.md b/reference/unordered_set/unordered_set/insert.md index 8e20ccdf0a..bdae4ef6bb 100644 --- a/reference/unordered_set/unordered_set/insert.md +++ b/reference/unordered_set/unordered_set/insert.md @@ -1,4 +1,4 @@ -#insert(C++11) +#insert (C++11) ```cpp pair insert(const value_type& v); pair insert(value_type&& rv); // (1) diff --git a/reference/unordered_set/unordered_set/key_eq.md b/reference/unordered_set/unordered_set/key_eq.md index 739c282f94..6ff29c6bcc 100644 --- a/reference/unordered_set/unordered_set/key_eq.md +++ b/reference/unordered_set/unordered_set/key_eq.md @@ -1,4 +1,4 @@ -#key_eq(C++11) +#key_eq (C++11) ```cpp key_equal key_eq() const; ``` diff --git a/reference/unordered_set/unordered_set/load_factor.md b/reference/unordered_set/unordered_set/load_factor.md index 32e0a96bf4..b6615ef7a7 100644 --- a/reference/unordered_set/unordered_set/load_factor.md +++ b/reference/unordered_set/unordered_set/load_factor.md @@ -1,4 +1,4 @@ -#load_factor(C++11) +#load_factor (C++11) ```cpp float load_factor() const noexcept; ``` diff --git a/reference/unordered_set/unordered_set/max_bucket_count.md b/reference/unordered_set/unordered_set/max_bucket_count.md index 945e22171b..aff737a46b 100644 --- a/reference/unordered_set/unordered_set/max_bucket_count.md +++ b/reference/unordered_set/unordered_set/max_bucket_count.md @@ -1,4 +1,4 @@ -#max_bucket_count(C++11) +#max_bucket_count (C++11) ```cpp size_type max_bucket_count() const noexcept; ``` diff --git a/reference/unordered_set/unordered_set/max_load_factor.md b/reference/unordered_set/unordered_set/max_load_factor.md index 3b28ec6dff..1933fa3426 100644 --- a/reference/unordered_set/unordered_set/max_load_factor.md +++ b/reference/unordered_set/unordered_set/max_load_factor.md @@ -1,4 +1,4 @@ -#max_load_factor(C++11) +#max_load_factor (C++11) ```cpp float max_load_factor() const noexcept; // (1) void max_load_factor(float z); // (2) diff --git a/reference/unordered_set/unordered_set/max_size.md b/reference/unordered_set/unordered_set/max_size.md index 5444692567..8b9ef2e48b 100644 --- a/reference/unordered_set/unordered_set/max_size.md +++ b/reference/unordered_set/unordered_set/max_size.md @@ -1,4 +1,4 @@ -#max_size(C++11) +#max_size (C++11) ```cpp size_type max_size() const noexcept; ``` diff --git a/reference/unordered_set/unordered_set/op_assign.md b/reference/unordered_set/unordered_set/op_assign.md index 2e3a4d947b..db9b1e3600 100644 --- a/reference/unordered_set/unordered_set/op_assign.md +++ b/reference/unordered_set/unordered_set/op_assign.md @@ -1,4 +1,4 @@ -#代入演算子(C++11) +#代入演算子 (C++11) ```cpp unordered_set& operator=(const unordered_set& v); // (1) unordered_set& operator=(unordered_set&& rv); // (2) diff --git a/reference/unordered_set/unordered_set/op_equal.md b/reference/unordered_set/unordered_set/op_equal.md index 572fa50bd9..9b2bb3370e 100644 --- a/reference/unordered_set/unordered_set/op_equal.md +++ b/reference/unordered_set/unordered_set/op_equal.md @@ -1,4 +1,4 @@ -#operator==(C++11) +#operator== (C++11) ```cpp namespace std { template diff --git a/reference/unordered_set/unordered_set/op_not_equal.md b/reference/unordered_set/unordered_set/op_not_equal.md index 790aca4e2a..521eb3d302 100644 --- a/reference/unordered_set/unordered_set/op_not_equal.md +++ b/reference/unordered_set/unordered_set/op_not_equal.md @@ -1,4 +1,4 @@ -#operator!=(C++11) +#operator!= (C++11) ```cpp namespace std { template diff --git a/reference/unordered_set/unordered_set/rehash.md b/reference/unordered_set/unordered_set/rehash.md index b87ed57234..a4eb8b2545 100644 --- a/reference/unordered_set/unordered_set/rehash.md +++ b/reference/unordered_set/unordered_set/rehash.md @@ -1,4 +1,4 @@ -#rehash(C++11) +#rehash (C++11) ```cpp void rehash(size_type n); ``` diff --git a/reference/unordered_set/unordered_set/reserve.md b/reference/unordered_set/unordered_set/reserve.md index f06694a48b..d8c78baa52 100644 --- a/reference/unordered_set/unordered_set/reserve.md +++ b/reference/unordered_set/unordered_set/reserve.md @@ -1,4 +1,4 @@ -#reserve(C++11) +#reserve (C++11) ```cpp void reserve(size_type n); ``` diff --git a/reference/unordered_set/unordered_set/size.md b/reference/unordered_set/unordered_set/size.md index b7d60f61c7..6c3f856e77 100644 --- a/reference/unordered_set/unordered_set/size.md +++ b/reference/unordered_set/unordered_set/size.md @@ -1,4 +1,4 @@ -#size(C++11) +#size (C++11) ```cpp size_type size() const noexcept; ``` diff --git a/reference/unordered_set/unordered_set/swap.md b/reference/unordered_set/unordered_set/swap.md index c194f464a7..90da3e42e6 100644 --- a/reference/unordered_set/unordered_set/swap.md +++ b/reference/unordered_set/unordered_set/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp void swap(unordered_set& v); ``` diff --git a/reference/unordered_set/unordered_set/swap_free.md b/reference/unordered_set/unordered_set/swap_free.md index 048608fc1b..84af58def1 100644 --- a/reference/unordered_set/unordered_set/swap_free.md +++ b/reference/unordered_set/unordered_set/swap_free.md @@ -1,4 +1,4 @@ -#swap(非メンバ関数)(C++11) +#swap(非メンバ関数) (C++11) ```cpp namespace std { template diff --git a/reference/unordered_set/unordered_set/unordered_set.md b/reference/unordered_set/unordered_set/unordered_set.md index 549fb30f7d..38d10270a4 100644 --- a/reference/unordered_set/unordered_set/unordered_set.md +++ b/reference/unordered_set/unordered_set/unordered_set.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp explicit unordered_set(size_type n = 実装依存の既定値, const hasher& hf = hasher(), diff --git a/reference/utility/declval.md b/reference/utility/declval.md index f73a05c8de..51f31d589d 100644 --- a/reference/utility/declval.md +++ b/reference/utility/declval.md @@ -1,4 +1,4 @@ -#declval(C++11) +#declval (C++11) ```cpp namespace std { template diff --git a/reference/utility/forward.md b/reference/utility/forward.md index 7c7c2207f4..601416d527 100644 --- a/reference/utility/forward.md +++ b/reference/utility/forward.md @@ -1,4 +1,4 @@ -#forward(C++11) +#forward (C++11) ```cpp namespace std { template diff --git a/reference/utility/get.md b/reference/utility/get.md index bff883ef2f..c0ca2b0d5e 100644 --- a/reference/utility/get.md +++ b/reference/utility/get.md @@ -1,4 +1,4 @@ -#get(C++11) +#get (C++11) ```cpp namespace std { template diff --git a/reference/utility/move.md b/reference/utility/move.md index 0b2503ea19..b2c2b629ac 100644 --- a/reference/utility/move.md +++ b/reference/utility/move.md @@ -1,4 +1,4 @@ -#move (utility)(C++11) +#move (utility) (C++11) ```cpp namespace std { template diff --git a/reference/utility/move_if_noexcept.md b/reference/utility/move_if_noexcept.md index a99aa3c706..ee7587b04c 100644 --- a/reference/utility/move_if_noexcept.md +++ b/reference/utility/move_if_noexcept.md @@ -1,4 +1,4 @@ -#move_if_noexcept(C++11) +#move_if_noexcept (C++11) ```cpp namespace std { template diff --git a/reference/utility/pair/op_assign.md b/reference/utility/pair/op_assign.md index e9205e8ce4..4f9117e87b 100644 --- a/reference/utility/pair/op_assign.md +++ b/reference/utility/pair/op_assign.md @@ -1,4 +1,4 @@ -#operator=(C++11) +#operator= (C++11) ```cpp pair& operator=(const pair& p); diff --git a/reference/utility/pair/pair.md b/reference/utility/pair/pair.md index de8e16e083..854d7d14f2 100644 --- a/reference/utility/pair/pair.md +++ b/reference/utility/pair/pair.md @@ -1,4 +1,4 @@ -#コンストラクタ(C++11) +#コンストラクタ (C++11) ```cpp constexpr pair(); diff --git a/reference/utility/piecewise_construct.md b/reference/utility/piecewise_construct.md index 65f9ee82ea..6f71793ae5 100644 --- a/reference/utility/piecewise_construct.md +++ b/reference/utility/piecewise_construct.md @@ -1,4 +1,4 @@ -#piecewise_construct(C++11) +#piecewise_construct (C++11) ```cpp namespace std { struct piecewise_construct_t { }; diff --git a/reference/utility/swap.md b/reference/utility/swap.md index 3e85efcfb3..f59089a7d9 100644 --- a/reference/utility/swap.md +++ b/reference/utility/swap.md @@ -1,4 +1,4 @@ -#swap(C++11) +#swap (C++11) ```cpp namespace std { template diff --git a/reference/utility/tuple_element.md b/reference/utility/tuple_element.md index 95ad3e85ee..79b1ae918f 100644 --- a/reference/utility/tuple_element.md +++ b/reference/utility/tuple_element.md @@ -1,4 +1,4 @@ -#tuple_element(C++11) +#tuple_element (C++11) ```cpp namespace std { template class tuple_element; diff --git a/reference/utility/tuple_size.md b/reference/utility/tuple_size.md index b311c18615..6a65005025 100644 --- a/reference/utility/tuple_size.md +++ b/reference/utility/tuple_size.md @@ -1,4 +1,4 @@ -#tuple_size(C++11) +#tuple_size (C++11) ```cpp namespace std { template class tuple_size; // 先行宣言 diff --git a/reference/valarray/valarray.md b/reference/valarray/valarray.md index adf2930a68..a1546776d0 100644 --- a/reference/valarray/valarray.md +++ b/reference/valarray/valarray.md @@ -23,7 +23,7 @@ | operator|= | 論理和のビット演算 | | `operator<<=` | 左シフト | | `operator>>=` | 右シフト | -| `swap` | 他の`valarray`オブジェクトと値を入れ替える(C++11) | +| `swap` | 他の`valarray`オブジェクトと値を入れ替える (C++11) | | `size` | 要素数を取得する | | `sum` | 合計値を求める | | `min` | 最小の要素を取得する | diff --git a/reference/vector/cbegin.md b/reference/vector/cbegin.md index c16d8743b4..0d53f71eba 100644 --- a/reference/vector/cbegin.md +++ b/reference/vector/cbegin.md @@ -1,4 +1,4 @@ -#cbegin(C++11) +#cbegin (C++11) ```cpp const_iterator cbegin() const noexcept; ``` diff --git a/reference/vector/cend.md b/reference/vector/cend.md index aa7ec36743..ff5b0e2455 100644 --- a/reference/vector/cend.md +++ b/reference/vector/cend.md @@ -1,4 +1,4 @@ -#cend(C++11) +#cend (C++11) ```cpp const_iterator end() const noexcept; ``` diff --git a/reference/vector/crbegin.md b/reference/vector/crbegin.md index e3f3ca9571..8d4e2ffa7d 100644 --- a/reference/vector/crbegin.md +++ b/reference/vector/crbegin.md @@ -1,4 +1,4 @@ -#crbegin(C++11) +#crbegin (C++11) ```cpp const_reverse_iterator crbegin() const noexcept; ``` diff --git a/reference/vector/crend.md b/reference/vector/crend.md index 3e53d0682c..9d3d4dde43 100644 --- a/reference/vector/crend.md +++ b/reference/vector/crend.md @@ -1,4 +1,4 @@ -#crend(C++11) +#crend (C++11) ```cpp const_reverse_iterator crend() const noexcept; ``` diff --git a/reference/vector/emplace.md b/reference/vector/emplace.md index d5f2c9867e..bb564f77ba 100644 --- a/reference/vector/emplace.md +++ b/reference/vector/emplace.md @@ -1,4 +1,4 @@ -#emplace(C++11) +#emplace (C++11) ```cpp template iterator emplace(const_iterator position, Args&&... args); diff --git a/reference/vector/emplace_back.md b/reference/vector/emplace_back.md index eb4a6dab2e..398a4b06ce 100644 --- a/reference/vector/emplace_back.md +++ b/reference/vector/emplace_back.md @@ -1,4 +1,4 @@ -#emplace_back(C++11) +#emplace_back (C++11) ```cpp template void emplace_back(Args&&... args); diff --git a/reference/vector/insert.md b/reference/vector/insert.md index 5a1a9a3090..ba6c2bfa9e 100644 --- a/reference/vector/insert.md +++ b/reference/vector/insert.md @@ -1,4 +1,4 @@ -#insert(C++11) +#insert (C++11) ```cpp iterator insert(const_iterator position, const T& x); diff --git a/reference/vector/shrink_to_fit.md b/reference/vector/shrink_to_fit.md index ac08195da5..07c9b98904 100644 --- a/reference/vector/shrink_to_fit.md +++ b/reference/vector/shrink_to_fit.md @@ -1,4 +1,4 @@ -#shrink_to_fit(C++11) +#shrink_to_fit (C++11) ```cpp void shrink_to_fit(); ```