From c45df76495a31d76f40c3383e3bf5646d4b2cbd1 Mon Sep 17 00:00:00 2001 From: Wentzell Date: Tue, 30 Jul 2024 16:14:15 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20github.io=20from=20@=20TRIQS/n?= =?UTF-8?q?da@2cdbb0741ba2e7bb390209a86f24ed255d767060=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/unstable/clef_8hpp_source.html | 2 +- docs/unstable/doxygen_crawl.html | 2 +- docs/unstable/for__each_8hpp_source.html | 2 +- docs/unstable/group__indices_8hpp_source.html | 2 +- docs/unstable/handle_8hpp_source.html | 4 ++-- docs/unstable/io_8hpp_source.html | 2 +- docs/unstable/iterators_8hpp_source.html | 2 +- docs/unstable/layout__transforms_8hpp_source.html | 2 +- docs/unstable/literals_8hpp_source.html | 2 +- docs/unstable/math_8hpp_source.html | 2 +- docs/unstable/memcpy_8hpp_source.html | 2 +- docs/unstable/search/all_13.js | 2 +- docs/unstable/search/functions_d.js | 2 +- .../structnda_1_1mem_1_1handle__sso-members.html | 2 +- docs/unstable/structnda_1_1mem_1_1handle__sso.html | 12 ++++++------ docs/unstable/sum_8hpp_source.html | 2 +- docs/unstable/vector_8hpp_source.html | 2 +- 17 files changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/unstable/clef_8hpp_source.html b/docs/unstable/clef_8hpp_source.html index bf8cdf28c..a1915af0c 100644 --- a/docs/unstable/clef_8hpp_source.html +++ b/docs/unstable/clef_8hpp_source.html @@ -630,9 +630,9 @@
handle_sso()
Default constructor.
Definition handle.hpp:527
long size() const noexcept
Get the size of the handle.
Definition handle.hpp:744
~handle_sso() noexcept
Destructor for the handle.
Definition handle.hpp:535
+
handle_sso & operator=(handle_sso const &h)
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
T & operator[](long i) noexcept
Subscript operator to access the data.
Definition handle.hpp:707
bool is_null() const noexcept
Check if the handle is in a null state.
Definition handle.hpp:727
-
handle_sso & operator=(handle_sso const &h) noexcept
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
handle_sso & operator=(handle_sso &&h) noexcept
Move assignment operator first releases the resources held by the current handle and then either copi...
Definition handle.hpp:563
handle_sso(long size)
Construct a handle for the data of a given size and initialize it depending on the value type.
Definition handle.hpp:680
handle_sso(handle_sso const &h)
Copy construct a handle by making a deep copy of the data from the source handle.
Definition handle.hpp:583
diff --git a/docs/unstable/doxygen_crawl.html b/docs/unstable/doxygen_crawl.html index d9fe8e28d..ab1bd2c3a 100644 --- a/docs/unstable/doxygen_crawl.html +++ b/docs/unstable/doxygen_crawl.html @@ -2097,9 +2097,9 @@ + - diff --git a/docs/unstable/for__each_8hpp_source.html b/docs/unstable/for__each_8hpp_source.html index d6790a4c3..5e83e7047 100644 --- a/docs/unstable/for__each_8hpp_source.html +++ b/docs/unstable/for__each_8hpp_source.html @@ -741,9 +741,9 @@
handle_sso()
Default constructor.
Definition handle.hpp:527
long size() const noexcept
Get the size of the handle.
Definition handle.hpp:744
~handle_sso() noexcept
Destructor for the handle.
Definition handle.hpp:535
+
handle_sso & operator=(handle_sso const &h)
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
T & operator[](long i) noexcept
Subscript operator to access the data.
Definition handle.hpp:707
bool is_null() const noexcept
Check if the handle is in a null state.
Definition handle.hpp:727
-
handle_sso & operator=(handle_sso const &h) noexcept
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
handle_sso & operator=(handle_sso &&h) noexcept
Move assignment operator first releases the resources held by the current handle and then either copi...
Definition handle.hpp:563
handle_sso(long size)
Construct a handle for the data of a given size and initialize it depending on the value type.
Definition handle.hpp:680
handle_sso(handle_sso const &h)
Copy construct a handle by making a deep copy of the data from the source handle.
Definition handle.hpp:583
diff --git a/docs/unstable/group__indices_8hpp_source.html b/docs/unstable/group__indices_8hpp_source.html index cbb910078..d05f2a77d 100644 --- a/docs/unstable/group__indices_8hpp_source.html +++ b/docs/unstable/group__indices_8hpp_source.html @@ -856,9 +856,9 @@
handle_sso()
Default constructor.
Definition handle.hpp:527
long size() const noexcept
Get the size of the handle.
Definition handle.hpp:744
~handle_sso() noexcept
Destructor for the handle.
Definition handle.hpp:535
+
handle_sso & operator=(handle_sso const &h)
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
T & operator[](long i) noexcept
Subscript operator to access the data.
Definition handle.hpp:707
bool is_null() const noexcept
Check if the handle is in a null state.
Definition handle.hpp:727
-
handle_sso & operator=(handle_sso const &h) noexcept
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
handle_sso & operator=(handle_sso &&h) noexcept
Move assignment operator first releases the resources held by the current handle and then either copi...
Definition handle.hpp:563
handle_sso(long size)
Construct a handle for the data of a given size and initialize it depending on the value type.
Definition handle.hpp:680
handle_sso(handle_sso const &h)
Copy construct a handle by making a deep copy of the data from the source handle.
Definition handle.hpp:583
diff --git a/docs/unstable/handle_8hpp_source.html b/docs/unstable/handle_8hpp_source.html index 3a85a017a..513af130e 100644 --- a/docs/unstable/handle_8hpp_source.html +++ b/docs/unstable/handle_8hpp_source.html @@ -756,7 +756,7 @@
596 * @param h Source handle.
597 */
-
598 handle_sso &operator=(handle_sso const &h) noexcept {
+
599 if (this == &h) return *this; // self assignment
600 clean();
601 _size = h._size;
@@ -1615,9 +1615,9 @@
handle_sso()
Default constructor.
Definition handle.hpp:527
long size() const noexcept
Get the size of the handle.
Definition handle.hpp:744
~handle_sso() noexcept
Destructor for the handle.
Definition handle.hpp:535
+
handle_sso & operator=(handle_sso const &h)
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
T & operator[](long i) noexcept
Subscript operator to access the data.
Definition handle.hpp:707
bool is_null() const noexcept
Check if the handle is in a null state.
Definition handle.hpp:727
-
handle_sso & operator=(handle_sso const &h) noexcept
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
handle_sso & operator=(handle_sso &&h) noexcept
Move assignment operator first releases the resources held by the current handle and then either copi...
Definition handle.hpp:563
handle_sso(long size)
Construct a handle for the data of a given size and initialize it depending on the value type.
Definition handle.hpp:680
handle_sso(handle_sso const &h)
Copy construct a handle by making a deep copy of the data from the source handle.
Definition handle.hpp:583
diff --git a/docs/unstable/io_8hpp_source.html b/docs/unstable/io_8hpp_source.html index 7e2910c84..ee71d2940 100644 --- a/docs/unstable/io_8hpp_source.html +++ b/docs/unstable/io_8hpp_source.html @@ -886,9 +886,9 @@
handle_sso()
Default constructor.
Definition handle.hpp:527
long size() const noexcept
Get the size of the handle.
Definition handle.hpp:744
~handle_sso() noexcept
Destructor for the handle.
Definition handle.hpp:535
+
handle_sso & operator=(handle_sso const &h)
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
T & operator[](long i) noexcept
Subscript operator to access the data.
Definition handle.hpp:707
bool is_null() const noexcept
Check if the handle is in a null state.
Definition handle.hpp:727
-
handle_sso & operator=(handle_sso const &h) noexcept
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
handle_sso & operator=(handle_sso &&h) noexcept
Move assignment operator first releases the resources held by the current handle and then either copi...
Definition handle.hpp:563
handle_sso(long size)
Construct a handle for the data of a given size and initialize it depending on the value type.
Definition handle.hpp:680
handle_sso(handle_sso const &h)
Copy construct a handle by making a deep copy of the data from the source handle.
Definition handle.hpp:583
diff --git a/docs/unstable/iterators_8hpp_source.html b/docs/unstable/iterators_8hpp_source.html index 6fdc24063..c9d3908b8 100644 --- a/docs/unstable/iterators_8hpp_source.html +++ b/docs/unstable/iterators_8hpp_source.html @@ -1220,9 +1220,9 @@
handle_sso()
Default constructor.
Definition handle.hpp:527
long size() const noexcept
Get the size of the handle.
Definition handle.hpp:744
~handle_sso() noexcept
Destructor for the handle.
Definition handle.hpp:535
+
handle_sso & operator=(handle_sso const &h)
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
T & operator[](long i) noexcept
Subscript operator to access the data.
Definition handle.hpp:707
bool is_null() const noexcept
Check if the handle is in a null state.
Definition handle.hpp:727
-
handle_sso & operator=(handle_sso const &h) noexcept
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
handle_sso & operator=(handle_sso &&h) noexcept
Move assignment operator first releases the resources held by the current handle and then either copi...
Definition handle.hpp:563
handle_sso(long size)
Construct a handle for the data of a given size and initialize it depending on the value type.
Definition handle.hpp:680
handle_sso(handle_sso const &h)
Copy construct a handle by making a deep copy of the data from the source handle.
Definition handle.hpp:583
diff --git a/docs/unstable/layout__transforms_8hpp_source.html b/docs/unstable/layout__transforms_8hpp_source.html index 30194c8f4..836d60bf4 100644 --- a/docs/unstable/layout__transforms_8hpp_source.html +++ b/docs/unstable/layout__transforms_8hpp_source.html @@ -966,9 +966,9 @@
handle_sso()
Default constructor.
Definition handle.hpp:527
long size() const noexcept
Get the size of the handle.
Definition handle.hpp:744
~handle_sso() noexcept
Destructor for the handle.
Definition handle.hpp:535
+
handle_sso & operator=(handle_sso const &h)
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
T & operator[](long i) noexcept
Subscript operator to access the data.
Definition handle.hpp:707
bool is_null() const noexcept
Check if the handle is in a null state.
Definition handle.hpp:727
-
handle_sso & operator=(handle_sso const &h) noexcept
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
handle_sso & operator=(handle_sso &&h) noexcept
Move assignment operator first releases the resources held by the current handle and then either copi...
Definition handle.hpp:563
handle_sso(long size)
Construct a handle for the data of a given size and initialize it depending on the value type.
Definition handle.hpp:680
handle_sso(handle_sso const &h)
Copy construct a handle by making a deep copy of the data from the source handle.
Definition handle.hpp:583
diff --git a/docs/unstable/literals_8hpp_source.html b/docs/unstable/literals_8hpp_source.html index dc0bc905a..35d0f9448 100644 --- a/docs/unstable/literals_8hpp_source.html +++ b/docs/unstable/literals_8hpp_source.html @@ -692,9 +692,9 @@
handle_sso()
Default constructor.
Definition handle.hpp:527
long size() const noexcept
Get the size of the handle.
Definition handle.hpp:744
~handle_sso() noexcept
Destructor for the handle.
Definition handle.hpp:535
+
handle_sso & operator=(handle_sso const &h)
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
T & operator[](long i) noexcept
Subscript operator to access the data.
Definition handle.hpp:707
bool is_null() const noexcept
Check if the handle is in a null state.
Definition handle.hpp:727
-
handle_sso & operator=(handle_sso const &h) noexcept
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
handle_sso & operator=(handle_sso &&h) noexcept
Move assignment operator first releases the resources held by the current handle and then either copi...
Definition handle.hpp:563
handle_sso(long size)
Construct a handle for the data of a given size and initialize it depending on the value type.
Definition handle.hpp:680
handle_sso(handle_sso const &h)
Copy construct a handle by making a deep copy of the data from the source handle.
Definition handle.hpp:583
diff --git a/docs/unstable/math_8hpp_source.html b/docs/unstable/math_8hpp_source.html index 25d19c2cf..d7a3117f2 100644 --- a/docs/unstable/math_8hpp_source.html +++ b/docs/unstable/math_8hpp_source.html @@ -664,9 +664,9 @@
handle_sso()
Default constructor.
Definition handle.hpp:527
long size() const noexcept
Get the size of the handle.
Definition handle.hpp:744
~handle_sso() noexcept
Destructor for the handle.
Definition handle.hpp:535
+
handle_sso & operator=(handle_sso const &h)
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
T & operator[](long i) noexcept
Subscript operator to access the data.
Definition handle.hpp:707
bool is_null() const noexcept
Check if the handle is in a null state.
Definition handle.hpp:727
-
handle_sso & operator=(handle_sso const &h) noexcept
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
handle_sso & operator=(handle_sso &&h) noexcept
Move assignment operator first releases the resources held by the current handle and then either copi...
Definition handle.hpp:563
handle_sso(long size)
Construct a handle for the data of a given size and initialize it depending on the value type.
Definition handle.hpp:680
handle_sso(handle_sso const &h)
Copy construct a handle by making a deep copy of the data from the source handle.
Definition handle.hpp:583
diff --git a/docs/unstable/memcpy_8hpp_source.html b/docs/unstable/memcpy_8hpp_source.html index f11f2e800..cac9d201b 100644 --- a/docs/unstable/memcpy_8hpp_source.html +++ b/docs/unstable/memcpy_8hpp_source.html @@ -703,9 +703,9 @@
handle_sso()
Default constructor.
Definition handle.hpp:527
long size() const noexcept
Get the size of the handle.
Definition handle.hpp:744
~handle_sso() noexcept
Destructor for the handle.
Definition handle.hpp:535
+
handle_sso & operator=(handle_sso const &h)
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
T & operator[](long i) noexcept
Subscript operator to access the data.
Definition handle.hpp:707
bool is_null() const noexcept
Check if the handle is in a null state.
Definition handle.hpp:727
-
handle_sso & operator=(handle_sso const &h) noexcept
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
handle_sso & operator=(handle_sso &&h) noexcept
Move assignment operator first releases the resources held by the current handle and then either copi...
Definition handle.hpp:563
handle_sso(long size)
Construct a handle for the data of a given size and initialize it depending on the value type.
Definition handle.hpp:680
handle_sso(handle_sso const &h)
Copy construct a handle by making a deep copy of the data from the source handle.
Definition handle.hpp:583
diff --git a/docs/unstable/search/all_13.js b/docs/unstable/search/all_13.js index aa8c6036d..a3e3e643f 100644 --- a/docs/unstable/search/all_13.js +++ b/docs/unstable/search/all_13.js @@ -48,7 +48,7 @@ var searchData= ['operator_3c_45',['operator<',['../classnda_1_1array__iterator_3_011_00_01T_00_01Pointer_01_4.html#ad8721fec6c3ea330bf5b8123618145fb',1,'nda::array_iterator< 1, T, Pointer >::operator<'],['../group__clef__expr.html#ga3ab01874af1f4f00826740fc38d8d4b7',1,'nda::clef::operator<()']]], ['operator_3c_3c_46',['operator<<',['../classnda_1_1runtime__error.html#ac5986ec996bc511ddb39396aa540ff87',1,'nda::runtime_error::operator<<(T const &x)'],['../classnda_1_1runtime__error.html#afa601180e8f11ce4c815e2163ace26f2',1,'nda::runtime_error::operator<<(const char *mess)'],['../group__layout__utils.html#ga66410a42dc9022eec5cb0895a310580f',1,'nda::operator<<(std::ostream &os, range::all_t) noexcept'],['../group__layout__utils.html#ga02db2d7604e3463e16b2255795aefdc6',1,'nda::operator<<(std::ostream &os, ellipsis) noexcept'],['../group__clef__autoassign.html#ga5e0a269e5b69ff3872a7ce85e97bfe38',1,'nda::clef::operator<<(expr< tags::function, F, placeholder< Is >... > const &ex, RHS &&rhs)'],['../group__clef__autoassign.html#gafb08b3434ea27dd76fb12ad73dbc1cfa',1,'nda::clef::operator<<(expr< tags::subscript, T, placeholder< Is >... > const &ex, RHS &&rhs)'],['../group__clef__utils.html#ga286cbbf475c7baf6980e213d84cfacba',1,'nda::clef::operator<<(std::ostream &sout, placeholder< N >)'],['../group__clef__utils.html#gafe96920bb564270040bcadfeb05cae70',1,'nda::clef::operator<<(std::ostream &sout, std::reference_wrapper< T > const &wrapper)'],['../group__clef__utils.html#ga323f896f8b42f86185a2fbe3fdde67fe',1,'nda::clef::operator<<(std::ostream &sout, expr< Tag, L > const &ex)'],['../group__clef__utils.html#ga0c28762b97869024db090c5c09f377bb',1,'nda::clef::operator<<(std::ostream &sout, expr< Tag, L, R > const &ex)'],['../group__clef__utils.html#ga5ba7b914d452aee6ea65d0a50630d874',1,'nda::clef::operator<<(std::ostream &sout, expr< tags::if_else, C, A, B > const &ex)'],['../group__clef__utils.html#ga86a676abecc42b6c00623c39b59f2613',1,'nda::clef::operator<<(std::ostream &sout, expr< tags::function, Ts... > const &ex)'],['../group__clef__utils.html#gab6156d3c69c04067003787f9c55536c8',1,'nda::clef::operator<<(std::ostream &sout, expr< tags::subscript, Ts... > const &ex)'],['../group__clef__utils.html#ga8f88268e4ae0cbe1bf7539361beb6d11',1,'nda::clef::operator<<(std::ostream &sout, expr< tags::terminal, T > const &ex)'],['../group__clef__utils.html#ga89c51654131ba9068ec4656161a1c2ad',1,'nda::clef::operator<<(std::ostream &sout, expr< tags::subscript, T > const &ex)'],['../group__clef__utils.html#gae32abd16f763a8e65a3c395a528c987d',1,'nda::clef::operator<<(std::ostream &sout, expr< tags::negate, T > const &ex)'],['../group__clef__utils.html#ga6b49341b6d9207839b5c9e93415dd7db',1,'nda::clef::operator<<(std::ostream &sout, make_fun_impl< Expr, Is... > const &f)'],['../group__layout__utils.html#ga5fe64d1ab77a62f82ad272b616aa6ab3',1,'nda::operator<<(std::ostream &sout, layout_prop_e p)'],['../group__layout__utils.html#gac5513aebc562dec17cd86d22eb9ab24b',1,'nda::operator<<(std::ostream &sout, idx_map< Rank, StaticExtents, StrideOrder, LayoutProp > const &idxm)'],['../group__av__utils.html#gac7287b38e291e501eb1002574e1cb71d',1,'nda::operator<<(std::ostream &sout, A const &a)'],['../group__av__utils.html#gac3e72fc6fdf56b0fe70e7dc2bed22df7',1,'nda::operator<<(std::ostream &sout, array_adapter< R, F > const &aa)'],['../group__av__utils.html#gaee3b5e2f4130a0deec18ea4ce2b7e693',1,'nda::operator<<(std::ostream &sout, expr_unary< OP, A > const &ex)'],['../group__av__utils.html#ga115f1c10e394b93c35836a21c9a0be79',1,'nda::operator<<(std::ostream &sout, expr< OP, L, R > const &ex)'],['../group__av__utils.html#gaa25b9de80ef585105785052bf2b2d975',1,'nda::operator<<(std::ostream &sout, expr_call< F, As... > const &)'],['../group__utils__std.html#ga15bc8757ca766d689cb2937fcce3b221',1,'std::operator<<()']]], ['operator_3c_3d_47',['operator<=',['../classnda_1_1array__iterator_3_011_00_01T_00_01Pointer_01_4.html#a280e09985188c0e4f9d1e950658d17cd',1,'nda::array_iterator< 1, T, Pointer >::operator<='],['../group__clef__expr.html#ga5af378cfd5d3f34411101a83b668f0c8',1,'nda::clef::operator<=()']]], - ['operator_3d_48',['operator=',['../classnda_1_1basic__array.html#aec025b608380593c063cd608cf8614f9',1,'nda::basic_array::operator=(basic_array &&)=default'],['../classnda_1_1basic__array.html#aa119a4fdb72cda6a708089665a060304',1,'nda::basic_array::operator=(basic_array const &)=default'],['../classnda_1_1basic__array.html#ab5a731b0e4dc2ee1eb1466bf5ec31927',1,'nda::basic_array::operator=(basic_array< ValueType, Rank, LayoutPolicy, A, CP > const &rhs)'],['../classnda_1_1basic__array.html#a1a530de139b8ba426f30e13cdb718108',1,'nda::basic_array::operator=(RHS const &rhs)'],['../classnda_1_1basic__array.html#aaa9aaddc335332faf9847494aa41a5dd',1,'nda::basic_array::operator=(RHS const &rhs) noexcept'],['../classnda_1_1basic__array.html#a5a94c9cb78ad8637681d3e757549237e',1,'nda::basic_array::operator=(Initializer const &initializer)'],['../classnda_1_1basic__array.html#a9c6362597b951da4a1e0561a5f07aea8',1,'nda::basic_array::operator=(R const &rhs) noexcept'],['../classnda_1_1mem_1_1mallocator.html#a18e66db03673a161a0f8fec503d39328',1,'nda::mem::mallocator::operator=(mallocator const &)=delete'],['../classnda_1_1mem_1_1mallocator.html#a95257da6cd6a90de9eb964a33a45f02c',1,'nda::mem::mallocator::operator=(mallocator &&)=default'],['../classnda_1_1mem_1_1bucket.html#ac74e634ccc2d735df1da0350499c2b04',1,'nda::mem::bucket::operator=(bucket const &)=delete'],['../classnda_1_1mem_1_1bucket.html#ac9e322cfceb646899f4e50ce28bef68e',1,'nda::mem::bucket::operator=(bucket &&)=default'],['../classnda_1_1mem_1_1multi__bucket.html#af95ef01226b0e69f4b37c637875c56ff',1,'nda::mem::multi_bucket::operator=(multi_bucket const &)=delete'],['../classnda_1_1mem_1_1multi__bucket.html#a879e9d5cf8077e355b4609acc74a70cd',1,'nda::mem::multi_bucket::operator=(multi_bucket &&)=default'],['../classnda_1_1mem_1_1segregator.html#ac54f4132dfcf440b4c3f508057a79a66',1,'nda::mem::segregator::operator=(segregator const &)=delete'],['../classnda_1_1mem_1_1segregator.html#a9401d1b8bd1277306402105380f7aae8',1,'nda::mem::segregator::operator=(segregator &&)=default'],['../classnda_1_1mem_1_1leak__check.html#ae65baa8d25e656d9292e9b3bfd8bec02',1,'nda::mem::leak_check::operator=(leak_check const &)=delete'],['../classnda_1_1mem_1_1leak__check.html#a593dd48d3ace35a47b34ec39d1fe48ec',1,'nda::mem::leak_check::operator=(leak_check &&)=default'],['../classnda_1_1mem_1_1stats.html#a75ff0394948de73dad91fec9157d0797',1,'nda::mem::stats::operator=(stats const &)=delete'],['../classnda_1_1mem_1_1stats.html#a00bf762a173d87570d200fd54cfb984c',1,'nda::mem::stats::operator=(stats &&)=default'],['../structnda_1_1mem_1_1handle__heap.html#adea8cec857f54f326f0c7eb44be33bcc',1,'nda::mem::handle_heap::operator=(handle_heap &&h) noexcept'],['../structnda_1_1mem_1_1handle__heap.html#a27d6809a1f0001acdac172c1a7c51f68',1,'nda::mem::handle_heap::operator=(handle_heap const &h)'],['../structnda_1_1mem_1_1handle__heap.html#a90840034e69a24db19565099c7435b3d',1,'nda::mem::handle_heap::operator=(handle_heap< T, AS > const &h)'],['../structnda_1_1mem_1_1handle__stack.html#a8730d3c59979b0a8c43a30428f6a1964',1,'nda::mem::handle_stack::operator=(handle_stack &&h) noexcept'],['../structnda_1_1mem_1_1handle__stack.html#a4c10f6f5943d1dbd19d27e3d085f474e',1,'nda::mem::handle_stack::operator=(handle_stack const &h)'],['../structnda_1_1mem_1_1handle__sso.html#a649dca00da576d5c98b472bd8efcb94b',1,'nda::mem::handle_sso::operator=(handle_sso &&h) noexcept'],['../structnda_1_1mem_1_1handle__sso.html#a52a015d6da0b6b4166aef83b85d21fd9',1,'nda::mem::handle_sso::operator=(handle_sso const &h) noexcept'],['../structnda_1_1mem_1_1handle__borrowed.html#a3fbd2b00f3521e1a206dd6971d86b556',1,'nda::mem::handle_borrowed::operator=(handle_borrowed &&)=default'],['../structnda_1_1mem_1_1handle__borrowed.html#a543fe8018d1b0cce0858cc38cf275729',1,'nda::mem::handle_borrowed::operator=(handle_borrowed const &)=default'],['../classnda_1_1basic__array__view.html#a45a0351c984d4796fdf249b4dd95406e',1,'nda::basic_array_view::operator=(basic_array_view const &rhs) noexcept'],['../classnda_1_1basic__array__view.html#a15eb3612e1a9c61e1bfe4ea38ee20b4a',1,'nda::basic_array_view::operator=(RHS const &rhs) noexcept'],['../classnda_1_1basic__array__view.html#aa581478b7da94e229df087e5d100ec87',1,'nda::basic_array_view::operator=(RHS const &rhs) noexcept'],['../classnda_1_1basic__array__view.html#a55ccfa5caba7d92a645989705fceec08',1,'nda::basic_array_view::operator=(Initializer const &initializer) noexcept'],['../classnda_1_1basic__array__view.html#a7f9c3ee7c80e2ca685978197c6d740ee',1,'nda::basic_array_view::operator=(R const &rhs) noexcept'],['../structnda_1_1clef_1_1expr.html#a1ebcaa9e6f4a84414a03d54f2c08fee0',1,'nda::clef::expr::operator=(expr const &)=delete'],['../structnda_1_1clef_1_1expr.html#a9aeed1ecf8822bf45df9e5b10cc677d0',1,'nda::clef::expr::operator=(expr &&)=default'],['../structnda_1_1clef_1_1placeholder.html#a2adea85088a4000c2904870ec1eefd8c',1,'nda::clef::placeholder::operator=()'],['../classnda_1_1idx__map.html#aaff4e8c1c1a2a16a671dc198e0950906',1,'nda::idx_map::operator=(idx_map const &)=default'],['../classnda_1_1idx__map.html#adffacfc5219c0b1522b18df75c516762',1,'nda::idx_map::operator=(idx_map &&)=default'],['../classnda_1_1rect__str.html#a41725623298e0e5c167f330192a0a4a1',1,'nda::rect_str::operator=(rect_str const &)=default'],['../classnda_1_1rect__str.html#a2d9f217cf2e1255dece70fc07ad5fcc9',1,'nda::rect_str::operator=(rect_str &&)=default']]], + ['operator_3d_48',['operator=',['../classnda_1_1basic__array.html#aec025b608380593c063cd608cf8614f9',1,'nda::basic_array::operator=(basic_array &&)=default'],['../classnda_1_1basic__array.html#aa119a4fdb72cda6a708089665a060304',1,'nda::basic_array::operator=(basic_array const &)=default'],['../classnda_1_1basic__array.html#ab5a731b0e4dc2ee1eb1466bf5ec31927',1,'nda::basic_array::operator=(basic_array< ValueType, Rank, LayoutPolicy, A, CP > const &rhs)'],['../classnda_1_1basic__array.html#a1a530de139b8ba426f30e13cdb718108',1,'nda::basic_array::operator=(RHS const &rhs)'],['../classnda_1_1basic__array.html#aaa9aaddc335332faf9847494aa41a5dd',1,'nda::basic_array::operator=(RHS const &rhs) noexcept'],['../classnda_1_1basic__array.html#a5a94c9cb78ad8637681d3e757549237e',1,'nda::basic_array::operator=(Initializer const &initializer)'],['../classnda_1_1basic__array.html#a9c6362597b951da4a1e0561a5f07aea8',1,'nda::basic_array::operator=(R const &rhs) noexcept'],['../classnda_1_1mem_1_1mallocator.html#a18e66db03673a161a0f8fec503d39328',1,'nda::mem::mallocator::operator=(mallocator const &)=delete'],['../classnda_1_1mem_1_1mallocator.html#a95257da6cd6a90de9eb964a33a45f02c',1,'nda::mem::mallocator::operator=(mallocator &&)=default'],['../classnda_1_1mem_1_1bucket.html#ac74e634ccc2d735df1da0350499c2b04',1,'nda::mem::bucket::operator=(bucket const &)=delete'],['../classnda_1_1mem_1_1bucket.html#ac9e322cfceb646899f4e50ce28bef68e',1,'nda::mem::bucket::operator=(bucket &&)=default'],['../classnda_1_1mem_1_1multi__bucket.html#af95ef01226b0e69f4b37c637875c56ff',1,'nda::mem::multi_bucket::operator=(multi_bucket const &)=delete'],['../classnda_1_1mem_1_1multi__bucket.html#a879e9d5cf8077e355b4609acc74a70cd',1,'nda::mem::multi_bucket::operator=(multi_bucket &&)=default'],['../classnda_1_1mem_1_1segregator.html#ac54f4132dfcf440b4c3f508057a79a66',1,'nda::mem::segregator::operator=(segregator const &)=delete'],['../classnda_1_1mem_1_1segregator.html#a9401d1b8bd1277306402105380f7aae8',1,'nda::mem::segregator::operator=(segregator &&)=default'],['../classnda_1_1mem_1_1leak__check.html#ae65baa8d25e656d9292e9b3bfd8bec02',1,'nda::mem::leak_check::operator=(leak_check const &)=delete'],['../classnda_1_1mem_1_1leak__check.html#a593dd48d3ace35a47b34ec39d1fe48ec',1,'nda::mem::leak_check::operator=(leak_check &&)=default'],['../classnda_1_1mem_1_1stats.html#a75ff0394948de73dad91fec9157d0797',1,'nda::mem::stats::operator=(stats const &)=delete'],['../classnda_1_1mem_1_1stats.html#a00bf762a173d87570d200fd54cfb984c',1,'nda::mem::stats::operator=(stats &&)=default'],['../structnda_1_1mem_1_1handle__heap.html#adea8cec857f54f326f0c7eb44be33bcc',1,'nda::mem::handle_heap::operator=(handle_heap &&h) noexcept'],['../structnda_1_1mem_1_1handle__heap.html#a27d6809a1f0001acdac172c1a7c51f68',1,'nda::mem::handle_heap::operator=(handle_heap const &h)'],['../structnda_1_1mem_1_1handle__heap.html#a90840034e69a24db19565099c7435b3d',1,'nda::mem::handle_heap::operator=(handle_heap< T, AS > const &h)'],['../structnda_1_1mem_1_1handle__stack.html#a8730d3c59979b0a8c43a30428f6a1964',1,'nda::mem::handle_stack::operator=(handle_stack &&h) noexcept'],['../structnda_1_1mem_1_1handle__stack.html#a4c10f6f5943d1dbd19d27e3d085f474e',1,'nda::mem::handle_stack::operator=(handle_stack const &h)'],['../structnda_1_1mem_1_1handle__sso.html#a649dca00da576d5c98b472bd8efcb94b',1,'nda::mem::handle_sso::operator=(handle_sso &&h) noexcept'],['../structnda_1_1mem_1_1handle__sso.html#a2b57ab7f5c383f0d08bf9451e0a8a49b',1,'nda::mem::handle_sso::operator=(handle_sso const &h)'],['../structnda_1_1mem_1_1handle__borrowed.html#a3fbd2b00f3521e1a206dd6971d86b556',1,'nda::mem::handle_borrowed::operator=(handle_borrowed &&)=default'],['../structnda_1_1mem_1_1handle__borrowed.html#a543fe8018d1b0cce0858cc38cf275729',1,'nda::mem::handle_borrowed::operator=(handle_borrowed const &)=default'],['../classnda_1_1basic__array__view.html#a45a0351c984d4796fdf249b4dd95406e',1,'nda::basic_array_view::operator=(basic_array_view const &rhs) noexcept'],['../classnda_1_1basic__array__view.html#a15eb3612e1a9c61e1bfe4ea38ee20b4a',1,'nda::basic_array_view::operator=(RHS const &rhs) noexcept'],['../classnda_1_1basic__array__view.html#aa581478b7da94e229df087e5d100ec87',1,'nda::basic_array_view::operator=(RHS const &rhs) noexcept'],['../classnda_1_1basic__array__view.html#a55ccfa5caba7d92a645989705fceec08',1,'nda::basic_array_view::operator=(Initializer const &initializer) noexcept'],['../classnda_1_1basic__array__view.html#a7f9c3ee7c80e2ca685978197c6d740ee',1,'nda::basic_array_view::operator=(R const &rhs) noexcept'],['../structnda_1_1clef_1_1expr.html#a1ebcaa9e6f4a84414a03d54f2c08fee0',1,'nda::clef::expr::operator=(expr const &)=delete'],['../structnda_1_1clef_1_1expr.html#a9aeed1ecf8822bf45df9e5b10cc677d0',1,'nda::clef::expr::operator=(expr &&)=default'],['../structnda_1_1clef_1_1placeholder.html#a2adea85088a4000c2904870ec1eefd8c',1,'nda::clef::placeholder::operator=()'],['../classnda_1_1idx__map.html#aaff4e8c1c1a2a16a671dc198e0950906',1,'nda::idx_map::operator=(idx_map const &)=default'],['../classnda_1_1idx__map.html#adffacfc5219c0b1522b18df75c516762',1,'nda::idx_map::operator=(idx_map &&)=default'],['../classnda_1_1rect__str.html#a41725623298e0e5c167f330192a0a4a1',1,'nda::rect_str::operator=(rect_str const &)=default'],['../classnda_1_1rect__str.html#a2d9f217cf2e1255dece70fc07ad5fcc9',1,'nda::rect_str::operator=(rect_str &&)=default']]], ['operator_3d_3d_49',['operator==',['../classnda_1_1array__iterator.html#a9fc7400d73f9a9d7c1ba93a77a076d39',1,'nda::array_iterator::operator==()'],['../classnda_1_1array__iterator_3_011_00_01T_00_01Pointer_01_4.html#ac7c51337490eaa360e56914d3103265b',1,'nda::array_iterator< 1, T, Pointer >::operator==()'],['../classnda_1_1idx__map.html#a5681f9cb6d48f2460dcefce8ba17bcfc',1,'nda::idx_map::operator==()'],['../classnda_1_1rect__str.html#a70afaae894cdf5088baf1141e41112a5',1,'nda::rect_str::operator==()'],['../group__av__utils.html#gadbcb9ec37c03e3b29a13dccde60032d6',1,'nda::operator==(LHS const &lhs, RHS const &rhs)'],['../group__av__utils.html#ga77c2151b1063b7c88d0f5e27565670a7',1,'nda::operator==(A const &a, R const &rg)'],['../group__av__utils.html#ga43d03fef9db7a4bf9a9ae005e102d996',1,'nda::operator==(R const &rg, A const &a)'],['../group__clef__expr.html#ga07313b520a15a86f38ebabae92e7c411',1,'nda::clef::operator==()']]], ['operator_3e_50',['operator>',['../classnda_1_1array__iterator_3_011_00_01T_00_01Pointer_01_4.html#a5606d45c05a9bd0ed6e18e55cd7b2e80',1,'nda::array_iterator< 1, T, Pointer >::operator>'],['../group__clef__expr.html#gaced317a8a945e05c284a6df8942b885f',1,'nda::clef::operator>()']]], ['operator_3e_3d_51',['operator>=',['../classnda_1_1array__iterator_3_011_00_01T_00_01Pointer_01_4.html#a20f3d5f851349db1e10dae19cb0b7a5e',1,'nda::array_iterator< 1, T, Pointer >::operator>='],['../group__clef__expr.html#gad3b83d9a4f0444dc5d21eaca7325f652',1,'nda::clef::operator>=()']]], diff --git a/docs/unstable/search/functions_d.js b/docs/unstable/search/functions_d.js index c9536502f..7560089da 100644 --- a/docs/unstable/search/functions_d.js +++ b/docs/unstable/search/functions_d.js @@ -22,7 +22,7 @@ var searchData= ['operator_3c_19',['operator<',['../group__clef__expr.html#ga3ab01874af1f4f00826740fc38d8d4b7',1,'nda::clef']]], ['operator_3c_3c_20',['operator<<',['../classnda_1_1runtime__error.html#ac5986ec996bc511ddb39396aa540ff87',1,'nda::runtime_error::operator<<(T const &x)'],['../classnda_1_1runtime__error.html#afa601180e8f11ce4c815e2163ace26f2',1,'nda::runtime_error::operator<<(const char *mess)'],['../group__layout__utils.html#ga66410a42dc9022eec5cb0895a310580f',1,'nda::operator<<(std::ostream &os, range::all_t) noexcept'],['../group__layout__utils.html#ga02db2d7604e3463e16b2255795aefdc6',1,'nda::operator<<(std::ostream &os, ellipsis) noexcept'],['../group__clef__autoassign.html#ga5e0a269e5b69ff3872a7ce85e97bfe38',1,'nda::clef::operator<<(expr< tags::function, F, placeholder< Is >... > const &ex, RHS &&rhs)'],['../group__clef__autoassign.html#gafb08b3434ea27dd76fb12ad73dbc1cfa',1,'nda::clef::operator<<(expr< tags::subscript, T, placeholder< Is >... > const &ex, RHS &&rhs)'],['../group__clef__utils.html#ga286cbbf475c7baf6980e213d84cfacba',1,'nda::clef::operator<<(std::ostream &sout, placeholder< N >)'],['../group__clef__utils.html#gafe96920bb564270040bcadfeb05cae70',1,'nda::clef::operator<<(std::ostream &sout, std::reference_wrapper< T > const &wrapper)'],['../group__clef__utils.html#ga323f896f8b42f86185a2fbe3fdde67fe',1,'nda::clef::operator<<(std::ostream &sout, expr< Tag, L > const &ex)'],['../group__clef__utils.html#ga0c28762b97869024db090c5c09f377bb',1,'nda::clef::operator<<(std::ostream &sout, expr< Tag, L, R > const &ex)'],['../group__clef__utils.html#ga5ba7b914d452aee6ea65d0a50630d874',1,'nda::clef::operator<<(std::ostream &sout, expr< tags::if_else, C, A, B > const &ex)'],['../group__clef__utils.html#ga86a676abecc42b6c00623c39b59f2613',1,'nda::clef::operator<<(std::ostream &sout, expr< tags::function, Ts... > const &ex)'],['../group__clef__utils.html#gab6156d3c69c04067003787f9c55536c8',1,'nda::clef::operator<<(std::ostream &sout, expr< tags::subscript, Ts... > const &ex)'],['../group__clef__utils.html#ga8f88268e4ae0cbe1bf7539361beb6d11',1,'nda::clef::operator<<(std::ostream &sout, expr< tags::terminal, T > const &ex)'],['../group__clef__utils.html#ga89c51654131ba9068ec4656161a1c2ad',1,'nda::clef::operator<<(std::ostream &sout, expr< tags::subscript, T > const &ex)'],['../group__clef__utils.html#gae32abd16f763a8e65a3c395a528c987d',1,'nda::clef::operator<<(std::ostream &sout, expr< tags::negate, T > const &ex)'],['../group__clef__utils.html#ga6b49341b6d9207839b5c9e93415dd7db',1,'nda::clef::operator<<(std::ostream &sout, make_fun_impl< Expr, Is... > const &f)'],['../group__layout__utils.html#ga5fe64d1ab77a62f82ad272b616aa6ab3',1,'nda::operator<<(std::ostream &sout, layout_prop_e p)'],['../group__layout__utils.html#gac5513aebc562dec17cd86d22eb9ab24b',1,'nda::operator<<(std::ostream &sout, idx_map< Rank, StaticExtents, StrideOrder, LayoutProp > const &idxm)'],['../group__av__utils.html#gac7287b38e291e501eb1002574e1cb71d',1,'nda::operator<<(std::ostream &sout, A const &a)'],['../group__av__utils.html#gac3e72fc6fdf56b0fe70e7dc2bed22df7',1,'nda::operator<<(std::ostream &sout, array_adapter< R, F > const &aa)'],['../group__av__utils.html#gaee3b5e2f4130a0deec18ea4ce2b7e693',1,'nda::operator<<(std::ostream &sout, expr_unary< OP, A > const &ex)'],['../group__av__utils.html#ga115f1c10e394b93c35836a21c9a0be79',1,'nda::operator<<(std::ostream &sout, expr< OP, L, R > const &ex)'],['../group__av__utils.html#gaa25b9de80ef585105785052bf2b2d975',1,'nda::operator<<(std::ostream &sout, expr_call< F, As... > const &)'],['../group__utils__std.html#ga15bc8757ca766d689cb2937fcce3b221',1,'std::operator<<()']]], ['operator_3c_3d_21',['operator<=',['../group__clef__expr.html#ga5af378cfd5d3f34411101a83b668f0c8',1,'nda::clef']]], - ['operator_3d_22',['operator=',['../classnda_1_1basic__array.html#aec025b608380593c063cd608cf8614f9',1,'nda::basic_array::operator=(basic_array &&)=default'],['../classnda_1_1basic__array.html#aa119a4fdb72cda6a708089665a060304',1,'nda::basic_array::operator=(basic_array const &)=default'],['../classnda_1_1basic__array.html#ab5a731b0e4dc2ee1eb1466bf5ec31927',1,'nda::basic_array::operator=(basic_array< ValueType, Rank, LayoutPolicy, A, CP > const &rhs)'],['../classnda_1_1basic__array.html#a1a530de139b8ba426f30e13cdb718108',1,'nda::basic_array::operator=(RHS const &rhs)'],['../classnda_1_1basic__array.html#aaa9aaddc335332faf9847494aa41a5dd',1,'nda::basic_array::operator=(RHS const &rhs) noexcept'],['../classnda_1_1basic__array.html#a5a94c9cb78ad8637681d3e757549237e',1,'nda::basic_array::operator=(Initializer const &initializer)'],['../classnda_1_1basic__array.html#a9c6362597b951da4a1e0561a5f07aea8',1,'nda::basic_array::operator=(R const &rhs) noexcept'],['../classnda_1_1mem_1_1mallocator.html#a18e66db03673a161a0f8fec503d39328',1,'nda::mem::mallocator::operator=(mallocator const &)=delete'],['../classnda_1_1mem_1_1mallocator.html#a95257da6cd6a90de9eb964a33a45f02c',1,'nda::mem::mallocator::operator=(mallocator &&)=default'],['../classnda_1_1mem_1_1bucket.html#ac74e634ccc2d735df1da0350499c2b04',1,'nda::mem::bucket::operator=(bucket const &)=delete'],['../classnda_1_1mem_1_1bucket.html#ac9e322cfceb646899f4e50ce28bef68e',1,'nda::mem::bucket::operator=(bucket &&)=default'],['../classnda_1_1mem_1_1multi__bucket.html#af95ef01226b0e69f4b37c637875c56ff',1,'nda::mem::multi_bucket::operator=(multi_bucket const &)=delete'],['../classnda_1_1mem_1_1multi__bucket.html#a879e9d5cf8077e355b4609acc74a70cd',1,'nda::mem::multi_bucket::operator=(multi_bucket &&)=default'],['../classnda_1_1mem_1_1segregator.html#ac54f4132dfcf440b4c3f508057a79a66',1,'nda::mem::segregator::operator=(segregator const &)=delete'],['../classnda_1_1mem_1_1segregator.html#a9401d1b8bd1277306402105380f7aae8',1,'nda::mem::segregator::operator=(segregator &&)=default'],['../classnda_1_1mem_1_1leak__check.html#ae65baa8d25e656d9292e9b3bfd8bec02',1,'nda::mem::leak_check::operator=(leak_check const &)=delete'],['../classnda_1_1mem_1_1leak__check.html#a593dd48d3ace35a47b34ec39d1fe48ec',1,'nda::mem::leak_check::operator=(leak_check &&)=default'],['../classnda_1_1mem_1_1stats.html#a75ff0394948de73dad91fec9157d0797',1,'nda::mem::stats::operator=(stats const &)=delete'],['../classnda_1_1mem_1_1stats.html#a00bf762a173d87570d200fd54cfb984c',1,'nda::mem::stats::operator=(stats &&)=default'],['../structnda_1_1mem_1_1handle__heap.html#adea8cec857f54f326f0c7eb44be33bcc',1,'nda::mem::handle_heap::operator=(handle_heap &&h) noexcept'],['../structnda_1_1mem_1_1handle__heap.html#a27d6809a1f0001acdac172c1a7c51f68',1,'nda::mem::handle_heap::operator=(handle_heap const &h)'],['../structnda_1_1mem_1_1handle__heap.html#a90840034e69a24db19565099c7435b3d',1,'nda::mem::handle_heap::operator=(handle_heap< T, AS > const &h)'],['../structnda_1_1mem_1_1handle__stack.html#a8730d3c59979b0a8c43a30428f6a1964',1,'nda::mem::handle_stack::operator=(handle_stack &&h) noexcept'],['../structnda_1_1mem_1_1handle__stack.html#a4c10f6f5943d1dbd19d27e3d085f474e',1,'nda::mem::handle_stack::operator=(handle_stack const &h)'],['../structnda_1_1mem_1_1handle__sso.html#a649dca00da576d5c98b472bd8efcb94b',1,'nda::mem::handle_sso::operator=(handle_sso &&h) noexcept'],['../structnda_1_1mem_1_1handle__sso.html#a52a015d6da0b6b4166aef83b85d21fd9',1,'nda::mem::handle_sso::operator=(handle_sso const &h) noexcept'],['../structnda_1_1mem_1_1handle__borrowed.html#a3fbd2b00f3521e1a206dd6971d86b556',1,'nda::mem::handle_borrowed::operator=(handle_borrowed &&)=default'],['../structnda_1_1mem_1_1handle__borrowed.html#a543fe8018d1b0cce0858cc38cf275729',1,'nda::mem::handle_borrowed::operator=(handle_borrowed const &)=default'],['../classnda_1_1basic__array__view.html#a45a0351c984d4796fdf249b4dd95406e',1,'nda::basic_array_view::operator=(basic_array_view const &rhs) noexcept'],['../classnda_1_1basic__array__view.html#a15eb3612e1a9c61e1bfe4ea38ee20b4a',1,'nda::basic_array_view::operator=(RHS const &rhs) noexcept'],['../classnda_1_1basic__array__view.html#aa581478b7da94e229df087e5d100ec87',1,'nda::basic_array_view::operator=(RHS const &rhs) noexcept'],['../classnda_1_1basic__array__view.html#a55ccfa5caba7d92a645989705fceec08',1,'nda::basic_array_view::operator=(Initializer const &initializer) noexcept'],['../classnda_1_1basic__array__view.html#a7f9c3ee7c80e2ca685978197c6d740ee',1,'nda::basic_array_view::operator=(R const &rhs) noexcept'],['../structnda_1_1clef_1_1expr.html#a1ebcaa9e6f4a84414a03d54f2c08fee0',1,'nda::clef::expr::operator=(expr const &)=delete'],['../structnda_1_1clef_1_1expr.html#a9aeed1ecf8822bf45df9e5b10cc677d0',1,'nda::clef::expr::operator=(expr &&)=default'],['../structnda_1_1clef_1_1placeholder.html#a2adea85088a4000c2904870ec1eefd8c',1,'nda::clef::placeholder::operator=()'],['../classnda_1_1idx__map.html#aaff4e8c1c1a2a16a671dc198e0950906',1,'nda::idx_map::operator=(idx_map const &)=default'],['../classnda_1_1idx__map.html#adffacfc5219c0b1522b18df75c516762',1,'nda::idx_map::operator=(idx_map &&)=default'],['../classnda_1_1rect__str.html#a41725623298e0e5c167f330192a0a4a1',1,'nda::rect_str::operator=(rect_str const &)=default'],['../classnda_1_1rect__str.html#a2d9f217cf2e1255dece70fc07ad5fcc9',1,'nda::rect_str::operator=(rect_str &&)=default']]], + ['operator_3d_22',['operator=',['../classnda_1_1basic__array.html#aec025b608380593c063cd608cf8614f9',1,'nda::basic_array::operator=(basic_array &&)=default'],['../classnda_1_1basic__array.html#aa119a4fdb72cda6a708089665a060304',1,'nda::basic_array::operator=(basic_array const &)=default'],['../classnda_1_1basic__array.html#ab5a731b0e4dc2ee1eb1466bf5ec31927',1,'nda::basic_array::operator=(basic_array< ValueType, Rank, LayoutPolicy, A, CP > const &rhs)'],['../classnda_1_1basic__array.html#a1a530de139b8ba426f30e13cdb718108',1,'nda::basic_array::operator=(RHS const &rhs)'],['../classnda_1_1basic__array.html#aaa9aaddc335332faf9847494aa41a5dd',1,'nda::basic_array::operator=(RHS const &rhs) noexcept'],['../classnda_1_1basic__array.html#a5a94c9cb78ad8637681d3e757549237e',1,'nda::basic_array::operator=(Initializer const &initializer)'],['../classnda_1_1basic__array.html#a9c6362597b951da4a1e0561a5f07aea8',1,'nda::basic_array::operator=(R const &rhs) noexcept'],['../classnda_1_1mem_1_1mallocator.html#a18e66db03673a161a0f8fec503d39328',1,'nda::mem::mallocator::operator=(mallocator const &)=delete'],['../classnda_1_1mem_1_1mallocator.html#a95257da6cd6a90de9eb964a33a45f02c',1,'nda::mem::mallocator::operator=(mallocator &&)=default'],['../classnda_1_1mem_1_1bucket.html#ac74e634ccc2d735df1da0350499c2b04',1,'nda::mem::bucket::operator=(bucket const &)=delete'],['../classnda_1_1mem_1_1bucket.html#ac9e322cfceb646899f4e50ce28bef68e',1,'nda::mem::bucket::operator=(bucket &&)=default'],['../classnda_1_1mem_1_1multi__bucket.html#af95ef01226b0e69f4b37c637875c56ff',1,'nda::mem::multi_bucket::operator=(multi_bucket const &)=delete'],['../classnda_1_1mem_1_1multi__bucket.html#a879e9d5cf8077e355b4609acc74a70cd',1,'nda::mem::multi_bucket::operator=(multi_bucket &&)=default'],['../classnda_1_1mem_1_1segregator.html#ac54f4132dfcf440b4c3f508057a79a66',1,'nda::mem::segregator::operator=(segregator const &)=delete'],['../classnda_1_1mem_1_1segregator.html#a9401d1b8bd1277306402105380f7aae8',1,'nda::mem::segregator::operator=(segregator &&)=default'],['../classnda_1_1mem_1_1leak__check.html#ae65baa8d25e656d9292e9b3bfd8bec02',1,'nda::mem::leak_check::operator=(leak_check const &)=delete'],['../classnda_1_1mem_1_1leak__check.html#a593dd48d3ace35a47b34ec39d1fe48ec',1,'nda::mem::leak_check::operator=(leak_check &&)=default'],['../classnda_1_1mem_1_1stats.html#a75ff0394948de73dad91fec9157d0797',1,'nda::mem::stats::operator=(stats const &)=delete'],['../classnda_1_1mem_1_1stats.html#a00bf762a173d87570d200fd54cfb984c',1,'nda::mem::stats::operator=(stats &&)=default'],['../structnda_1_1mem_1_1handle__heap.html#adea8cec857f54f326f0c7eb44be33bcc',1,'nda::mem::handle_heap::operator=(handle_heap &&h) noexcept'],['../structnda_1_1mem_1_1handle__heap.html#a27d6809a1f0001acdac172c1a7c51f68',1,'nda::mem::handle_heap::operator=(handle_heap const &h)'],['../structnda_1_1mem_1_1handle__heap.html#a90840034e69a24db19565099c7435b3d',1,'nda::mem::handle_heap::operator=(handle_heap< T, AS > const &h)'],['../structnda_1_1mem_1_1handle__stack.html#a8730d3c59979b0a8c43a30428f6a1964',1,'nda::mem::handle_stack::operator=(handle_stack &&h) noexcept'],['../structnda_1_1mem_1_1handle__stack.html#a4c10f6f5943d1dbd19d27e3d085f474e',1,'nda::mem::handle_stack::operator=(handle_stack const &h)'],['../structnda_1_1mem_1_1handle__sso.html#a649dca00da576d5c98b472bd8efcb94b',1,'nda::mem::handle_sso::operator=(handle_sso &&h) noexcept'],['../structnda_1_1mem_1_1handle__sso.html#a2b57ab7f5c383f0d08bf9451e0a8a49b',1,'nda::mem::handle_sso::operator=(handle_sso const &h)'],['../structnda_1_1mem_1_1handle__borrowed.html#a3fbd2b00f3521e1a206dd6971d86b556',1,'nda::mem::handle_borrowed::operator=(handle_borrowed &&)=default'],['../structnda_1_1mem_1_1handle__borrowed.html#a543fe8018d1b0cce0858cc38cf275729',1,'nda::mem::handle_borrowed::operator=(handle_borrowed const &)=default'],['../classnda_1_1basic__array__view.html#a45a0351c984d4796fdf249b4dd95406e',1,'nda::basic_array_view::operator=(basic_array_view const &rhs) noexcept'],['../classnda_1_1basic__array__view.html#a15eb3612e1a9c61e1bfe4ea38ee20b4a',1,'nda::basic_array_view::operator=(RHS const &rhs) noexcept'],['../classnda_1_1basic__array__view.html#aa581478b7da94e229df087e5d100ec87',1,'nda::basic_array_view::operator=(RHS const &rhs) noexcept'],['../classnda_1_1basic__array__view.html#a55ccfa5caba7d92a645989705fceec08',1,'nda::basic_array_view::operator=(Initializer const &initializer) noexcept'],['../classnda_1_1basic__array__view.html#a7f9c3ee7c80e2ca685978197c6d740ee',1,'nda::basic_array_view::operator=(R const &rhs) noexcept'],['../structnda_1_1clef_1_1expr.html#a1ebcaa9e6f4a84414a03d54f2c08fee0',1,'nda::clef::expr::operator=(expr const &)=delete'],['../structnda_1_1clef_1_1expr.html#a9aeed1ecf8822bf45df9e5b10cc677d0',1,'nda::clef::expr::operator=(expr &&)=default'],['../structnda_1_1clef_1_1placeholder.html#a2adea85088a4000c2904870ec1eefd8c',1,'nda::clef::placeholder::operator=()'],['../classnda_1_1idx__map.html#aaff4e8c1c1a2a16a671dc198e0950906',1,'nda::idx_map::operator=(idx_map const &)=default'],['../classnda_1_1idx__map.html#adffacfc5219c0b1522b18df75c516762',1,'nda::idx_map::operator=(idx_map &&)=default'],['../classnda_1_1rect__str.html#a41725623298e0e5c167f330192a0a4a1',1,'nda::rect_str::operator=(rect_str const &)=default'],['../classnda_1_1rect__str.html#a2d9f217cf2e1255dece70fc07ad5fcc9',1,'nda::rect_str::operator=(rect_str &&)=default']]], ['operator_3d_3d_23',['operator==',['../classnda_1_1array__iterator.html#a9fc7400d73f9a9d7c1ba93a77a076d39',1,'nda::array_iterator::operator==()'],['../classnda_1_1array__iterator_3_011_00_01T_00_01Pointer_01_4.html#ac7c51337490eaa360e56914d3103265b',1,'nda::array_iterator< 1, T, Pointer >::operator==()'],['../classnda_1_1idx__map.html#a5681f9cb6d48f2460dcefce8ba17bcfc',1,'nda::idx_map::operator==()'],['../classnda_1_1rect__str.html#a70afaae894cdf5088baf1141e41112a5',1,'nda::rect_str::operator==()'],['../group__av__utils.html#gadbcb9ec37c03e3b29a13dccde60032d6',1,'nda::operator==(LHS const &lhs, RHS const &rhs)'],['../group__av__utils.html#ga77c2151b1063b7c88d0f5e27565670a7',1,'nda::operator==(A const &a, R const &rg)'],['../group__av__utils.html#ga43d03fef9db7a4bf9a9ae005e102d996',1,'nda::operator==(R const &rg, A const &a)'],['../group__clef__expr.html#ga07313b520a15a86f38ebabae92e7c411',1,'nda::clef::operator==(L &&l, R &&r)']]], ['operator_3e_24',['operator>',['../group__clef__expr.html#gaced317a8a945e05c284a6df8942b885f',1,'nda::clef']]], ['operator_3e_3d_25',['operator>=',['../group__clef__expr.html#gad3b83d9a4f0444dc5d21eaca7325f652',1,'nda::clef']]], diff --git a/docs/unstable/structnda_1_1mem_1_1handle__sso-members.html b/docs/unstable/structnda_1_1mem_1_1handle__sso-members.html index 5d0dde226..a1abcc96b 100644 --- a/docs/unstable/structnda_1_1mem_1_1handle__sso-members.html +++ b/docs/unstable/structnda_1_1mem_1_1handle__sso-members.html @@ -126,7 +126,7 @@ is_null() const noexceptnda::mem::handle_sso< T, Size >inline on_heap() constnda::mem::handle_sso< T, Size >inline operator=(handle_sso &&h) noexceptnda::mem::handle_sso< T, Size >inline - operator=(handle_sso const &h) noexceptnda::mem::handle_sso< T, Size >inline + operator=(handle_sso const &h)nda::mem::handle_sso< T, Size >inline operator[](long i) noexceptnda::mem::handle_sso< T, Size >inline operator[](long i) const noexceptnda::mem::handle_sso< T, Size >inline size() const noexceptnda::mem::handle_sso< T, Size >inline diff --git a/docs/unstable/structnda_1_1mem_1_1handle__sso.html b/docs/unstable/structnda_1_1mem_1_1handle__sso.html index 4cc7bce66..8daa7d6ea 100644 --- a/docs/unstable/structnda_1_1mem_1_1handle__sso.html +++ b/docs/unstable/structnda_1_1mem_1_1handle__sso.html @@ -181,9 +181,9 @@ handle_ssooperator= (handle_sso &&h) noexcept  Move assignment operator first releases the resources held by the current handle and then either copies the heap pointers or makes a deep copy of the stack data.
  -handle_ssooperator= (handle_sso const &h) noexcept - Copy assignment operator first cleans up the current handle and then makes a deep copy of the data from the source handle.
-  +handle_ssooperator= (handle_sso const &h) + Copy assignment operator first cleans up the current handle and then makes a deep copy of the data from the source handle.
+  T const & operator[] (long i) const noexcept  Subscript operator to access the data.
  @@ -607,8 +607,8 @@

-

◆ operator=() [2/2]

+ +

◆ operator=() [2/2]

@@ -627,7 +627,7 @@

-inlinenoexcept +inline

diff --git a/docs/unstable/sum_8hpp_source.html b/docs/unstable/sum_8hpp_source.html index 0c1621341..69a42772e 100644 --- a/docs/unstable/sum_8hpp_source.html +++ b/docs/unstable/sum_8hpp_source.html @@ -739,9 +739,9 @@
handle_sso()
Default constructor.
Definition handle.hpp:527
long size() const noexcept
Get the size of the handle.
Definition handle.hpp:744
~handle_sso() noexcept
Destructor for the handle.
Definition handle.hpp:535
+
handle_sso & operator=(handle_sso const &h)
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
T & operator[](long i) noexcept
Subscript operator to access the data.
Definition handle.hpp:707
bool is_null() const noexcept
Check if the handle is in a null state.
Definition handle.hpp:727
-
handle_sso & operator=(handle_sso const &h) noexcept
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
handle_sso & operator=(handle_sso &&h) noexcept
Move assignment operator first releases the resources held by the current handle and then either copi...
Definition handle.hpp:563
handle_sso(long size)
Construct a handle for the data of a given size and initialize it depending on the value type.
Definition handle.hpp:680
handle_sso(handle_sso const &h)
Copy construct a handle by making a deep copy of the data from the source handle.
Definition handle.hpp:583
diff --git a/docs/unstable/vector_8hpp_source.html b/docs/unstable/vector_8hpp_source.html index 0c19aad36..3e033a46b 100644 --- a/docs/unstable/vector_8hpp_source.html +++ b/docs/unstable/vector_8hpp_source.html @@ -673,9 +673,9 @@
handle_sso()
Default constructor.
Definition handle.hpp:527
long size() const noexcept
Get the size of the handle.
Definition handle.hpp:744
~handle_sso() noexcept
Destructor for the handle.
Definition handle.hpp:535
+
handle_sso & operator=(handle_sso const &h)
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
T & operator[](long i) noexcept
Subscript operator to access the data.
Definition handle.hpp:707
bool is_null() const noexcept
Check if the handle is in a null state.
Definition handle.hpp:727
-
handle_sso & operator=(handle_sso const &h) noexcept
Copy assignment operator first cleans up the current handle and then makes a deep copy of the data fr...
Definition handle.hpp:598
handle_sso & operator=(handle_sso &&h) noexcept
Move assignment operator first releases the resources held by the current handle and then either copi...
Definition handle.hpp:563
handle_sso(long size)
Construct a handle for the data of a given size and initialize it depending on the value type.
Definition handle.hpp:680
handle_sso(handle_sso const &h)
Copy construct a handle by making a deep copy of the data from the source handle.
Definition handle.hpp:583