diff --git a/Accessors_8hpp.html b/Accessors_8hpp.html index 15a0858a40..f041f301cb 100644 --- a/Accessors_8hpp.html +++ b/Accessors_8hpp.html @@ -191,7 +191,7 @@ diff --git a/Accessors_8hpp_source.html b/Accessors_8hpp_source.html index 4191751e26..023c04a2a0 100644 --- a/Accessors_8hpp_source.html +++ b/Accessors_8hpp_source.html @@ -337,7 +337,7 @@ diff --git a/AoS_8hpp.html b/AoS_8hpp.html index 02334372ee..fee51768a5 100644 --- a/AoS_8hpp.html +++ b/AoS_8hpp.html @@ -182,7 +182,7 @@ diff --git a/AoS_8hpp_source.html b/AoS_8hpp_source.html index b04b0d34db..c5b756a40b 100644 --- a/AoS_8hpp_source.html +++ b/AoS_8hpp_source.html @@ -227,7 +227,7 @@ diff --git a/AoSoA_8hpp.html b/AoSoA_8hpp.html index 86b4c85414..b828adca22 100644 --- a/AoSoA_8hpp.html +++ b/AoSoA_8hpp.html @@ -167,7 +167,7 @@ diff --git a/AoSoA_8hpp_source.html b/AoSoA_8hpp_source.html index ff17512fb5..f5725b9545 100644 --- a/AoSoA_8hpp_source.html +++ b/AoSoA_8hpp_source.html @@ -225,7 +225,7 @@ diff --git a/ArrayExtents_8hpp.html b/ArrayExtents_8hpp.html index 07a168e1fb..de021a03e9 100644 --- a/ArrayExtents_8hpp.html +++ b/ArrayExtents_8hpp.html @@ -246,7 +246,7 @@ diff --git a/ArrayExtents_8hpp_source.html b/ArrayExtents_8hpp_source.html index 35f1b7f8fb..9fdede2feb 100644 --- a/ArrayExtents_8hpp_source.html +++ b/ArrayExtents_8hpp_source.html @@ -415,7 +415,7 @@ diff --git a/ArrayIndexRange_8hpp.html b/ArrayIndexRange_8hpp.html index 61dd3a63af..544dc889b5 100644 --- a/ArrayIndexRange_8hpp.html +++ b/ArrayIndexRange_8hpp.html @@ -166,7 +166,7 @@ diff --git a/ArrayIndexRange_8hpp_source.html b/ArrayIndexRange_8hpp_source.html index f0f84e9109..ded25aa446 100644 --- a/ArrayIndexRange_8hpp_source.html +++ b/ArrayIndexRange_8hpp_source.html @@ -412,7 +412,7 @@ diff --git a/Array_8hpp.html b/Array_8hpp.html index 5ce8f1814f..218bb5b236 100644 --- a/Array_8hpp.html +++ b/Array_8hpp.html @@ -203,7 +203,7 @@ diff --git a/Array_8hpp_source.html b/Array_8hpp_source.html index 1652aafd85..3721748974 100644 --- a/Array_8hpp_source.html +++ b/Array_8hpp_source.html @@ -490,7 +490,7 @@ diff --git a/BitPackedFloat_8hpp.html b/BitPackedFloat_8hpp.html index 113fdd5585..fc4862406a 100644 --- a/BitPackedFloat_8hpp.html +++ b/BitPackedFloat_8hpp.html @@ -202,7 +202,7 @@ diff --git a/BitPackedFloat_8hpp_source.html b/BitPackedFloat_8hpp_source.html index 806c71d632..f655b1fc40 100644 --- a/BitPackedFloat_8hpp_source.html +++ b/BitPackedFloat_8hpp_source.html @@ -244,7 +244,7 @@
161  const FloatBits unpackedFloat
162  = repackFloat(packedFloat, VHMan::value(), VHExp::value(), Bits::mantissa, Bits::exponent);
163  Float f;
-
164  std::memcpy(&f, &unpackedFloat, sizeof(Float));
+
164  std::memcpy(&f, &unpackedFloat, sizeof(Float));
165  return f;
166  }
167 
@@ -252,7 +252,7 @@
169  {
170  using Bits = FloatBitTraits<Float>;
171  FloatBits unpackedFloat = 0;
-
172  std::memcpy(&unpackedFloat, &f, sizeof(Float));
+
172  std::memcpy(&unpackedFloat, &f, sizeof(Float));
173  const FloatBits packedFloat
174  = repackFloat(unpackedFloat, Bits::mantissa, Bits::exponent, VHMan::value(), VHExp::value());
175  intref = packedFloat;
@@ -530,6 +530,7 @@
LLAMA_BEGIN_SUPPRESS_HOST_DEVICE_WARNING
#define LLAMA_BEGIN_SUPPRESS_HOST_DEVICE_WARNING
Definition: macros.hpp:141
LLAMA_FN_HOST_ACC_INLINE
#define LLAMA_FN_HOST_ACC_INLINE
Definition: macros.hpp:96
LLAMA_END_SUPPRESS_HOST_DEVICE_WARNING
#define LLAMA_END_SUPPRESS_HOST_DEVICE_WARNING
Definition: macros.hpp:153
+
llama::internal::memcpy
constexpr auto memcpy
Definition: Copy.hpp:32
llama::mapping::internal::integBits
auto integBits(E e, M m)
Definition: BitPackedFloat.hpp:86
llama::mapping::internal::StoredIntegralFor
std::conditional_t< mp_contains< FlatRecordDim< RecordDim >, double >::value, std::uint64_t, std::uint32_t > StoredIntegralFor
Definition: BitPackedFloat.hpp:182
llama::mapping::internal::repackFloat
auto repackFloat(Integral inFloat, unsigned inMantissaBits, unsigned inExponentBits, unsigned outMantissaBits, unsigned outExponentBits) -> Integral
Definition: BitPackedFloat.hpp:39
@@ -587,7 +588,7 @@ diff --git a/BitPackedInt_8hpp.html b/BitPackedInt_8hpp.html index 9b5ffad97e..6519496cc9 100644 --- a/BitPackedInt_8hpp.html +++ b/BitPackedInt_8hpp.html @@ -226,7 +226,7 @@ diff --git a/BitPackedInt_8hpp_source.html b/BitPackedInt_8hpp_source.html index a911202fc2..4f4a343598 100644 --- a/BitPackedInt_8hpp_source.html +++ b/BitPackedInt_8hpp_source.html @@ -705,7 +705,7 @@ diff --git a/BlobAllocators_8hpp.html b/BlobAllocators_8hpp.html index ad7d26ba3f..f7309c9d63 100644 --- a/BlobAllocators_8hpp.html +++ b/BlobAllocators_8hpp.html @@ -190,7 +190,7 @@ diff --git a/BlobAllocators_8hpp_source.html b/BlobAllocators_8hpp_source.html index aa950eae8a..37716059c0 100644 --- a/BlobAllocators_8hpp_source.html +++ b/BlobAllocators_8hpp_source.html @@ -316,7 +316,7 @@ diff --git a/Bytesplit_8hpp.html b/Bytesplit_8hpp.html index bb5d962e61..7f68b7291d 100644 --- a/Bytesplit_8hpp.html +++ b/Bytesplit_8hpp.html @@ -167,7 +167,7 @@ diff --git a/Bytesplit_8hpp_source.html b/Bytesplit_8hpp_source.html index eb2dd12082..7a42b526ac 100644 --- a/Bytesplit_8hpp_source.html +++ b/Bytesplit_8hpp_source.html @@ -268,7 +268,7 @@ diff --git a/Byteswap_8hpp.html b/Byteswap_8hpp.html index d7aee81f7a..8eff469ade 100644 --- a/Byteswap_8hpp.html +++ b/Byteswap_8hpp.html @@ -190,7 +190,7 @@ diff --git a/Byteswap_8hpp_source.html b/Byteswap_8hpp_source.html index 0f63bb549e..5ce275dbe5 100644 --- a/Byteswap_8hpp_source.html +++ b/Byteswap_8hpp_source.html @@ -109,7 +109,7 @@
21  else
22  {
23  llama::Array<std::byte, sizeof(T)> arr{};
-
24  std::memcpy(&arr, &t, sizeof(T));
+
24  std::memcpy(&arr, &t, sizeof(T));
25 
26  for(std::size_t i = 0; i < sizeof(T) / 2; i++)
27  {
@@ -119,7 +119,7 @@
31  arr[sizeof(T) - 1 - i] = a;
32  }
33 
-
34  std::memcpy(&t, &arr, sizeof(T));
+
34  std::memcpy(&t, &arr, sizeof(T));
35  return t;
36  }
37  }
@@ -177,6 +177,7 @@
Projection.hpp
LLAMA_EXPORT
#define LLAMA_EXPORT
Definition: macros.hpp:192
LLAMA_FN_HOST_ACC_INLINE
#define LLAMA_FN_HOST_ACC_INLINE
Definition: macros.hpp:96
+
llama::internal::memcpy
constexpr auto memcpy
Definition: Copy.hpp:32
llama::mapping::internal::MakeByteswapProjectionPair
mp_list< T, ByteswapProjection< T > > MakeByteswapProjectionPair
Definition: Byteswap.hpp:54
llama::mapping::internal::byteswap
auto byteswap(T t) -> T
Definition: Byteswap.hpp:17
llama::mapping::internal::MakeByteswapProjectionMap
mp_transform< MakeByteswapProjectionPair, mp_unique< FlatRecordDim< RecordDim > >> MakeByteswapProjectionMap
Definition: Byteswap.hpp:58
@@ -195,7 +196,7 @@ diff --git a/ChangeType_8hpp.html b/ChangeType_8hpp.html index 8fd059221e..1787ff37e9 100644 --- a/ChangeType_8hpp.html +++ b/ChangeType_8hpp.html @@ -180,7 +180,7 @@ diff --git a/ChangeType_8hpp_source.html b/ChangeType_8hpp_source.html index c74b36b9be..95bd560e35 100644 --- a/ChangeType_8hpp_source.html +++ b/ChangeType_8hpp_source.html @@ -200,7 +200,7 @@ diff --git a/Common_8hpp.html b/Common_8hpp.html index 4d440fb034..89516231a1 100644 --- a/Common_8hpp.html +++ b/Common_8hpp.html @@ -230,7 +230,7 @@ diff --git a/Common_8hpp_source.html b/Common_8hpp_source.html index e074bf7d23..a5c1b1404c 100644 --- a/Common_8hpp_source.html +++ b/Common_8hpp_source.html @@ -384,7 +384,7 @@ diff --git a/Concepts_8hpp.html b/Concepts_8hpp.html index 9d2bdeb28e..c07a69468d 100644 --- a/Concepts_8hpp.html +++ b/Concepts_8hpp.html @@ -170,7 +170,7 @@ diff --git a/Concepts_8hpp_source.html b/Concepts_8hpp_source.html index 1dc958c419..8139ec4769 100644 --- a/Concepts_8hpp_source.html +++ b/Concepts_8hpp_source.html @@ -339,7 +339,7 @@ diff --git a/Copy_8hpp.html b/Copy_8hpp.html index 957367144a..82226f4d7b 100644 --- a/Copy_8hpp.html +++ b/Copy_8hpp.html @@ -85,7 +85,6 @@
Classes | Namespaces | -Typedefs | Functions | Variables
@@ -177,21 +176,20 @@  llama::internal   - - - -

-Typedefs

using llama::internal::memcopyFunc = void *(*)(void *, const void *, std::size_t)
 
- - - - - + + + + + + + + + @@ -204,6 +202,10 @@

Functions

template<typename RecordDim >
void llama::internal::assertTrivialCopyable ()
 
void llama::internal::parallelMemcpy (std::byte *dst, const std::byte *src, std::size_t size, std::size_t threadId=0, std::size_t threadCount=1, memcopyFunc singleThreadMemcpy=std::memcpy)
 
template<typename Mapping , typename SrcBlob , typename DstBlob >
void llama::blobMemcpy (const View< Mapping, SrcBlob > &srcView, View< Mapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1)
 
template<typename MemcpyFunc = decltype(memcpy)>
void llama::internal::parallelMemcpy (std::byte *dst, const std::byte *src, std::size_t size, std::size_t threadId=0, std::size_t threadCount=1, MemcpyFunc singleThreadMemcpy=&memcpy)
 
template<typename Mapping , typename SrcBlob , typename DstBlob , typename MemcpyFunc = decltype(internal::memcpy)>
void llama::memcpyBlobs (const View< Mapping, SrcBlob > &srcView, View< Mapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1, MemcpyFunc singleThreadMemcpy=internal::memcpy)
 
template<typename Mapping , typename SrcBlob , typename DstBlob , typename BlobCopyFunc = decltype(internal::copyBlobWithMemcpy)>
void llama::copyBlobs (const View< Mapping, SrcBlob > &srcView, View< Mapping, DstBlob > &dstView, BlobCopyFunc copyBlob=internal::copyBlobWithMemcpy)
 
template<typename SrcMapping , typename SrcBlob , typename DstMapping , typename DstBlob >
void llama::fieldWiseCopy (const View< SrcMapping, SrcBlob > &srcView, View< DstMapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1)
 
+ + + + @@ -214,7 +216,7 @@ diff --git a/Copy_8hpp.js b/Copy_8hpp.js index c56e2b54b4..562cc1183d 100644 --- a/Copy_8hpp.js +++ b/Copy_8hpp.js @@ -5,12 +5,14 @@ var Copy_8hpp = [ "Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields >, std::enable_if_t< LanesSrc !=LanesDst > >", "structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Linecca40af6cbfeabebd92c0340cc1055ba.html", "structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Linecca40af6cbfeabebd92c0340cc1055ba" ], [ "Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::SoA< ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields > >", "structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line859743977e4e49efc57e47040098b4b8.html", "structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line859743977e4e49efc57e47040098b4b8" ], [ "Copy< mapping::SoA< ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields > >", "structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub712ac8967d7b9cd8f921b93e85e89274.html", "structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub712ac8967d7b9cd8f921b93e85e89274" ], - [ "memcopyFunc", "Copy_8hpp.html#a359ae38d758d2af3b2e5610fcc32c110", null ], [ "aosoaCommonBlockCopy", "Copy_8hpp.html#abaefce711ff5d4566ea761ef08fab469", null ], [ "assertTrivialCopyable", "Copy_8hpp.html#aafa8c3b0fd47fb8140b6b9aec0b61cb0", null ], - [ "blobMemcpy", "Copy_8hpp.html#a22c65b7815a74750d6b589d95d19d703", null ], [ "copy", "Copy_8hpp.html#ab67a5448cc031309dc1aa8580b7d4950", null ], + [ "copyBlobs", "Copy_8hpp.html#a2f41c329ce5acee2de376b6640afcbe8", null ], [ "fieldWiseCopy", "Copy_8hpp.html#af977754d689a5f3cc10fd80d4b37ba1f", null ], - [ "parallelMemcpy", "Copy_8hpp.html#a0a81e9975bf6750cae8fa41b8b94f58c", null ], - [ "aosoaLanes", "Copy_8hpp.html#a6be5f6ab0482c0b8d8276f41c70667c2", null ] + [ "memcpyBlobs", "Copy_8hpp.html#a4959ae52801ba64e6f6c3ba612de29b7", null ], + [ "parallelMemcpy", "Copy_8hpp.html#ab68b2a5fff076187bccb1aaa5e51f4e8", null ], + [ "aosoaLanes", "Copy_8hpp.html#a6be5f6ab0482c0b8d8276f41c70667c2", null ], + [ "copyBlobWithMemcpy", "Copy_8hpp.html#a1c6df394c66fe2b06db0c0ad6a5e7b12", null ], + [ "memcpy", "Copy_8hpp.html#ae7d043343c1a60a7ceb75ba7c06e4c18", null ] ]; \ No newline at end of file diff --git a/Copy_8hpp_source.html b/Copy_8hpp_source.html index 7c56c1edc2..5fb516c7cd 100644 --- a/Copy_8hpp_source.html +++ b/Copy_8hpp_source.html @@ -114,405 +114,442 @@
26  });
27  }
28 
-
29  using memcopyFunc = void* (*) (void*, const void*, std::size_t);
-
30 
-
31  inline void parallelMemcpy(
-
32  std::byte* dst,
-
33  const std::byte* src,
-
34  std::size_t size,
-
35  std::size_t threadId = 0,
-
36  std::size_t threadCount = 1,
-
37  memcopyFunc singleThreadMemcpy = std::memcpy)
-
38  {
-
39  const auto sizePerThread = size / threadCount;
-
40  const auto sizeLastThread = sizePerThread + size % threadCount;
-
41  const auto sizeThisThread = threadId == threadCount - 1 ? sizeLastThread : sizePerThread;
-
42  singleThreadMemcpy(dst + threadId * sizePerThread, src + threadId * sizePerThread, sizeThisThread);
-
43  }
-
44  } // namespace internal
-
45 
-
50  LLAMA_EXPORT
-
51  template<typename Mapping, typename SrcBlob, typename DstBlob>
-
52  void blobMemcpy(
-
53  const View<Mapping, SrcBlob>& srcView,
-
54  View<Mapping, DstBlob>& dstView,
-
55  std::size_t threadId = 0,
-
56  std::size_t threadCount = 1)
-
57  {
-
58  internal::assertTrivialCopyable<typename Mapping::RecordDim>();
-
59 
-
60  // TODO(bgruber): we do not verify if the mappings have other runtime state than the array dimensions
-
61  if(srcView.extents() != dstView.extents())
-
62  throw std::runtime_error{"Array dimensions sizes are different"};
-
63 
-
64  // TODO(bgruber): this is maybe not the best parallel copying strategy
-
65  for(std::size_t i = 0; i < Mapping::blobCount; i++)
-
66  internal::parallelMemcpy(
-
67  &dstView.blobs()[i][0],
-
68  &srcView.blobs()[i][0],
-
69  dstView.mapping().blobSize(i),
-
70  threadId,
-
71  threadCount);
-
72  }
-
73 
-
77  LLAMA_EXPORT
-
78  template<typename SrcMapping, typename SrcBlob, typename DstMapping, typename DstBlob>
-
79  void fieldWiseCopy(
-
80  const View<SrcMapping, SrcBlob>& srcView,
-
81  View<DstMapping, DstBlob>& dstView,
-
82  std::size_t threadId = 0,
-
83  std::size_t threadCount = 1)
-
84  {
-
85  // TODO(bgruber): think if we can remove this restriction
-
86  static_assert(
-
87  std::is_same_v<typename SrcMapping::RecordDim, typename DstMapping::RecordDim>,
-
88  "The source and destination record dimensions must be the same");
-
89 
-
90  if(srcView.extents() != dstView.extents())
-
91  throw std::runtime_error{"Array dimensions sizes are different"};
-
92 
-
93  auto copyOne = [&](auto ai) LLAMA_LAMBDA_INLINE
-
94  {
-
95  forEachLeafCoord<typename DstMapping::RecordDim>([&](auto rc) LLAMA_LAMBDA_INLINE
-
96  { dstView(ai)(rc) = srcView(ai)(rc); });
-
97  };
-
98 
-
99  constexpr auto dims = SrcMapping::ArrayExtents::rank;
-
100  const auto extents = srcView.extents().toArray();
-
101  const auto workPerThread = (extents[0] + threadCount - 1) / threadCount;
-
102  const auto start = threadId * workPerThread;
-
103  const auto end = std::min((threadId + 1) * workPerThread, static_cast<std::size_t>(extents[0]));
-
104  for(auto i = start; i < end; i++)
-
105  {
-
106  using SrcSizeType = typename SrcMapping::ArrayExtents::value_type;
-
107  if constexpr(dims > 1)
-
108  forEachArrayIndex(extents, copyOne, static_cast<SrcSizeType>(i));
-
109  else
-
110  copyOne(ArrayIndex<SrcSizeType, dims>{static_cast<std::size_t>(i)});
-
111  }
-
112  }
-
113 
-
114  namespace internal
-
115  {
-
116  template<typename Mapping>
-
117  inline constexpr std::size_t aosoaLanes = 0;
-
118 
-
119  template<
-
120  typename ArrayExtents,
-
121  typename RecordDim,
-
122  mapping::Blobs Blobs,
-
123  mapping::SubArrayAlignment SubArrayAlignment,
-
124  typename LinearizeArrayIndexFunctor,
-
125  template<typename>
-
126  typename PermuteSBFields>
-
127  inline constexpr std::size_t aosoaLanes<
-
128  mapping::
-
129  SoA<ArrayExtents, RecordDim, Blobs, SubArrayAlignment, LinearizeArrayIndexFunctor, PermuteSBFields>>
-
130  = std::numeric_limits<std::size_t>::max();
+
29  // need a custom memcpy symbol in LLAMA, because with clang+CUDA, there are multiple std::memcpy symbols, so
+
30  // the address is ambiguous.
+
31  inline constexpr auto memcpy
+
32  = [](void* dst, const void* src, std::size_t size) { std::memcpy(dst, src, size); };
+
33 
+
34  template<typename MemcpyFunc = decltype(memcpy)>
+
35  void parallelMemcpy(
+
36  std::byte* dst,
+
37  const std::byte* src,
+
38  std::size_t size,
+
39  std::size_t threadId = 0,
+
40  std::size_t threadCount = 1,
+
41  MemcpyFunc singleThreadMemcpy = &memcpy)
+
42  {
+
43  const auto sizePerThread = size / threadCount;
+
44  const auto sizeLastThread = sizePerThread + size % threadCount;
+
45  const auto sizeThisThread = threadId == threadCount - 1 ? sizeLastThread : sizePerThread;
+
46  singleThreadMemcpy(dst + threadId * sizePerThread, src + threadId * sizePerThread, sizeThisThread);
+
47  }
+
48  } // namespace internal
+
49 
+
55  LLAMA_EXPORT
+
56  template<typename Mapping, typename SrcBlob, typename DstBlob, typename MemcpyFunc = decltype(internal::memcpy)>
+
57  void memcpyBlobs(
+
58  const View<Mapping, SrcBlob>& srcView,
+
59  View<Mapping, DstBlob>& dstView,
+
60  std::size_t threadId = 0,
+
61  std::size_t threadCount = 1,
+
62  MemcpyFunc singleThreadMemcpy = internal::memcpy)
+
63  {
+
64  internal::assertTrivialCopyable<typename Mapping::RecordDim>();
+
65 
+
66  // TODO(bgruber): we do not verify if the mappings have other runtime state than the array dimensions
+
67  if(srcView.extents() != dstView.extents())
+
68  throw std::runtime_error{"Array dimensions sizes are different"};
+
69 
+
70  // TODO(bgruber): this is maybe not the best parallel copying strategy
+
71  for(std::size_t i = 0; i < Mapping::blobCount; i++)
+
72  internal::parallelMemcpy(
+
73  &dstView.blobs()[i][0],
+
74  &srcView.blobs()[i][0],
+
75  dstView.mapping().blobSize(i),
+
76  threadId,
+
77  threadCount,
+
78  singleThreadMemcpy);
+
79  }
+
80 
+
81  namespace internal
+
82  {
+
83  inline constexpr auto copyBlobWithMemcpy = [](const auto& src, auto& dst, std::size_t size)
+
84  {
+
85  static_assert(std::is_trivially_copyable_v<std::remove_reference_t<decltype(*&src[0])>>);
+
86  static_assert(std::is_trivially_copyable_v<std::remove_reference_t<decltype(*&dst[0])>>);
+
87  std::memcpy(&dst[0], &src[0], size);
+
88  };
+
89  } // namespace internal
+
90 
+
95  LLAMA_EXPORT
+
96  template<
+
97  typename Mapping,
+
98  typename SrcBlob,
+
99  typename DstBlob,
+
100  typename BlobCopyFunc = decltype(internal::copyBlobWithMemcpy)>
+
101  void copyBlobs(
+
102  const View<Mapping, SrcBlob>& srcView,
+
103  View<Mapping, DstBlob>& dstView,
+
104  BlobCopyFunc copyBlob = internal::copyBlobWithMemcpy)
+
105  {
+
106  // TODO(bgruber): we do not verify if the mappings have other runtime state than the array dimensions
+
107  if(srcView.extents() != dstView.extents())
+
108  throw std::runtime_error{"Array dimensions sizes are different"};
+
109  for(std::size_t i = 0; i < Mapping::blobCount; i++)
+
110  copyBlob(srcView.blobs()[i], dstView.blobs()[i], dstView.mapping().blobSize(i));
+
111  }
+
112 
+
116  LLAMA_EXPORT
+
117  template<typename SrcMapping, typename SrcBlob, typename DstMapping, typename DstBlob>
+
118  void fieldWiseCopy(
+
119  const View<SrcMapping, SrcBlob>& srcView,
+
120  View<DstMapping, DstBlob>& dstView,
+
121  std::size_t threadId = 0,
+
122  std::size_t threadCount = 1)
+
123  {
+
124  // TODO(bgruber): think if we can remove this restriction
+
125  static_assert(
+
126  std::is_same_v<typename SrcMapping::RecordDim, typename DstMapping::RecordDim>,
+
127  "The source and destination record dimensions must be the same");
+
128 
+
129  if(srcView.extents() != dstView.extents())
+
130  throw std::runtime_error{"Array dimensions sizes are different"};
131 
-
132  template<
-
133  typename ArrayExtents,
-
134  typename RecordDim,
-
135  typename ArrayExtents::value_type Lanes,
-
136  typename LinearizeArrayIndexFunctor,
-
137  template<typename>
-
138  typename PermuteFields>
-
139  inline constexpr std::size_t
-
140  aosoaLanes<mapping::AoSoA<ArrayExtents, RecordDim, Lanes, LinearizeArrayIndexFunctor, PermuteFields>>
-
141  = Lanes;
-
142  } // namespace internal
-
143 
-
148  LLAMA_EXPORT
-
149  template<typename SrcMapping, typename SrcBlob, typename DstMapping, typename DstBlob>
-
150  void aosoaCommonBlockCopy(
-
151  const View<SrcMapping, SrcBlob>& srcView,
-
152  View<DstMapping, DstBlob>& dstView,
-
153  bool readOpt,
-
154  std::size_t threadId = 0,
-
155  std::size_t threadCount = 1)
-
156  {
-
157  // TODO(bgruber): think if we can remove this restriction
-
158  static_assert(
-
159  std::is_same_v<typename SrcMapping::RecordDim, typename DstMapping::RecordDim>,
-
160  "The source and destination record dimensions must be the same");
-
161  static_assert(
-
162  std::is_same_v<
-
163  typename SrcMapping::LinearizeArrayIndexFunctor,
-
164  typename DstMapping::LinearizeArrayIndexFunctor>,
-
165  "Source and destination mapping need to use the same array dimensions linearizer");
-
166  using RecordDim = typename SrcMapping::RecordDim;
-
167  internal::assertTrivialCopyable<RecordDim>();
-
168 
-
169  [[maybe_unused]] static constexpr bool isSrcMB = SrcMapping::blobCount > 1;
-
170  [[maybe_unused]] static constexpr bool isDstMB = DstMapping::blobCount > 1;
-
171  static constexpr auto lanesSrc = internal::aosoaLanes<SrcMapping>;
-
172  static constexpr auto lanesDst = internal::aosoaLanes<DstMapping>;
-
173 
-
174  if(srcView.extents() != dstView.extents())
-
175  throw std::runtime_error{"Array dimensions sizes are different"};
-
176 
-
177  static constexpr auto srcIsAoSoA = lanesSrc != std::numeric_limits<std::size_t>::max();
-
178  static constexpr auto dstIsAoSoA = lanesDst != std::numeric_limits<std::size_t>::max();
-
179 
-
180  static_assert(srcIsAoSoA || dstIsAoSoA, "At least one of the mappings must be an AoSoA mapping");
-
181  static_assert(!srcIsAoSoA || SrcMapping::blobCount == 1, "Implementation assumes AoSoA with single blob");
-
182  static_assert(!dstIsAoSoA || DstMapping::blobCount == 1, "Implementation assumes AoSoA with single blob");
-
183 
-
184  const auto flatSize = product(dstView.extents());
-
185 
-
186  // TODO(bgruber): implement the following by adding additional copy loops for the remaining elements
-
187  if(!srcIsAoSoA && flatSize % lanesDst != 0)
-
188  throw std::runtime_error{"Source SoA mapping's total array elements must be evenly divisible by the "
-
189  "destination AoSoA Lane count."};
-
190  if(!dstIsAoSoA && flatSize % lanesSrc != 0)
-
191  throw std::runtime_error{"Destination SoA mapping's total array elements must be evenly divisible by the "
-
192  "source AoSoA Lane count."};
-
193 
-
194  auto mapSrc = [&](std::size_t flatArrayIndex, auto rc) LLAMA_LAMBDA_INLINE
-
195  {
-
196  const auto [blob, off] = srcView.mapping().blobNrAndOffset(flatArrayIndex, rc);
-
197  return &srcView.blobs()[blob][off];
-
198  };
-
199  auto mapDst = [&](std::size_t flatArrayIndex, auto rc) LLAMA_LAMBDA_INLINE
-
200  {
-
201  const auto [blob, off] = dstView.mapping().blobNrAndOffset(flatArrayIndex, rc);
-
202  return &dstView.blobs()[blob][off];
-
203  };
-
204 
-
205  static constexpr auto l = []
-
206  {
-
207  if constexpr(srcIsAoSoA && dstIsAoSoA)
-
208  return std::gcd(lanesSrc, lanesDst);
-
209  return std::min(lanesSrc, lanesDst);
-
210  }();
-
211  if(readOpt)
-
212  {
-
213  // optimized for linear reading
-
214  constexpr auto srcL = srcIsAoSoA ? lanesSrc : l;
-
215  const auto elementsPerThread = flatSize / srcL / threadCount * srcL;
-
216  {
-
217  const auto start = threadId * elementsPerThread;
-
218  const auto stop = threadId == threadCount - 1 ? flatSize : (threadId + 1) * elementsPerThread;
-
219 
-
220  auto copyLBlock = [&](const std::byte*& threadSrc, std::size_t dstIndex, auto rc) LLAMA_LAMBDA_INLINE
-
221  {
-
222  constexpr auto bytes = l * sizeof(GetType<RecordDim, decltype(rc)>);
-
223  std::memcpy(mapDst(dstIndex, rc), threadSrc, bytes);
-
224  threadSrc += bytes;
-
225  };
-
226  if constexpr(srcIsAoSoA)
-
227  {
-
228  auto* threadSrc = mapSrc(start, RecordCoord<>{});
-
229  for(std::size_t i = start; i < stop; i += lanesSrc)
-
230  forEachLeafCoord<RecordDim>(
-
231  [&](auto rc) LLAMA_LAMBDA_INLINE
-
232  {
-
233  for(std::size_t j = 0; j < lanesSrc; j += l)
-
234  copyLBlock(threadSrc, i + j, rc);
-
235  });
-
236  }
-
237  else
-
238  {
-
239  forEachLeafCoord<RecordDim>(
-
240  [&](auto rc) LLAMA_LAMBDA_INLINE
-
241  {
-
242  auto* threadSrc = mapSrc(start, rc);
-
243  for(std::size_t i = start; i < stop; i += l)
-
244  copyLBlock(threadSrc, i, rc);
-
245  });
-
246  }
-
247  }
-
248  }
-
249  else
-
250  {
-
251  // optimized for linear writing
-
252  constexpr auto dstL = dstIsAoSoA ? lanesDst : l;
-
253  const auto elementsPerThread = flatSize / dstL / threadCount * dstL;
-
254  {
-
255  const auto start = threadId * elementsPerThread;
-
256  const auto stop = threadId == threadCount - 1 ? flatSize : (threadId + 1) * elementsPerThread;
-
257 
-
258  auto copyLBlock = [&](std::byte*& threadDst, std::size_t srcIndex, auto rc) LLAMA_LAMBDA_INLINE
-
259  {
-
260  constexpr auto bytes = l * sizeof(GetType<RecordDim, decltype(rc)>);
-
261  std::memcpy(threadDst, mapSrc(srcIndex, rc), bytes);
-
262  threadDst += bytes;
-
263  };
-
264  if constexpr(dstIsAoSoA)
-
265  {
-
266  auto* threadDst = mapDst(start, RecordCoord<>{});
-
267  for(std::size_t i = start; i < stop; i += lanesDst)
-
268  forEachLeafCoord<RecordDim>(
-
269  [&](auto rc) LLAMA_LAMBDA_INLINE
-
270  {
-
271  for(std::size_t j = 0; j < lanesDst; j += l)
-
272  copyLBlock(threadDst, i + j, rc);
-
273  });
-
274  }
-
275  else
-
276  {
-
277  forEachLeafCoord<RecordDim>(
-
278  [&](auto rc) LLAMA_LAMBDA_INLINE
-
279  {
-
280  auto* threadDst = mapDst(start, rc);
-
281  for(std::size_t i = start; i < stop; i += l)
-
282  copyLBlock(threadDst, i, rc);
-
283  });
-
284  }
-
285  }
-
286  }
-
287  }
-
288 
-
293  LLAMA_EXPORT
-
294  template<typename SrcMapping, typename DstMapping, typename SFINAE = void>
-
295  struct Copy
-
296  {
-
297  template<typename SrcView, typename DstView>
-
298  void operator()(const SrcView& srcView, DstView& dstView, std::size_t threadId, std::size_t threadCount) const
-
299  {
-
300  fieldWiseCopy(srcView, dstView, threadId, threadCount);
-
301  }
-
302  };
-
303 
-
304  LLAMA_EXPORT
-
305  template<typename Mapping>
-
306  struct Copy<Mapping, Mapping>
-
307  {
-
308  template<typename SrcView, typename DstView>
-
309  void operator()(const SrcView& srcView, DstView& dstView, std::size_t threadId, std::size_t threadCount) const
-
310  {
-
311  blobMemcpy(srcView, dstView, threadId, threadCount);
-
312  }
-
313  };
-
314 
-
315  LLAMA_EXPORT
-
316  template<
-
317  typename ArrayExtents,
-
318  typename RecordDim,
-
319  typename LinearizeArrayIndex,
-
320  std::size_t LanesSrc,
-
321  std::size_t LanesDst,
-
322  template<typename>
-
323  typename PermuteFields>
-
324  struct Copy<
-
325  mapping::AoSoA<ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields>,
-
326  mapping::AoSoA<ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields>,
-
327  std::enable_if_t<LanesSrc != LanesDst>>
-
328  {
-
329  template<typename SrcBlob, typename DstBlob>
-
330  void operator()(
-
331  const View<mapping::AoSoA<ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields>, SrcBlob>&
-
332  srcView,
-
333  View<mapping::AoSoA<ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields>, DstBlob>&
-
334  dstView,
-
335  std::size_t threadId,
-
336  std::size_t threadCount)
-
337  {
-
338  constexpr auto readOpt = true; // TODO(bgruber): how to choose?
-
339  aosoaCommonBlockCopy(srcView, dstView, readOpt, threadId, threadCount);
+
132  auto copyOne = [&](auto ai) LLAMA_LAMBDA_INLINE
+
133  {
+
134  forEachLeafCoord<typename DstMapping::RecordDim>([&](auto rc) LLAMA_LAMBDA_INLINE
+
135  { dstView(ai)(rc) = srcView(ai)(rc); });
+
136  };
+
137 
+
138  constexpr auto dims = SrcMapping::ArrayExtents::rank;
+
139  const auto extents = srcView.extents().toArray();
+
140  const auto workPerThread = (extents[0] + threadCount - 1) / threadCount;
+
141  const auto start = threadId * workPerThread;
+
142  const auto end = std::min((threadId + 1) * workPerThread, static_cast<std::size_t>(extents[0]));
+
143  for(auto i = start; i < end; i++)
+
144  {
+
145  using SrcSizeType = typename SrcMapping::ArrayExtents::value_type;
+
146  if constexpr(dims > 1)
+
147  forEachArrayIndex(extents, copyOne, static_cast<SrcSizeType>(i));
+
148  else
+
149  copyOne(ArrayIndex<SrcSizeType, dims>{static_cast<std::size_t>(i)});
+
150  }
+
151  }
+
152 
+
153  namespace internal
+
154  {
+
155  template<typename Mapping>
+
156  inline constexpr std::size_t aosoaLanes = 0;
+
157 
+
158  template<
+
159  typename ArrayExtents,
+
160  typename RecordDim,
+
161  mapping::Blobs Blobs,
+
162  mapping::SubArrayAlignment SubArrayAlignment,
+
163  typename LinearizeArrayIndexFunctor,
+
164  template<typename>
+
165  typename PermuteSBFields>
+
166  inline constexpr std::size_t aosoaLanes<
+
167  mapping::
+
168  SoA<ArrayExtents, RecordDim, Blobs, SubArrayAlignment, LinearizeArrayIndexFunctor, PermuteSBFields>>
+
169  = std::numeric_limits<std::size_t>::max();
+
170 
+
171  template<
+
172  typename ArrayExtents,
+
173  typename RecordDim,
+
174  typename ArrayExtents::value_type Lanes,
+
175  typename LinearizeArrayIndexFunctor,
+
176  template<typename>
+
177  typename PermuteFields>
+
178  inline constexpr std::size_t
+
179  aosoaLanes<mapping::AoSoA<ArrayExtents, RecordDim, Lanes, LinearizeArrayIndexFunctor, PermuteFields>>
+
180  = Lanes;
+
181  } // namespace internal
+
182 
+
187  LLAMA_EXPORT
+
188  template<typename SrcMapping, typename SrcBlob, typename DstMapping, typename DstBlob>
+
189  void aosoaCommonBlockCopy(
+
190  const View<SrcMapping, SrcBlob>& srcView,
+
191  View<DstMapping, DstBlob>& dstView,
+
192  bool readOpt,
+
193  std::size_t threadId = 0,
+
194  std::size_t threadCount = 1)
+
195  {
+
196  // TODO(bgruber): think if we can remove this restriction
+
197  static_assert(
+
198  std::is_same_v<typename SrcMapping::RecordDim, typename DstMapping::RecordDim>,
+
199  "The source and destination record dimensions must be the same");
+
200  static_assert(
+
201  std::is_same_v<
+
202  typename SrcMapping::LinearizeArrayIndexFunctor,
+
203  typename DstMapping::LinearizeArrayIndexFunctor>,
+
204  "Source and destination mapping need to use the same array dimensions linearizer");
+
205  using RecordDim = typename SrcMapping::RecordDim;
+
206  internal::assertTrivialCopyable<RecordDim>();
+
207 
+
208  [[maybe_unused]] static constexpr bool isSrcMB = SrcMapping::blobCount > 1;
+
209  [[maybe_unused]] static constexpr bool isDstMB = DstMapping::blobCount > 1;
+
210  static constexpr auto lanesSrc = internal::aosoaLanes<SrcMapping>;
+
211  static constexpr auto lanesDst = internal::aosoaLanes<DstMapping>;
+
212 
+
213  if(srcView.extents() != dstView.extents())
+
214  throw std::runtime_error{"Array dimensions sizes are different"};
+
215 
+
216  static constexpr auto srcIsAoSoA = lanesSrc != std::numeric_limits<std::size_t>::max();
+
217  static constexpr auto dstIsAoSoA = lanesDst != std::numeric_limits<std::size_t>::max();
+
218 
+
219  static_assert(srcIsAoSoA || dstIsAoSoA, "At least one of the mappings must be an AoSoA mapping");
+
220  static_assert(!srcIsAoSoA || SrcMapping::blobCount == 1, "Implementation assumes AoSoA with single blob");
+
221  static_assert(!dstIsAoSoA || DstMapping::blobCount == 1, "Implementation assumes AoSoA with single blob");
+
222 
+
223  const auto flatSize = product(dstView.extents());
+
224 
+
225  // TODO(bgruber): implement the following by adding additional copy loops for the remaining elements
+
226  if(!srcIsAoSoA && flatSize % lanesDst != 0)
+
227  throw std::runtime_error{"Source SoA mapping's total array elements must be evenly divisible by the "
+
228  "destination AoSoA Lane count."};
+
229  if(!dstIsAoSoA && flatSize % lanesSrc != 0)
+
230  throw std::runtime_error{"Destination SoA mapping's total array elements must be evenly divisible by the "
+
231  "source AoSoA Lane count."};
+
232 
+
233  auto mapSrc = [&](std::size_t flatArrayIndex, auto rc) LLAMA_LAMBDA_INLINE
+
234  {
+
235  const auto [blob, off] = srcView.mapping().blobNrAndOffset(flatArrayIndex, rc);
+
236  return &srcView.blobs()[blob][off];
+
237  };
+
238  auto mapDst = [&](std::size_t flatArrayIndex, auto rc) LLAMA_LAMBDA_INLINE
+
239  {
+
240  const auto [blob, off] = dstView.mapping().blobNrAndOffset(flatArrayIndex, rc);
+
241  return &dstView.blobs()[blob][off];
+
242  };
+
243 
+
244  static constexpr auto l = []
+
245  {
+
246  if constexpr(srcIsAoSoA && dstIsAoSoA)
+
247  return std::gcd(lanesSrc, lanesDst);
+
248  return std::min(lanesSrc, lanesDst);
+
249  }();
+
250  if(readOpt)
+
251  {
+
252  // optimized for linear reading
+
253  constexpr auto srcL = srcIsAoSoA ? lanesSrc : l;
+
254  const auto elementsPerThread = flatSize / srcL / threadCount * srcL;
+
255  {
+
256  const auto start = threadId * elementsPerThread;
+
257  const auto stop = threadId == threadCount - 1 ? flatSize : (threadId + 1) * elementsPerThread;
+
258 
+
259  auto copyLBlock = [&](const std::byte*& threadSrc, std::size_t dstIndex, auto rc) LLAMA_LAMBDA_INLINE
+
260  {
+
261  constexpr auto bytes = l * sizeof(GetType<RecordDim, decltype(rc)>);
+
262  std::memcpy(mapDst(dstIndex, rc), threadSrc, bytes);
+
263  threadSrc += bytes;
+
264  };
+
265  if constexpr(srcIsAoSoA)
+
266  {
+
267  auto* threadSrc = mapSrc(start, RecordCoord<>{});
+
268  for(std::size_t i = start; i < stop; i += lanesSrc)
+
269  forEachLeafCoord<RecordDim>(
+
270  [&](auto rc) LLAMA_LAMBDA_INLINE
+
271  {
+
272  for(std::size_t j = 0; j < lanesSrc; j += l)
+
273  copyLBlock(threadSrc, i + j, rc);
+
274  });
+
275  }
+
276  else
+
277  {
+
278  forEachLeafCoord<RecordDim>(
+
279  [&](auto rc) LLAMA_LAMBDA_INLINE
+
280  {
+
281  auto* threadSrc = mapSrc(start, rc);
+
282  for(std::size_t i = start; i < stop; i += l)
+
283  copyLBlock(threadSrc, i, rc);
+
284  });
+
285  }
+
286  }
+
287  }
+
288  else
+
289  {
+
290  // optimized for linear writing
+
291  constexpr auto dstL = dstIsAoSoA ? lanesDst : l;
+
292  const auto elementsPerThread = flatSize / dstL / threadCount * dstL;
+
293  {
+
294  const auto start = threadId * elementsPerThread;
+
295  const auto stop = threadId == threadCount - 1 ? flatSize : (threadId + 1) * elementsPerThread;
+
296 
+
297  auto copyLBlock = [&](std::byte*& threadDst, std::size_t srcIndex, auto rc) LLAMA_LAMBDA_INLINE
+
298  {
+
299  constexpr auto bytes = l * sizeof(GetType<RecordDim, decltype(rc)>);
+
300  std::memcpy(threadDst, mapSrc(srcIndex, rc), bytes);
+
301  threadDst += bytes;
+
302  };
+
303  if constexpr(dstIsAoSoA)
+
304  {
+
305  auto* threadDst = mapDst(start, RecordCoord<>{});
+
306  for(std::size_t i = start; i < stop; i += lanesDst)
+
307  forEachLeafCoord<RecordDim>(
+
308  [&](auto rc) LLAMA_LAMBDA_INLINE
+
309  {
+
310  for(std::size_t j = 0; j < lanesDst; j += l)
+
311  copyLBlock(threadDst, i + j, rc);
+
312  });
+
313  }
+
314  else
+
315  {
+
316  forEachLeafCoord<RecordDim>(
+
317  [&](auto rc) LLAMA_LAMBDA_INLINE
+
318  {
+
319  auto* threadDst = mapDst(start, rc);
+
320  for(std::size_t i = start; i < stop; i += l)
+
321  copyLBlock(threadDst, i, rc);
+
322  });
+
323  }
+
324  }
+
325  }
+
326  }
+
327 
+
332  LLAMA_EXPORT
+
333  template<typename SrcMapping, typename DstMapping, typename SFINAE = void>
+
334  struct Copy
+
335  {
+
336  template<typename SrcView, typename DstView>
+
337  void operator()(const SrcView& srcView, DstView& dstView, std::size_t threadId, std::size_t threadCount) const
+
338  {
+
339  fieldWiseCopy(srcView, dstView, threadId, threadCount);
340  }
341  };
342 
343  LLAMA_EXPORT
-
344  template<
-
345  typename ArrayExtents,
-
346  typename RecordDim,
-
347  typename LinearizeArrayIndex,
-
348  template<typename>
-
349  typename PermuteFields,
-
350  std::size_t LanesSrc,
-
351  mapping::Blobs DstBlobs,
-
352  mapping::SubArrayAlignment DstSubArrayAlignment>
-
353  struct Copy<
-
354  mapping::AoSoA<ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields>,
-
355  mapping::SoA<ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields>>
-
356  {
-
357  template<typename SrcBlob, typename DstBlob>
-
358  void operator()(
-
359  const View<mapping::AoSoA<ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields>, SrcBlob>&
-
360  srcView,
-
361  View<
-
362  mapping::
-
363  SoA<ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields>,
-
364  DstBlob>& dstView,
-
365  std::size_t threadId,
-
366  std::size_t threadCount)
-
367  {
-
368  constexpr auto readOpt = true; // TODO(bgruber): how to choose?
-
369  aosoaCommonBlockCopy(srcView, dstView, readOpt, threadId, threadCount);
-
370  }
-
371  };
-
372 
-
373  LLAMA_EXPORT
-
374  template<
-
375  typename ArrayExtents,
-
376  typename RecordDim,
-
377  typename LinearizeArrayIndex,
-
378  template<typename>
-
379  typename PermuteFields,
-
380  std::size_t LanesDst,
-
381  mapping::Blobs SrcBlobs,
-
382  mapping::SubArrayAlignment SrcSubArrayAlignment>
-
383  struct Copy<
-
384  mapping::SoA<ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields>,
-
385  mapping::AoSoA<ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields>>
-
386  {
-
387  template<typename SrcBlob, typename DstBlob>
-
388  void operator()(
-
389  const View<
-
390  mapping::
-
391  SoA<ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields>,
-
392  SrcBlob>& srcView,
-
393  View<mapping::AoSoA<ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields>, DstBlob>&
-
394  dstView,
-
395  std::size_t threadId,
-
396  std::size_t threadCount)
-
397  {
-
398  constexpr auto readOpt = true; // TODO(bgruber): how to choose?
-
399  aosoaCommonBlockCopy(srcView, dstView, readOpt, threadId, threadCount);
-
400  }
-
401  };
-
402 
-
407  LLAMA_EXPORT
-
408  template<typename SrcMapping, typename SrcBlob, typename DstMapping, typename DstBlob>
-
409  void copy(
-
410  const View<SrcMapping, SrcBlob>& srcView,
-
411  View<DstMapping, DstBlob>& dstView,
-
412  std::size_t threadId = 0,
-
413  std::size_t threadCount = 1)
-
414  {
-
415  Copy<SrcMapping, DstMapping>{}(srcView, dstView, threadId, threadCount);
-
416  }
-
417 } // namespace llama
+
344  template<typename Mapping>
+
345  struct Copy<Mapping, Mapping>
+
346  {
+
347  template<typename SrcView, typename DstView>
+
348  void operator()(const SrcView& srcView, DstView& dstView, std::size_t threadId, std::size_t threadCount) const
+
349  {
+
350  // FIXME(bgruber): need to fallback to fieldWiseCopy when elements are not trivially copyable
+
351  memcpyBlobs(srcView, dstView, threadId, threadCount);
+
352  }
+
353  };
+
354 
+
355  LLAMA_EXPORT
+
356  template<
+
357  typename ArrayExtents,
+
358  typename RecordDim,
+
359  typename LinearizeArrayIndex,
+
360  std::size_t LanesSrc,
+
361  std::size_t LanesDst,
+
362  template<typename>
+
363  typename PermuteFields>
+
364  struct Copy<
+
365  mapping::AoSoA<ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields>,
+
366  mapping::AoSoA<ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields>,
+
367  std::enable_if_t<LanesSrc != LanesDst>>
+
368  {
+
369  template<typename SrcBlob, typename DstBlob>
+
370  void operator()(
+
371  const View<mapping::AoSoA<ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields>, SrcBlob>&
+
372  srcView,
+
373  View<mapping::AoSoA<ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields>, DstBlob>&
+
374  dstView,
+
375  std::size_t threadId,
+
376  std::size_t threadCount)
+
377  {
+
378  constexpr auto readOpt = true; // TODO(bgruber): how to choose?
+
379  aosoaCommonBlockCopy(srcView, dstView, readOpt, threadId, threadCount);
+
380  }
+
381  };
+
382 
+
383  LLAMA_EXPORT
+
384  template<
+
385  typename ArrayExtents,
+
386  typename RecordDim,
+
387  typename LinearizeArrayIndex,
+
388  template<typename>
+
389  typename PermuteFields,
+
390  std::size_t LanesSrc,
+
391  mapping::Blobs DstBlobs,
+
392  mapping::SubArrayAlignment DstSubArrayAlignment>
+
393  struct Copy<
+
394  mapping::AoSoA<ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields>,
+
395  mapping::SoA<ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields>>
+
396  {
+
397  template<typename SrcBlob, typename DstBlob>
+
398  void operator()(
+
399  const View<mapping::AoSoA<ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields>, SrcBlob>&
+
400  srcView,
+
401  View<
+
402  mapping::
+
403  SoA<ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields>,
+
404  DstBlob>& dstView,
+
405  std::size_t threadId,
+
406  std::size_t threadCount)
+
407  {
+
408  constexpr auto readOpt = true; // TODO(bgruber): how to choose?
+
409  aosoaCommonBlockCopy(srcView, dstView, readOpt, threadId, threadCount);
+
410  }
+
411  };
+
412 
+
413  LLAMA_EXPORT
+
414  template<
+
415  typename ArrayExtents,
+
416  typename RecordDim,
+
417  typename LinearizeArrayIndex,
+
418  template<typename>
+
419  typename PermuteFields,
+
420  std::size_t LanesDst,
+
421  mapping::Blobs SrcBlobs,
+
422  mapping::SubArrayAlignment SrcSubArrayAlignment>
+
423  struct Copy<
+
424  mapping::SoA<ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields>,
+
425  mapping::AoSoA<ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields>>
+
426  {
+
427  template<typename SrcBlob, typename DstBlob>
+
428  void operator()(
+
429  const View<
+
430  mapping::
+
431  SoA<ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields>,
+
432  SrcBlob>& srcView,
+
433  View<mapping::AoSoA<ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields>, DstBlob>&
+
434  dstView,
+
435  std::size_t threadId,
+
436  std::size_t threadCount)
+
437  {
+
438  constexpr auto readOpt = true; // TODO(bgruber): how to choose?
+
439  aosoaCommonBlockCopy(srcView, dstView, readOpt, threadId, threadCount);
+
440  }
+
441  };
+
442 
+
448  LLAMA_EXPORT
+
449  template<typename SrcMapping, typename SrcBlob, typename DstMapping, typename DstBlob>
+
450  void copy(
+
451  const View<SrcMapping, SrcBlob>& srcView,
+
452  View<DstMapping, DstBlob>& dstView,
+
453  std::size_t threadId = 0,
+
454  std::size_t threadCount = 1)
+
455  {
+
456  Copy<SrcMapping, DstMapping>{}(srcView, dstView, threadId, threadCount);
+
457  }
+
458 } // namespace llama
#define LLAMA_EXPORT
Definition: macros.hpp:192
#define LLAMA_LAMBDA_INLINE
Gives strong indication to the compiler to inline the attributed lambda.
Definition: macros.hpp:113
-
void parallelMemcpy(std::byte *dst, const std::byte *src, std::size_t size, std::size_t threadId=0, std::size_t threadCount=1, memcopyFunc singleThreadMemcpy=std::memcpy)
Definition: Copy.hpp:31
-
void *(*)(void *, const void *, std::size_t) memcopyFunc
Definition: Copy.hpp:29
-
constexpr std::size_t aosoaLanes
Definition: Copy.hpp:117
+
constexpr auto copyBlobWithMemcpy
Definition: Copy.hpp:83
+
constexpr std::size_t aosoaLanes
Definition: Copy.hpp:156
void assertTrivialCopyable()
Definition: Copy.hpp:18
+
void parallelMemcpy(std::byte *dst, const std::byte *src, std::size_t size, std::size_t threadId=0, std::size_t threadCount=1, MemcpyFunc singleThreadMemcpy=&memcpy)
Definition: Copy.hpp:35
+
constexpr auto memcpy
Definition: Copy.hpp:32
SoA(TArrayExtents, TRecordDim) -> SoA< TArrayExtents, TRecordDim >
Blobs
Definition: SoA.hpp:14
SubArrayAlignment
Definition: SoA.hpp:21
Definition: Accessors.hpp:15
void forEachArrayIndex([[maybe_unused]] const ArrayIndex< SizeType, Dim > &extents, Func &&func, OuterIndices... outerIndices)
-
void blobMemcpy(const View< Mapping, SrcBlob > &srcView, View< Mapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1)
Definition: Copy.hpp:52
+
void copyBlobs(const View< Mapping, SrcBlob > &srcView, View< Mapping, DstBlob > &dstView, BlobCopyFunc copyBlob=internal::copyBlobWithMemcpy)
Definition: Copy.hpp:101
ArrayExtents(Args...) -> ArrayExtents< typename internal::IndexTypeFromArgs< std::size_t, Args... >::type,(Args{}, dyn)... >
-
void copy(const View< SrcMapping, SrcBlob > &srcView, View< DstMapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1)
Definition: Copy.hpp:409
+
void memcpyBlobs(const View< Mapping, SrcBlob > &srcView, View< Mapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1, MemcpyFunc singleThreadMemcpy=internal::memcpy)
Definition: Copy.hpp:57
+
void copy(const View< SrcMapping, SrcBlob > &srcView, View< DstMapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1)
Definition: Copy.hpp:450
constexpr auto product(Array< T, N > a) -> T
Definition: Array.hpp:315
-
void aosoaCommonBlockCopy(const View< SrcMapping, SrcBlob > &srcView, View< DstMapping, DstBlob > &dstView, bool readOpt, std::size_t threadId=0, std::size_t threadCount=1)
Definition: Copy.hpp:150
+
void aosoaCommonBlockCopy(const View< SrcMapping, SrcBlob > &srcView, View< DstMapping, DstBlob > &dstView, bool readOpt, std::size_t threadId=0, std::size_t threadCount=1)
Definition: Copy.hpp:189
typename internal::GetTypeImpl< RecordDim, RecordCoordOrTags... >::type GetType
Definition: Core.hpp:387
-
void fieldWiseCopy(const View< SrcMapping, SrcBlob > &srcView, View< DstMapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1)
Definition: Copy.hpp:79
+
void fieldWiseCopy(const View< SrcMapping, SrcBlob > &srcView, View< DstMapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1)
Definition: Copy.hpp:118
T value_type
-
void operator()(const SrcView &srcView, DstView &dstView, std::size_t threadId, std::size_t threadCount) const
Definition: Copy.hpp:309
-
void operator()(const View< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, SrcBlob > &srcView, View< mapping::SoA< ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields >, DstBlob > &dstView, std::size_t threadId, std::size_t threadCount)
Definition: Copy.hpp:358
-
void operator()(const View< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, SrcBlob > &srcView, View< mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields >, DstBlob > &dstView, std::size_t threadId, std::size_t threadCount)
Definition: Copy.hpp:330
-
void operator()(const View< mapping::SoA< ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields >, SrcBlob > &srcView, View< mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields >, DstBlob > &dstView, std::size_t threadId, std::size_t threadCount)
Definition: Copy.hpp:388
-
Generic implementation of copy defaulting to fieldWiseCopy. LLAMA provides several specializations of...
Definition: Copy.hpp:296
-
void operator()(const SrcView &srcView, DstView &dstView, std::size_t threadId, std::size_t threadCount) const
Definition: Copy.hpp:298
+
void operator()(const SrcView &srcView, DstView &dstView, std::size_t threadId, std::size_t threadCount) const
Definition: Copy.hpp:348
+
void operator()(const View< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, SrcBlob > &srcView, View< mapping::SoA< ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields >, DstBlob > &dstView, std::size_t threadId, std::size_t threadCount)
Definition: Copy.hpp:398
+
void operator()(const View< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, SrcBlob > &srcView, View< mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields >, DstBlob > &dstView, std::size_t threadId, std::size_t threadCount)
Definition: Copy.hpp:370
+
void operator()(const View< mapping::SoA< ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields >, SrcBlob > &srcView, View< mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields >, DstBlob > &dstView, std::size_t threadId, std::size_t threadCount)
Definition: Copy.hpp:428
+
Generic implementation of copy defaulting to fieldWiseCopy. LLAMA provides several specializations of...
Definition: Copy.hpp:335
+
void operator()(const SrcView &srcView, DstView &dstView, std::size_t threadId, std::size_t threadCount) const
Definition: Copy.hpp:337
Definition: RecordCoord.hpp:32
Definition: View.hpp:399
auto mapping() -> Mapping &
Definition: View.hpp:441
@@ -526,7 +563,7 @@ diff --git a/Core_8hpp.html b/Core_8hpp.html index f33105e7bf..995f881245 100644 --- a/Core_8hpp.html +++ b/Core_8hpp.html @@ -448,7 +448,7 @@ diff --git a/Core_8hpp_source.html b/Core_8hpp_source.html index 92de608843..0d8329a937 100644 --- a/Core_8hpp_source.html +++ b/Core_8hpp_source.html @@ -965,7 +965,7 @@
constexpr std::size_t offsetOf
Definition: Core.hpp:662
typename internal::TransformLeavesWithCoordImpl< RecordCoord<>, RecordDim, FieldTypeFunctor >::type TransformLeavesWithCoord
Definition: Core.hpp:751
typename internal::LeafRecordCoordsImpl< RecordDim, RecordCoord<> >::type LeafRecordCoords
Returns a flat type list containing all record coordinates to all leaves of the given record dimensio...
Definition: Core.hpp:427
-
void copy(const View< SrcMapping, SrcBlob > &srcView, View< DstMapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1)
Definition: Copy.hpp:409
+
void copy(const View< SrcMapping, SrcBlob > &srcView, View< DstMapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1)
Definition: Copy.hpp:450
typename decltype(internal::mergeRecordDimsImpl(mp_identity< RecordDimA >{}, mp_identity< RecordDimB >{}))::type MergedRecordDims
Creates a merged record dimension, where duplicated, nested fields are unified.
Definition: Core.hpp:819
constexpr bool isRecordDim
True if the T is a record dimension. That is, T is either a llama::Record or a bounded array.
Definition: Core.hpp:698
constexpr auto roundUpToMultiple(Integral n, Integral mult) -> Integral
Returns the integral n rounded up to be a multiple of mult.
Definition: Core.hpp:578
@@ -1048,7 +1048,7 @@ diff --git a/DumpMapping_8hpp.html b/DumpMapping_8hpp.html index 6a56507578..1e157578c3 100644 --- a/DumpMapping_8hpp.html +++ b/DumpMapping_8hpp.html @@ -105,7 +105,7 @@ diff --git a/DumpMapping_8hpp_source.html b/DumpMapping_8hpp_source.html index ec1d07c1ae..f3ff7b6cd9 100644 --- a/DumpMapping_8hpp_source.html +++ b/DumpMapping_8hpp_source.html @@ -591,7 +591,7 @@ diff --git a/FieldAccessCount_8hpp.html b/FieldAccessCount_8hpp.html index 1af733b308..9fb899a290 100644 --- a/FieldAccessCount_8hpp.html +++ b/FieldAccessCount_8hpp.html @@ -168,7 +168,7 @@ diff --git a/FieldAccessCount_8hpp_source.html b/FieldAccessCount_8hpp_source.html index 7ec453f1ce..a252ad06f0 100644 --- a/FieldAccessCount_8hpp_source.html +++ b/FieldAccessCount_8hpp_source.html @@ -509,7 +509,7 @@ diff --git a/Functors_8hpp.html b/Functors_8hpp.html index bdce691270..533d3f143c 100644 --- a/Functors_8hpp.html +++ b/Functors_8hpp.html @@ -189,7 +189,7 @@ diff --git a/Functors_8hpp_source.html b/Functors_8hpp_source.html index 10c19eca42..5e234ce7c2 100644 --- a/Functors_8hpp_source.html +++ b/Functors_8hpp_source.html @@ -370,7 +370,7 @@ diff --git a/Heatmap_8hpp.html b/Heatmap_8hpp.html index 34d2407ac8..883b2ee127 100644 --- a/Heatmap_8hpp.html +++ b/Heatmap_8hpp.html @@ -168,7 +168,7 @@ diff --git a/Heatmap_8hpp_source.html b/Heatmap_8hpp_source.html index d987c42b1e..1b3a68bcfe 100644 --- a/Heatmap_8hpp_source.html +++ b/Heatmap_8hpp_source.html @@ -348,7 +348,7 @@ diff --git a/Mapping_8hpp.html b/Mapping_8hpp.html index b50c682ee2..144004b562 100644 --- a/Mapping_8hpp.html +++ b/Mapping_8hpp.html @@ -180,7 +180,7 @@ diff --git a/Mapping_8hpp_source.html b/Mapping_8hpp_source.html index dd72fd3e4b..acd9396690 100644 --- a/Mapping_8hpp_source.html +++ b/Mapping_8hpp_source.html @@ -364,7 +364,7 @@ diff --git a/Meta_8hpp.html b/Meta_8hpp.html index 32f62c86b9..9a4308456b 100644 --- a/Meta_8hpp.html +++ b/Meta_8hpp.html @@ -192,7 +192,7 @@ diff --git a/Meta_8hpp_source.html b/Meta_8hpp_source.html index 51554305f6..842828ac42 100644 --- a/Meta_8hpp_source.html +++ b/Meta_8hpp_source.html @@ -163,7 +163,7 @@ diff --git a/Null_8hpp.html b/Null_8hpp.html index 3a7e18db42..9dadf376fb 100644 --- a/Null_8hpp.html +++ b/Null_8hpp.html @@ -137,7 +137,7 @@ diff --git a/Null_8hpp_source.html b/Null_8hpp_source.html index 0416ab6765..4c4b7d8821 100644 --- a/Null_8hpp_source.html +++ b/Null_8hpp_source.html @@ -184,7 +184,7 @@ diff --git a/One_8hpp.html b/One_8hpp.html index 26ac98c214..7e098af8a4 100644 --- a/One_8hpp.html +++ b/One_8hpp.html @@ -186,7 +186,7 @@ diff --git a/One_8hpp_source.html b/One_8hpp_source.html index 1c8f25019f..538e7a0325 100644 --- a/One_8hpp_source.html +++ b/One_8hpp_source.html @@ -219,7 +219,7 @@ diff --git a/PermuteArrayIndex_8hpp.html b/PermuteArrayIndex_8hpp.html index 0a88f3880a..ab28b0bd7b 100644 --- a/PermuteArrayIndex_8hpp.html +++ b/PermuteArrayIndex_8hpp.html @@ -156,7 +156,7 @@ diff --git a/PermuteArrayIndex_8hpp_source.html b/PermuteArrayIndex_8hpp_source.html index 2f3aa2652b..ebe8ee5352 100644 --- a/PermuteArrayIndex_8hpp_source.html +++ b/PermuteArrayIndex_8hpp_source.html @@ -174,7 +174,7 @@ diff --git a/Projection_8hpp.html b/Projection_8hpp.html index a2f9da8a6e..d25a695eac 100644 --- a/Projection_8hpp.html +++ b/Projection_8hpp.html @@ -205,7 +205,7 @@ diff --git a/Projection_8hpp_source.html b/Projection_8hpp_source.html index 9ba2a8eac9..4ce40749cd 100644 --- a/Projection_8hpp_source.html +++ b/Projection_8hpp_source.html @@ -326,7 +326,7 @@ diff --git a/Proofs_8hpp.html b/Proofs_8hpp.html index 3512841375..719f87d56a 100644 --- a/Proofs_8hpp.html +++ b/Proofs_8hpp.html @@ -138,7 +138,7 @@ diff --git a/Proofs_8hpp_source.html b/Proofs_8hpp_source.html index 3ca203e248..bc10f888fa 100644 --- a/Proofs_8hpp_source.html +++ b/Proofs_8hpp_source.html @@ -215,7 +215,7 @@ diff --git a/ProxyRefOpMixin_8hpp.html b/ProxyRefOpMixin_8hpp.html index 1eb653a6a4..028987c492 100644 --- a/ProxyRefOpMixin_8hpp.html +++ b/ProxyRefOpMixin_8hpp.html @@ -147,7 +147,7 @@ diff --git a/ProxyRefOpMixin_8hpp_source.html b/ProxyRefOpMixin_8hpp_source.html index 82cd84c17f..c6cc2e0720 100644 --- a/ProxyRefOpMixin_8hpp_source.html +++ b/ProxyRefOpMixin_8hpp_source.html @@ -264,7 +264,7 @@ diff --git a/RecordCoord_8hpp.html b/RecordCoord_8hpp.html index b958e221fd..6355e945c9 100644 --- a/RecordCoord_8hpp.html +++ b/RecordCoord_8hpp.html @@ -241,7 +241,7 @@ diff --git a/RecordCoord_8hpp_source.html b/RecordCoord_8hpp_source.html index 815131c34a..3ea80af51f 100644 --- a/RecordCoord_8hpp_source.html +++ b/RecordCoord_8hpp_source.html @@ -282,7 +282,7 @@ diff --git a/RecordRef_8hpp.html b/RecordRef_8hpp.html index ecceecbf7d..38628ae570 100644 --- a/RecordRef_8hpp.html +++ b/RecordRef_8hpp.html @@ -326,7 +326,7 @@ diff --git a/RecordRef_8hpp_source.html b/RecordRef_8hpp_source.html index 48d743e093..f908988e80 100644 --- a/RecordRef_8hpp_source.html +++ b/RecordRef_8hpp_source.html @@ -1276,7 +1276,7 @@ diff --git a/Simd_8hpp.html b/Simd_8hpp.html index 7271563156..78ecd38f91 100644 --- a/Simd_8hpp.html +++ b/Simd_8hpp.html @@ -228,7 +228,7 @@ diff --git a/Simd_8hpp_source.html b/Simd_8hpp_source.html index d71c77d3c9..88d0f67115 100644 --- a/Simd_8hpp_source.html +++ b/Simd_8hpp_source.html @@ -263,7 +263,7 @@
213  for(auto i = 0; i < Traits::lanes; i++)
214  reinterpret_cast<FieldType*>(&elemSimd)[i]
215  = *reinterpret_cast<const FieldType*>(srcBaseAddr + i * srcStride);
-
216  std::memcpy(&dstSimd(rc), &elemSimd, sizeof(elemSimd));
+
216  std::memcpy(&dstSimd(rc), &elemSimd, sizeof(elemSimd));
217  }
218  else
219  {
@@ -272,7 +272,7 @@
222  for(auto i = 0; i < Traits::lanes; i++)
223  reinterpret_cast<FieldType*>(&elemSimd)[i]
224  = srcRef.view(*b++)(cat(typename T::BoundRecordCoord{}, rc)); // scalar loads
-
225  std::memcpy(&dstSimd(rc), &elemSimd, sizeof(elemSimd));
+
225  std::memcpy(&dstSimd(rc), &elemSimd, sizeof(elemSimd));
226  }
227  }
228 
@@ -430,6 +430,7 @@
#define LLAMA_END_SUPPRESS_HOST_DEVICE_WARNING
Definition: macros.hpp:153
void storeSimdRecord(const Simd &srcSimd, T &&dstRef, RecordCoord rc)
void loadSimdRecord(const T &srcRef, Simd &dstSimd, RecordCoord rc)
Definition: Simd.hpp:179
+
constexpr auto memcpy
Definition: Copy.hpp:32
@ Align
Definition: Accessors.hpp:15
typename internal::FlattenRecordDimImpl< RecordDim >::type FlatRecordDim
Returns a flat type list containing all leaf field types of the given record dimension.
Definition: Core.hpp:481
@@ -473,7 +474,7 @@ diff --git a/SoA_8hpp.html b/SoA_8hpp.html index d2f40d1fa9..3e58552717 100644 --- a/SoA_8hpp.html +++ b/SoA_8hpp.html @@ -203,7 +203,7 @@ diff --git a/SoA_8hpp_source.html b/SoA_8hpp_source.html index a3527286e4..03b29e63f3 100644 --- a/SoA_8hpp_source.html +++ b/SoA_8hpp_source.html @@ -357,7 +357,7 @@ diff --git a/Split_8hpp.html b/Split_8hpp.html index 21c812c8e0..0063177bb3 100644 --- a/Split_8hpp.html +++ b/Split_8hpp.html @@ -196,7 +196,7 @@ diff --git a/Split_8hpp_source.html b/Split_8hpp_source.html index 3f83ac79bb..e63ee24ef4 100644 --- a/Split_8hpp_source.html +++ b/Split_8hpp_source.html @@ -394,7 +394,7 @@ diff --git a/StructName_8hpp.html b/StructName_8hpp.html index c5dc5cd40a..07aacfbd75 100644 --- a/StructName_8hpp.html +++ b/StructName_8hpp.html @@ -197,7 +197,7 @@ diff --git a/StructName_8hpp_source.html b/StructName_8hpp_source.html index da82c4852a..cf2a918904 100644 --- a/StructName_8hpp_source.html +++ b/StructName_8hpp_source.html @@ -498,7 +498,7 @@ diff --git a/TreeFromDimensions_8hpp.html b/TreeFromDimensions_8hpp.html index fafd9d1883..e4e1e6b7c0 100644 --- a/TreeFromDimensions_8hpp.html +++ b/TreeFromDimensions_8hpp.html @@ -217,7 +217,7 @@ diff --git a/TreeFromDimensions_8hpp_source.html b/TreeFromDimensions_8hpp_source.html index ef8390cfaf..5eda6cfc8f 100644 --- a/TreeFromDimensions_8hpp_source.html +++ b/TreeFromDimensions_8hpp_source.html @@ -290,7 +290,7 @@ diff --git a/Tuple_8hpp.html b/Tuple_8hpp.html index f8828d6772..2cbedee74e 100644 --- a/Tuple_8hpp.html +++ b/Tuple_8hpp.html @@ -195,7 +195,7 @@ diff --git a/Tuple_8hpp_source.html b/Tuple_8hpp_source.html index b7b7f80708..f1b1e1371a 100644 --- a/Tuple_8hpp_source.html +++ b/Tuple_8hpp_source.html @@ -388,7 +388,7 @@ diff --git a/Vector_8hpp.html b/Vector_8hpp.html index 7f26bf98b1..50eefaa377 100644 --- a/Vector_8hpp.html +++ b/Vector_8hpp.html @@ -159,7 +159,7 @@ diff --git a/Vector_8hpp_source.html b/Vector_8hpp_source.html index 33c7843cba..0b151f1337 100644 --- a/Vector_8hpp_source.html +++ b/Vector_8hpp_source.html @@ -399,7 +399,7 @@
#define LLAMA_FN_HOST_ACC_INLINE
Definition: macros.hpp:96
Definition: Accessors.hpp:15
ArrayExtents(Args...) -> ArrayExtents< typename internal::IndexTypeFromArgs< std::size_t, Args... >::type,(Args{}, dyn)... >
-
void copy(const View< SrcMapping, SrcBlob > &srcView, View< DstMapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1)
Definition: Copy.hpp:409
+
void copy(const View< SrcMapping, SrcBlob > &srcView, View< DstMapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1)
Definition: Copy.hpp:450
auto swap(RecordRef< ViewA, BoundRecordDimA, OwnViewA > &a, RecordRef< ViewB, BoundRecordDimB, OwnViewB > &b) noexcept -> std::enable_if_t< std::is_same_v< typename RecordRef< ViewA, BoundRecordDimA, OwnViewA >::AccessibleRecordDim, typename RecordRef< ViewB, BoundRecordDimB, OwnViewB >::AccessibleRecordDim >>
Definition: RecordRef.hpp:777
Definition: View.hpp:211
Definition: RecordRef.hpp:346
@@ -457,7 +457,7 @@ diff --git a/View_8hpp.html b/View_8hpp.html index a2e75951b5..f6fa064411 100644 --- a/View_8hpp.html +++ b/View_8hpp.html @@ -274,7 +274,7 @@ diff --git a/View_8hpp_source.html b/View_8hpp_source.html index 3c37bb6864..6575fabc79 100644 --- a/View_8hpp_source.html +++ b/View_8hpp_source.html @@ -1041,7 +1041,7 @@ diff --git a/annotated.html b/annotated.html index 4b543f4cad..f88fe6ee9e 100644 --- a/annotated.html +++ b/annotated.html @@ -313,7 +313,7 @@ diff --git a/classes.html b/classes.html index 3d76097835..8e0894082d 100644 --- a/classes.html +++ b/classes.html @@ -151,7 +151,7 @@ diff --git a/dir_000001_000002.html b/dir_000001_000002.html index 3285d32f6d..69d69f69d0 100644 --- a/dir_000001_000002.html +++ b/dir_000001_000002.html @@ -88,7 +88,7 @@

llama → mapping Relation

Variables

constexpr auto llama::internal::memcpy = [](void* dst, const void* src, std::size_t size) { std::memcpy(dst, src, size); }
 
constexpr auto llama::internal::copyBlobWithMemcpy
 
template<typename Mapping >
constexpr std::size_t llama::internal::aosoaLanes = 0
 
< diff --git a/dir_167d1c89d05e547509b1688d85c563df.html b/dir_167d1c89d05e547509b1688d85c563df.html index 307389476d..90deb21625 100644 --- a/dir_167d1c89d05e547509b1688d85c563df.html +++ b/dir_167d1c89d05e547509b1688d85c563df.html @@ -115,7 +115,7 @@ diff --git a/dir_1edeeca147c2d4fb57fec1b01c02fb14.html b/dir_1edeeca147c2d4fb57fec1b01c02fb14.html index 3e1af9f624..247b6bab2f 100644 --- a/dir_1edeeca147c2d4fb57fec1b01c02fb14.html +++ b/dir_1edeeca147c2d4fb57fec1b01c02fb14.html @@ -156,7 +156,7 @@ diff --git a/dir_cc3d900ac5e5cf76cfc53f8f96d0c8dc.html b/dir_cc3d900ac5e5cf76cfc53f8f96d0c8dc.html index 35ae4a6152..16733ed272 100644 --- a/dir_cc3d900ac5e5cf76cfc53f8f96d0c8dc.html +++ b/dir_cc3d900ac5e5cf76cfc53f8f96d0c8dc.html @@ -145,7 +145,7 @@ diff --git a/dir_d44c64559bbebec7f509842c48db8b23.html b/dir_d44c64559bbebec7f509842c48db8b23.html index 7a97ab4409..426a77b43b 100644 --- a/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/dir_d44c64559bbebec7f509842c48db8b23.html @@ -109,7 +109,7 @@ diff --git a/files.html b/files.html index f8a53f2bdc..65b2c0a54e 100644 --- a/files.html +++ b/files.html @@ -140,7 +140,7 @@ diff --git a/functions.html b/functions.html index dceefa5808..4053c142f5 100644 --- a/functions.html +++ b/functions.html @@ -165,7 +165,7 @@

- a -

- - - + + + + + + @@ -1319,7 +1322,7 @@

Definition at line 150 of file Copy.hpp.

+

Definition at line 189 of file Copy.hpp.

@@ -1391,57 +1394,6 @@

- - - -

◆ blobMemcpy()

- -
-
-
-template<typename Mapping , typename SrcBlob , typename DstBlob >
-

template<typename SizeType , SizeType... Sizes, typename Func >
void forEachArrayIndex (ArrayExtents< SizeType, Sizes... > extents, Func &&func)
 
template<typename Mapping , typename SrcBlob , typename DstBlob >
void blobMemcpy (const View< Mapping, SrcBlob > &srcView, View< Mapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1)
 
template<typename Mapping , typename SrcBlob , typename DstBlob , typename MemcpyFunc = decltype(internal::memcpy)>
void memcpyBlobs (const View< Mapping, SrcBlob > &srcView, View< Mapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1, MemcpyFunc singleThreadMemcpy=internal::memcpy)
 
template<typename Mapping , typename SrcBlob , typename DstBlob , typename BlobCopyFunc = decltype(internal::copyBlobWithMemcpy)>
void copyBlobs (const View< Mapping, SrcBlob > &srcView, View< Mapping, DstBlob > &dstView, BlobCopyFunc copyBlob=internal::copyBlobWithMemcpy)
 
template<typename SrcMapping , typename SrcBlob , typename DstMapping , typename DstBlob >
void fieldWiseCopy (const View< SrcMapping, SrcBlob > &srcView, View< DstMapping, DstBlob > &dstView, std::size_t threadId=0, std::size_t threadCount=1)
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void llama::blobMemcpy (const View< Mapping, SrcBlob > & srcView,
View< Mapping, DstBlob > & dstView,
std::size_t threadId = 0,
std::size_t threadCount = 1 
)
-
-

Direct memcpy from source view blobs to destination view blobs. Both views need to have the same mappings with the same array dimensions.

Parameters
- - - -
threadIdOptional. Zero-based id of calling thread for multi-threaded invocations.
threadCountOptional. Thread count in case of multi-threaded invocation.
-
-
- -

Definition at line 52 of file Copy.hpp.

-
@@ -1635,7 +1587,7 @@

-

Copy data from source view to destination view. Both views need to have the same array and record dimensions. Delegates to Copy to choose an implementation.

Parameters
+

Copy data from source to destination view. Both views need to have the same array and record dimensions, but may have different mappings. The blobs need to be read- and writeable. Delegates to Copy to choose an implementation.

Parameters
@@ -1643,7 +1595,51 @@

Definition at line 409 of file Copy.hpp.

+

Definition at line 450 of file Copy.hpp.

+ + + + +

◆ copyBlobs()

+ +
+
+
+template<typename Mapping , typename SrcBlob , typename DstBlob , typename BlobCopyFunc = decltype(internal::copyBlobWithMemcpy)>
+

threadIdOptional. Zero-based id of calling thread for multi-threaded invocations.
threadCountOptional. Thread count in case of multi-threaded invocation.
+ + + + + + + + + + + + + + + + + + + + + + + +
void llama::copyBlobs (const View< Mapping, SrcBlob > & srcView,
View< Mapping, DstBlob > & dstView,
BlobCopyFunc copyBlob = internal::copyBlobWithMemcpy 
)
+
+

Copy the blobs' content from the source view to the destination view. Both views need to have the same mapping, and thus the same blob count and blob sizes. The copy is performed blob by blob.

Parameters
+ + +
copyBlobThe function to use for copying blobs. Default is internal::copyBlobWithMemcpy, which uses std::memcpy.
+
+
+ +

Definition at line 101 of file Copy.hpp.

@@ -1835,7 +1831,7 @@

Definition at line 79 of file Copy.hpp.

+

Definition at line 118 of file Copy.hpp.

@@ -2246,6 +2242,64 @@

Definition at line 364 of file View.hpp.

+ + + +

◆ memcpyBlobs()

+ +
+
+
+template<typename Mapping , typename SrcBlob , typename DstBlob , typename MemcpyFunc = decltype(internal::memcpy)>
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void llama::memcpyBlobs (const View< Mapping, SrcBlob > & srcView,
View< Mapping, DstBlob > & dstView,
std::size_t threadId = 0,
std::size_t threadCount = 1,
MemcpyFunc singleThreadMemcpy = internal::memcpy 
)
+
+

Copy the blobs' content from the source view to the destination view in parallel with the given thread configuration. Both views need to have the same mappings with the same array extents.

Parameters
+ + + + +
threadIdZero-based id of calling thread for multi-threaded invocations.
threadCountThread count in case of multi-threaded invocation.
singleThreadMemcpyThe implementation of memcpy. By default: std::memcpy.
+
+
+ +

Definition at line 57 of file Copy.hpp.

+
@@ -4868,7 +4922,7 @@

    - +
diff --git a/namespacellama.js b/namespacellama.js index 7c996931f2..f5f9277bc8 100644 --- a/namespacellama.js +++ b/namespacellama.js @@ -70,12 +70,12 @@ var namespacellama = [ "Array", "namespacellama.html#a690689d38b43930430e58bb7fe17aca7", null ], [ "ArrayExtents", "namespacellama.html#a3fccafcd85a44696a4d5e6659927b634", null ], [ "ArrayIndex", "namespacellama.html#a0d0fda5486eb5976f940a638f0cdd9d4", null ], - [ "blobMemcpy", "namespacellama.html#a22c65b7815a74750d6b589d95d19d703", null ], [ "cat", "namespacellama.html#a42cdd926d98388052f028ab19c94b649", null ], [ "chooseSimdLanes", "namespacellama.html#abb21e8bcb7c41613b7183a1beef1f600", null ], [ "constructField", "namespacellama.html#a0289e8c7f0657f29a2b02a1d37452493", null ], [ "constructFields", "namespacellama.html#af4c8d962f80ddc030f99b08479ecb083", null ], [ "copy", "namespacellama.html#ab67a5448cc031309dc1aa8580b7d4950", null ], + [ "copyBlobs", "namespacellama.html#a2f41c329ce5acee2de376b6640afcbe8", null ], [ "copyRecord", "namespacellama.html#a4fca680f97ca52a42cd74519e6347395", null ], [ "decayCopy", "namespacellama.html#a0f8572ce32d64cda19cb705d78247bed", null ], [ "divCeil", "namespacellama.html#a516c8260631ec1b61a52f0e56dc58ac7", null ], @@ -91,6 +91,7 @@ var namespacellama = [ "loadSimd", "namespacellama.html#a6060f4836e56bda4689232f0d22fecf8", null ], [ "mapsPiecewiseContiguous", "namespacellama.html#a32bf07b53ebc403eee401038fc95b591", null ], [ "mapToMemory", "namespacellama.html#ae38fc0d77ddcdd41b2f2522f4c5bd24e", null ], + [ "memcpyBlobs", "namespacellama.html#a4959ae52801ba64e6f6c3ba612de29b7", null ], [ "NrAndOffset", "namespacellama.html#a33a2a1438ebfa33ecdae893ab0b93e37", null ], [ "operator!=", "namespacellama.html#aa969f915a561005ba54a2c698a184965", null ], [ "operator!=", "namespacellama.html#a91513e7294d6476ee4c4362a4093997f", null ], diff --git a/namespacellama_1_1accessor.html b/namespacellama_1_1accessor.html index fcc850a1ee..99f1c1d5ca 100644 --- a/namespacellama_1_1accessor.html +++ b/namespacellama_1_1accessor.html @@ -123,7 +123,7 @@ diff --git a/namespacellama_1_1accessor_1_1internal.html b/namespacellama_1_1accessor_1_1internal.html index 638481b581..6c985606bd 100644 --- a/namespacellama_1_1accessor_1_1internal.html +++ b/namespacellama_1_1accessor_1_1internal.html @@ -100,7 +100,7 @@ diff --git a/namespacellama_1_1bloballoc.html b/namespacellama_1_1bloballoc.html index 47b9fed38b..4b77af25ef 100644 --- a/namespacellama_1_1bloballoc.html +++ b/namespacellama_1_1bloballoc.html @@ -112,7 +112,7 @@ diff --git a/namespacellama_1_1internal.html b/namespacellama_1_1internal.html index a42d7aebe5..12f0b020c2 100644 --- a/namespacellama_1_1internal.html +++ b/namespacellama_1_1internal.html @@ -231,8 +231,6 @@ - - @@ -248,8 +246,9 @@ - - + + + @@ -386,6 +385,10 @@

Typedefs

using memcopyFunc = void *(*)(void *, const void *, std::size_t)
 
template<typename FromList , template< auto... > class ToList>
using mp_unwrap_values_into = typename mp_unwrap_values_into_impl< FromList, ToList >::type
 
template<typename RecordDim >
void assertTrivialCopyable ()
 
void parallelMemcpy (std::byte *dst, const std::byte *src, std::size_t size, std::size_t threadId=0, std::size_t threadCount=1, memcopyFunc singleThreadMemcpy=std::memcpy)
 
template<typename MemcpyFunc = decltype(memcpy)>
void parallelMemcpy (std::byte *dst, const std::byte *src, std::size_t size, std::size_t threadId=0, std::size_t threadCount=1, MemcpyFunc singleThreadMemcpy=&memcpy)
 
template<typename TypeList >
constexpr auto flatAlignOfImpl ()
 
+ + + + @@ -443,22 +446,6 @@

Definition at line 30 of file View.hpp.

- - - -

◆ memcopyFunc

- -
-
-

Variables

constexpr auto memcpy = [](void* dst, const void* src, std::size_t size) { std::memcpy(dst, src, size); }
 
constexpr auto copyBlobWithMemcpy
 
template<typename Mapping >
constexpr std::size_t aosoaLanes = 0
 
- - - -
using llama::internal::memcopyFunc = typedef void* (*) (void*, const void*, std::size_t)
-
- -

Definition at line 29 of file Copy.hpp.

-
@@ -1764,14 +1751,13 @@

-

◆ parallelMemcpy()

+ +

◆ parallelMemcpy()

- - -
+
+template<typename MemcpyFunc = decltype(memcpy)>
@@ -1806,8 +1792,8 @@

- - + + @@ -1815,14 +1801,9 @@

-inline -

-
void llama::internal::parallelMemcpy memcopyFunc singleThreadMemcpy = std::memcpy MemcpyFunc singleThreadMemcpy = &memcpy 
-

Definition at line 31 of file Copy.hpp.

+

Definition at line 35 of file Copy.hpp.

@@ -2424,7 +2405,38 @@

-

Definition at line 117 of file Copy.hpp.

+

Definition at line 156 of file Copy.hpp.

+ + + + +

◆ copyBlobWithMemcpy

+ +
+
+ + + + + +
+ + + + +
constexpr auto llama::internal::copyBlobWithMemcpy
+
+inlineconstexpr
+
+Initial value:
= [](const auto& src, auto& dst, std::size_t size)
+
{
+
static_assert(std::is_trivially_copyable_v<std::remove_reference_t<decltype(*&src[0])>>);
+
static_assert(std::is_trivially_copyable_v<std::remove_reference_t<decltype(*&dst[0])>>);
+
std::memcpy(&dst[0], &src[0], size);
+
}
+
constexpr auto memcpy
Definition: Copy.hpp:32
+
+

Definition at line 83 of file Copy.hpp.

@@ -2665,6 +2677,30 @@

Definition at line 268 of file RecordRef.hpp.

+ + + +

◆ memcpy

+ +
+
+ + + + + +
+ + + + +
constexpr auto llama::internal::memcpy = [](void* dst, const void* src, std::size_t size) { std::memcpy(dst, src, size); }
+
+inlineconstexpr
+
+ +

Definition at line 31 of file Copy.hpp.

+
@@ -2751,7 +2787,7 @@

    - +
diff --git a/namespacellama_1_1internal.js b/namespacellama_1_1internal.js index 505e392659..a45636eb9c 100644 --- a/namespacellama_1_1internal.js +++ b/namespacellama_1_1internal.js @@ -68,7 +68,6 @@ var namespacellama_1_1internal = [ "IsComputed", "structllama_1_1internal_1_1IsComputed.html", null ], [ "IsComputed< Mapping, RecordCoord, std::void_t< decltype(Mapping::isComputed(RecordCoord{}))> >", "structllama_1_1internal_1_1IsComputed_3_01Mapping_00_01RecordCoord_00_01std_1_1void__t_3_01declt31ec39d02aa75d5ea3308109fe018112.html", null ], [ "AllocatorBlobType", "namespacellama_1_1internal.html#a6b703634fd8ad7364cf42588add461bc", null ], - [ "memcopyFunc", "namespacellama_1_1internal.html#a359ae38d758d2af3b2e5610fcc32c110", null ], [ "mp_unwrap_values_into", "namespacellama_1_1internal.html#a81e3783dd94e3a1b003f955aaacf49d6", null ], [ "areEqual", "namespacellama_1_1internal.html#ad6320a13162da7c7c045674a49a741b4", null ], [ "asFlatTupleImpl", "namespacellama_1_1internal.html#a5bc564bd20a51a629e2d16c07b29e8f3", null ], @@ -103,7 +102,7 @@ var namespacellama_1_1internal = [ "mergeRecordDimsImpl", "namespacellama_1_1internal.html#acfbbb27c8356e64d8f7282336c3b60a1", null ], [ "mpForEachInlined", "namespacellama_1_1internal.html#acde58af143505d1ef6a1d7e34d181e5f", null ], [ "offsetOfImplWorkaround", "namespacellama_1_1internal.html#a8420725970ab9da75999e4dfad4e8590", null ], - [ "parallelMemcpy", "namespacellama_1_1internal.html#a0a81e9975bf6750cae8fa41b8b94f58c", null ], + [ "parallelMemcpy", "namespacellama_1_1internal.html#ab68b2a5fff076187bccb1aaa5e51f4e8", null ], [ "recordCoordCommonPrefixIsBiggerImpl", "namespacellama_1_1internal.html#a02e115f3c9d3acdccd07526d475ed358", null ], [ "recordCoordCommonPrefixIsSameImpl", "namespacellama_1_1internal.html#a5732c14ad8045af3e542cf23a7e82c6d", null ], [ "recordRefArithOperator", "namespacellama_1_1internal.html#a1b3659d40a3d3514d50ef854e9330d99", null ], @@ -119,6 +118,7 @@ var namespacellama_1_1internal = [ "tupleTransformHelper", "namespacellama_1_1internal.html#a76aaf566f3c6233df18940831d184aa9", null ], [ "typeNameAsArray", "namespacellama_1_1internal.html#a64b252f2299cce03f8814269a0c25ca2", null ], [ "aosoaLanes", "namespacellama_1_1internal.html#a6be5f6ab0482c0b8d8276f41c70667c2", null ], + [ "copyBlobWithMemcpy", "namespacellama_1_1internal.html#a1c6df394c66fe2b06db0c0ad6a5e7b12", null ], [ "dependentFalse", "namespacellama_1_1internal.html#a99f936c1db4c84570feff6ea76a4934a", null ], [ "flatFieldCountBefore", "namespacellama_1_1internal.html#a1dc0436b8f0598e4fe3e707051be5b5f", null ], [ "flatFieldCountBefore< 0, Record< Children... > >", "namespacellama_1_1internal.html#a6eeb732eb19f17e2eb85e50b07fe3f42", null ], @@ -128,6 +128,7 @@ var namespacellama_1_1internal = [ "isDirectListInitializableFromTuple< T, Tuple< Args... > >", "namespacellama_1_1internal.html#a4522640644ac2790e930a57ea0ec85c9", null ], [ "isDirectListInitializableImpl", "namespacellama_1_1internal.html#adecb2f7954000ceb98ea4ec0a68da21d", null ], [ "isTupleLike", "namespacellama_1_1internal.html#aa30231c6e488d62d3b26388e1ca9f590", null ], + [ "memcpy", "namespacellama_1_1internal.html#ae7d043343c1a60a7ceb75ba7c06e4c18", null ], [ "recordCoordTagsStorage", "namespacellama_1_1internal.html#aadb89628e7b37c78df955928a1934c00", null ], [ "structNameStorage", "namespacellama_1_1internal.html#a32808c34947a5a5be5e1f677a50e64e4", null ], [ "typeNameStorage", "namespacellama_1_1internal.html#a52be59da116649206cd1d61b613ee680", null ] diff --git a/namespacellama_1_1literals.html b/namespacellama_1_1literals.html index b94cf1bf04..cf91d7c3e8 100644 --- a/namespacellama_1_1literals.html +++ b/namespacellama_1_1literals.html @@ -134,7 +134,7 @@

    - +
diff --git a/namespacellama_1_1mapping.html b/namespacellama_1_1mapping.html index bdfd8d86a6..8c51105b74 100644 --- a/namespacellama_1_1mapping.html +++ b/namespacellama_1_1mapping.html @@ -1766,7 +1766,7 @@

    - +
diff --git a/namespacellama_1_1mapping_1_1internal.html b/namespacellama_1_1mapping_1_1internal.html index 4e19ef3b4f..07d90438a3 100644 --- a/namespacellama_1_1mapping_1_1internal.html +++ b/namespacellama_1_1mapping_1_1internal.html @@ -1046,7 +1046,7 @@

    - +
diff --git a/namespacellama_1_1mapping_1_1tree.html b/namespacellama_1_1mapping_1_1tree.html index 221247daff..97a5a5117b 100644 --- a/namespacellama_1_1mapping_1_1tree.html +++ b/namespacellama_1_1mapping_1_1tree.html @@ -511,7 +511,7 @@

    - +
diff --git a/namespacellama_1_1mapping_1_1tree_1_1functor.html b/namespacellama_1_1mapping_1_1tree_1_1functor.html index cc4ea73efe..a4fea8cb00 100644 --- a/namespacellama_1_1mapping_1_1tree_1_1functor.html +++ b/namespacellama_1_1mapping_1_1tree_1_1functor.html @@ -138,7 +138,7 @@

    - +
diff --git a/namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html b/namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html index 4decac9b98..53fbd53c67 100644 --- a/namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html +++ b/namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html @@ -310,7 +310,7 @@

    - +
diff --git a/namespacellama_1_1mapping_1_1tree_1_1internal.html b/namespacellama_1_1mapping_1_1tree_1_1internal.html index acea0e3747..88d55b4012 100644 --- a/namespacellama_1_1mapping_1_1tree_1_1internal.html +++ b/namespacellama_1_1mapping_1_1tree_1_1internal.html @@ -550,7 +550,7 @@

    - +
diff --git a/namespacemembers.html b/namespacemembers.html index a695f59248..63a460ff68 100644 --- a/namespacemembers.html +++ b/namespacemembers.html @@ -175,7 +175,7 @@

- a -

    diff --git a/namespacemembers_b.html b/namespacemembers_b.html index 791c9038dd..eaf56e351f 100644 --- a/namespacemembers_b.html +++ b/namespacemembers_b.html @@ -97,9 +97,6 @@

    - b -

    • bitunpack1() : llama::mapping::internal
    • -
    • blobMemcpy() -: llama -
    • Blobs : llama::mapping
    • @@ -112,7 +109,7 @@

      - b -

        diff --git a/namespacemembers_c.html b/namespacemembers_c.html index 781cbad6d5..859df355e7 100644 --- a/namespacemembers_c.html +++ b/namespacemembers_c.html @@ -124,6 +124,12 @@

        - c -

        • copy() : llama
        • +
        • copyBlobs() +: llama +
        • +
        • copyBlobWithMemcpy +: llama::internal +
        • CopyConst : llama
        • @@ -146,7 +152,7 @@

          - c -

            diff --git a/namespacemembers_d.html b/namespacemembers_d.html index 21b5b02de7..9ed3a0b7b5 100644 --- a/namespacemembers_d.html +++ b/namespacemembers_d.html @@ -106,7 +106,7 @@

            - d -

              diff --git a/namespacemembers_enum.html b/namespacemembers_enum.html index c04aa2071a..b533b340d3 100644 --- a/namespacemembers_enum.html +++ b/namespacemembers_enum.html @@ -101,7 +101,7 @@ diff --git a/namespacemembers_f.html b/namespacemembers_f.html index 3340db1fab..0ab5fe4181 100644 --- a/namespacemembers_f.html +++ b/namespacemembers_f.html @@ -154,7 +154,7 @@

              - f -

                diff --git a/namespacemembers_func.html b/namespacemembers_func.html index 5aa8d302c4..49d5b9cc58 100644 --- a/namespacemembers_func.html +++ b/namespacemembers_func.html @@ -158,9 +158,6 @@

                - b -

                • bitunpack1() : llama::mapping::internal
                • -
                • blobMemcpy() -: llama -
                • byteswap() : llama::mapping::internal
                • @@ -201,6 +198,9 @@

                  - c -

                  • copy() : llama
                  • +
                  • copyBlobs() +: llama +
                  • copyRecord() : llama
                  • @@ -316,6 +316,9 @@

                    - m -

                    • mapToMemory() : llama
                    • +
                    • memcpyBlobs() +: llama +
                    • mergeRecordDimsImpl() : llama::internal
                    • @@ -353,7 +356,7 @@

                      - o -

                        - p -

                        • parallelMemcpy() -: llama::internal +: llama::internal
                        • partitionRecordDim() : llama::mapping::internal @@ -507,7 +510,7 @@

                          - w -

                            diff --git a/namespacemembers_g.html b/namespacemembers_g.html index a939863278..c771372909 100644 --- a/namespacemembers_g.html +++ b/namespacemembers_g.html @@ -124,7 +124,7 @@

                            - g -

                              diff --git a/namespacemembers_h.html b/namespacemembers_h.html index 5cb0e02910..961261234e 100644 --- a/namespacemembers_h.html +++ b/namespacemembers_h.html @@ -100,7 +100,7 @@

                              - h -

                                diff --git a/namespacemembers_i.html b/namespacemembers_i.html index 1f3fda04d4..de9d6c8a2a 100644 --- a/namespacemembers_i.html +++ b/namespacemembers_i.html @@ -272,7 +272,7 @@

                                - i -

                                  diff --git a/namespacemembers_l.html b/namespacemembers_l.html index 67d8ebad26..f371793c39 100644 --- a/namespacemembers_l.html +++ b/namespacemembers_l.html @@ -112,7 +112,7 @@

                                  - l -

                                    diff --git a/namespacemembers_m.html b/namespacemembers_m.html index fe30312238..fe2a74e508 100644 --- a/namespacemembers_m.html +++ b/namespacemembers_m.html @@ -118,8 +118,11 @@

                                    - m -

                                    • maxLanes : llama::mapping
                                    • -
                                    • memcopyFunc -: llama::internal +
                                    • memcpy +: llama::internal +
                                    • +
                                    • memcpyBlobs() +: llama
                                    • MergedRecordDims : llama @@ -154,7 +157,7 @@

                                      - m -

                                        diff --git a/namespacemembers_n.html b/namespacemembers_n.html index 0f4100f98c..d9ed9b7efa 100644 --- a/namespacemembers_n.html +++ b/namespacemembers_n.html @@ -94,7 +94,7 @@

                                        - n -

                                          diff --git a/namespacemembers_o.html b/namespacemembers_o.html index 0c14e44881..15bbb7948a 100644 --- a/namespacemembers_o.html +++ b/namespacemembers_o.html @@ -118,7 +118,7 @@

                                          - o -

                                            diff --git a/namespacemembers_p.html b/namespacemembers_p.html index 0ed98f4f5d..16270cfdfb 100644 --- a/namespacemembers_p.html +++ b/namespacemembers_p.html @@ -95,7 +95,7 @@

                                            - p -

                                              : llama::mapping
                                            • parallelMemcpy() -: llama::internal +: llama::internal
                                            • PartitionFoldOp : llama::mapping::internal @@ -154,7 +154,7 @@

                                              - p -

                                                diff --git a/namespacemembers_q.html b/namespacemembers_q.html index d535058a53..3a7c05309a 100644 --- a/namespacemembers_q.html +++ b/namespacemembers_q.html @@ -94,7 +94,7 @@

                                                - q -

                                                  diff --git a/namespacemembers_r.html b/namespacemembers_r.html index b2b9a0daa6..6713105e95 100644 --- a/namespacemembers_r.html +++ b/namespacemembers_r.html @@ -136,7 +136,7 @@

                                                  - r -

                                                    diff --git a/namespacemembers_s.html b/namespacemembers_s.html index e3a887dfa0..6d7dead5f8 100644 --- a/namespacemembers_s.html +++ b/namespacemembers_s.html @@ -172,7 +172,7 @@

                                                    - s -

                                                      diff --git a/namespacemembers_t.html b/namespacemembers_t.html index c7239ce893..3e77d1a5f2 100644 --- a/namespacemembers_t.html +++ b/namespacemembers_t.html @@ -146,7 +146,7 @@

                                                      - t -

                                                        diff --git a/namespacemembers_type.html b/namespacemembers_type.html index 228c1036b3..90f1198843 100644 --- a/namespacemembers_type.html +++ b/namespacemembers_type.html @@ -184,9 +184,6 @@

                                                        - m -

                                                        • MakeProjectionMap : llama::mapping::internal
                                                        • -
                                                        • memcopyFunc -: llama::internal -
                                                        • MergedRecordDims : llama
                                                        • @@ -315,7 +312,7 @@

                                                          - t -

                                                            diff --git a/namespacemembers_vars.html b/namespacemembers_vars.html index f09984ee9a..081ef1c94d 100644 --- a/namespacemembers_vars.html +++ b/namespacemembers_vars.html @@ -97,6 +97,13 @@

                                                            - a -

                                                            +

                                                            - c -

                                                            + +

                                                            - d -

                                                            • dependentFalse : llama::internal @@ -340,6 +347,9 @@

                                                              - m -

                                                              @@ -408,7 +418,7 @@

                                                              - t -

                                                                diff --git a/namespacemembers_w.html b/namespacemembers_w.html index 9f68ea4cd1..ede09f8a4c 100644 --- a/namespacemembers_w.html +++ b/namespacemembers_w.html @@ -97,7 +97,7 @@

                                                                - w -

                                                                  diff --git a/namespaces.html b/namespaces.html index 352dc8b4f9..1cf037b1f3 100644 --- a/namespaces.html +++ b/namespaces.html @@ -315,7 +315,7 @@ diff --git a/navtreedata.js b/navtreedata.js index 7ce0b4ba04..d317821ffa 100644 --- a/navtreedata.js +++ b/navtreedata.js @@ -60,14 +60,14 @@ var NAVTREE = var NAVTREEINDEX = [ -"Accessors_8hpp.html", -"RecordRef_8hpp.html#a0f1653ed919838d951dd7753b22cac7e", -"namespacellama.html#a06e1dd12e96257f3aaf7a1ea6b9eead8", -"namespacellama_1_1mapping.html#aad837c290cbaeffaa4a30ebb4c24c29a", -"structllama_1_1ProxyRefOpMixin.html", -"structllama_1_1accessor_1_1Default.html#a6bf43e681fa33310219aa1389743e6bc", -"structllama_1_1mapping_1_1BitPackedFloatSoA.html#a3dd863836a9d91b243b1f67a420e7dda", -"structllama_1_1mapping_1_1tree_1_1Leaf.html" +"", +"RecordCoord_8hpp_source.html", +"namespacellama.html#a03ce8695c9b67882c44356056ad3156d", +"namespacellama_1_1mapping.html#a990d4d3fa6208c7df73c636dd60ec6a7", +"structllama_1_1NrAndOffset.html#a3ce7816ca78ecdb2a130aa886c0e9965", +"structllama_1_1accessor_1_1Const_1_1Reference.html#a54245525bd23e9bbe3950b1809e2e8f4", +"structllama_1_1mapping_1_1BitPackedFloatAoS.html#a98bf6eccea8e898be9e6459910113a13", +"structllama_1_1mapping_1_1internal_1_1S.html" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/navtreeindex0.js b/navtreeindex0.js index 555f21572b..1acbc35da3 100644 --- a/navtreeindex0.js +++ b/navtreeindex0.js @@ -1,5 +1,6 @@ var NAVTREEINDEX0 = { +"":[1,0,2], "Accessors_8hpp.html":[3,0,0,0,1], "Accessors_8hpp_source.html":[3,0,0,0,1], "AoS_8hpp.html":[3,0,0,0,0,1], @@ -107,14 +108,16 @@ var NAVTREEINDEX0 = "Concepts_8hpp.html#a06e1dd12e96257f3aaf7a1ea6b9eead8":[3,0,0,0,6,2], "Concepts_8hpp_source.html":[3,0,0,0,6], "Copy_8hpp.html":[3,0,0,0,7], -"Copy_8hpp.html#a0a81e9975bf6750cae8fa41b8b94f58c":[3,0,0,0,7,11], -"Copy_8hpp.html#a22c65b7815a74750d6b589d95d19d703":[3,0,0,0,7,8], -"Copy_8hpp.html#a359ae38d758d2af3b2e5610fcc32c110":[3,0,0,0,7,5], +"Copy_8hpp.html#a1c6df394c66fe2b06db0c0ad6a5e7b12":[3,0,0,0,7,13], +"Copy_8hpp.html#a2f41c329ce5acee2de376b6640afcbe8":[3,0,0,0,7,8], +"Copy_8hpp.html#a4959ae52801ba64e6f6c3ba612de29b7":[3,0,0,0,7,10], "Copy_8hpp.html#a6be5f6ab0482c0b8d8276f41c70667c2":[3,0,0,0,7,12], -"Copy_8hpp.html#aafa8c3b0fd47fb8140b6b9aec0b61cb0":[3,0,0,0,7,7], -"Copy_8hpp.html#ab67a5448cc031309dc1aa8580b7d4950":[3,0,0,0,7,9], -"Copy_8hpp.html#abaefce711ff5d4566ea761ef08fab469":[3,0,0,0,7,6], -"Copy_8hpp.html#af977754d689a5f3cc10fd80d4b37ba1f":[3,0,0,0,7,10], +"Copy_8hpp.html#aafa8c3b0fd47fb8140b6b9aec0b61cb0":[3,0,0,0,7,6], +"Copy_8hpp.html#ab67a5448cc031309dc1aa8580b7d4950":[3,0,0,0,7,7], +"Copy_8hpp.html#ab68b2a5fff076187bccb1aaa5e51f4e8":[3,0,0,0,7,11], +"Copy_8hpp.html#abaefce711ff5d4566ea761ef08fab469":[3,0,0,0,7,5], +"Copy_8hpp.html#ae7d043343c1a60a7ceb75ba7c06e4c18":[3,0,0,0,7,14], +"Copy_8hpp.html#af977754d689a5f3cc10fd80d4b37ba1f":[3,0,0,0,7,9], "Copy_8hpp_source.html":[3,0,0,0,7], "Core_8hpp.html":[3,0,0,0,8], "Core_8hpp.html#a03ce8695c9b67882c44356056ad3156d":[3,0,0,0,8,80], @@ -246,8 +249,5 @@ var NAVTREEINDEX0 = "RecordCoord_8hpp.html#aafe5ae24f96109b3ca3d05eaf550e880":[3,0,0,0,15,7], "RecordCoord_8hpp.html#abdf2ad9d154fb837e684d57779272efb":[3,0,0,0,15,10], "RecordCoord_8hpp.html#aca92a835e40a98002ba3b05c050d00cf":[3,0,0,0,15,2], -"RecordCoord_8hpp.html#ad95912a49a83091fde091a4e2d9a4118":[3,0,0,0,15,4], -"RecordCoord_8hpp_source.html":[3,0,0,0,15], -"RecordRef_8hpp.html":[3,0,0,0,16], -"RecordRef_8hpp.html#a066dd05be57445a48d062423d35f13d5":[3,0,0,0,16,32] +"RecordCoord_8hpp.html#ad95912a49a83091fde091a4e2d9a4118":[3,0,0,0,15,4] }; diff --git a/navtreeindex1.js b/navtreeindex1.js index 5548fcf528..6971cab3d9 100644 --- a/navtreeindex1.js +++ b/navtreeindex1.js @@ -1,5 +1,8 @@ var NAVTREEINDEX1 = { +"RecordCoord_8hpp_source.html":[3,0,0,0,15], +"RecordRef_8hpp.html":[3,0,0,0,16], +"RecordRef_8hpp.html#a066dd05be57445a48d062423d35f13d5":[3,0,0,0,16,32], "RecordRef_8hpp.html#a0f1653ed919838d951dd7753b22cac7e":[3,0,0,0,16,38], "RecordRef_8hpp.html#a0f8572ce32d64cda19cb705d78247bed":[3,0,0,0,16,35], "RecordRef_8hpp.html#a15a8a37491a6b1bba8aabe616efa6434":[3,0,0,0,16,26], @@ -151,8 +154,8 @@ var NAVTREEINDEX1 = "dir_cc3d900ac5e5cf76cfc53f8f96d0c8dc.html":[3,0,0,0,0], "dir_d44c64559bbebec7f509842c48db8b23.html":[3,0,0], "files.html":[3,0], -"functions.html":[2,3,0,0], "functions.html":[2,3,0], +"functions.html":[2,3,0,0], "functions_b.html":[2,3,0,1], "functions_c.html":[2,3,0,2], "functions_d.html":[2,3,0,3], @@ -246,8 +249,5 @@ var NAVTREEINDEX1 = "namespacealpaka.html":[1,0,0], "namespacealpaka.html#a3ba7b08c7ab05f64c5b1e89f74d9c816":[1,0,0,0], "namespacellama.html":[1,0,1], -"namespacellama.html#a0289e8c7f0657f29a2b02a1d37452493":[1,0,1,71], -"namespacellama.html#a03ce8695c9b67882c44356056ad3156d":[1,0,1,142], -"namespacellama.html#a056e745a18ef7e0342d719e1ce678b17":[1,0,1,98], -"namespacellama.html#a06d7068ee2176f6a3bbd750665ac5af0":[1,0,1,164] +"namespacellama.html#a0289e8c7f0657f29a2b02a1d37452493":[1,0,1,70] }; diff --git a/navtreeindex2.js b/navtreeindex2.js index 24d0844163..178bdcddd9 100644 --- a/navtreeindex2.js +++ b/navtreeindex2.js @@ -1,206 +1,211 @@ var NAVTREEINDEX2 = { -"namespacellama.html#a06e1dd12e96257f3aaf7a1ea6b9eead8":[1,0,1,153], -"namespacellama.html#a07c4b4fb7b3d91e88bca98224400ac32":[1,0,1,93], -"namespacellama.html#a08522ce66a9c0e6ac1b771e38a81d97e":[1,0,1,122], +"namespacellama.html#a03ce8695c9b67882c44356056ad3156d":[1,0,1,143], +"namespacellama.html#a056e745a18ef7e0342d719e1ce678b17":[1,0,1,99], +"namespacellama.html#a06d7068ee2176f6a3bbd750665ac5af0":[1,0,1,165], +"namespacellama.html#a06e1dd12e96257f3aaf7a1ea6b9eead8":[1,0,1,154], +"namespacellama.html#a07c4b4fb7b3d91e88bca98224400ac32":[1,0,1,94], +"namespacellama.html#a08522ce66a9c0e6ac1b771e38a81d97e":[1,0,1,123], "namespacellama.html#a0af0304a902bcb5c5c90377ad751033a":[1,0,1,39], "namespacellama.html#a0b641cbeb889f9a3002ae9ec9b6569c9":[1,0,1,84], -"namespacellama.html#a0cf4c61546502674c83b7e32611aca4d":[1,0,1,136], +"namespacellama.html#a0cf4c61546502674c83b7e32611aca4d":[1,0,1,137], "namespacellama.html#a0d0fda5486eb5976f940a638f0cdd9d4":[1,0,1,67], "namespacellama.html#a0f8572ce32d64cda19cb705d78247bed":[1,0,1,75], -"namespacellama.html#a156385d5598b772070206225a5093266":[1,0,1,144], -"namespacellama.html#a1604e8162498ff814c1b1efacd212e95":[1,0,1,125], -"namespacellama.html#a188282c298c3e709ff8727fafd31b24b":[1,0,1,124], +"namespacellama.html#a156385d5598b772070206225a5093266":[1,0,1,145], +"namespacellama.html#a1604e8162498ff814c1b1efacd212e95":[1,0,1,126], +"namespacellama.html#a188282c298c3e709ff8727fafd31b24b":[1,0,1,125], "namespacellama.html#a1a76478259d35873449cc44e27dd5abc":[1,0,1,63], "namespacellama.html#a1abf3984cdb9b597c147f06626114575":[1,0,1,79], -"namespacellama.html#a1cb8ee545443974c602115ab987f05e7":[1,0,1,99], -"namespacellama.html#a1f5816e83615dc84a55b3c2e6f2a0237":[1,0,1,133], +"namespacellama.html#a1cb8ee545443974c602115ab987f05e7":[1,0,1,100], +"namespacellama.html#a1f5816e83615dc84a55b3c2e6f2a0237":[1,0,1,134], "namespacellama.html#a1fddf1f638927edfb8da8e3c78da4e1c":[1,0,1,41], -"namespacellama.html#a20099242b7f987d98d361a5f46ab90ae":[1,0,1,94], +"namespacellama.html#a20099242b7f987d98d361a5f46ab90ae":[1,0,1,95], "namespacellama.html#a224063aae62355b61616e5d59c8e8517":[1,0,1,36], -"namespacellama.html#a22c65b7815a74750d6b589d95d19d703":[1,0,1,68], -"namespacellama.html#a2404e09083dc2c685bc283cd4ead0edc":[1,0,1,170], +"namespacellama.html#a2404e09083dc2c685bc283cd4ead0edc":[1,0,1,171], "namespacellama.html#a28ad5ce29085756570effc3b27378a5c":[1,0,1,83], -"namespacellama.html#a2c3ef24f7ab0d71912a5f7e71cf24130":[1,0,1,161], +"namespacellama.html#a2c3ef24f7ab0d71912a5f7e71cf24130":[1,0,1,162], "namespacellama.html#a2f1e01829ca6b6d3a50720fdbcc99adf":[1,0,1,57], +"namespacellama.html#a2f41c329ce5acee2de376b6640afcbe8":[1,0,1,73], "namespacellama.html#a32bf07b53ebc403eee401038fc95b591":[1,0,1,87], -"namespacellama.html#a33a2a1438ebfa33ecdae893ab0b93e37":[1,0,1,89], -"namespacellama.html#a34f90853e28950fdd34ecf9696ae1f63":[1,0,1,168], +"namespacellama.html#a33a2a1438ebfa33ecdae893ab0b93e37":[1,0,1,90], +"namespacellama.html#a34f90853e28950fdd34ecf9696ae1f63":[1,0,1,169], "namespacellama.html#a372264ea5e1f1bbbd0d89ffd5a9a77a2":[1,0,1,80], "namespacellama.html#a3750d27a7f8dd111fbe32dc769b44120":[1,0,1,61], -"namespacellama.html#a39d280955e5b9deb36f6c8fa1124ca2b":[1,0,1,145], -"namespacellama.html#a3b2aa8fd3e43e43b830bc4a71b180175":[1,0,1,154], +"namespacellama.html#a39d280955e5b9deb36f6c8fa1124ca2b":[1,0,1,146], +"namespacellama.html#a3b2aa8fd3e43e43b830bc4a71b180175":[1,0,1,155], "namespacellama.html#a3fccafcd85a44696a4d5e6659927b634":[1,0,1,66], -"namespacellama.html#a42cdd926d98388052f028ab19c94b649":[1,0,1,69], -"namespacellama.html#a42df604d705148baf4262104f6541560":[1,0,1,126], -"namespacellama.html#a4451ec281eb037ebac7c08772ce0670f":[1,0,1,119], -"namespacellama.html#a44aec444f97e67c053400d58fae4126b":[1,0,1,152], +"namespacellama.html#a42cdd926d98388052f028ab19c94b649":[1,0,1,68], +"namespacellama.html#a42df604d705148baf4262104f6541560":[1,0,1,127], +"namespacellama.html#a4451ec281eb037ebac7c08772ce0670f":[1,0,1,120], +"namespacellama.html#a44aec444f97e67c053400d58fae4126b":[1,0,1,153], "namespacellama.html#a4611a0c2dd8c34c55b8a72da6da7ace2":[1,0,1,37], -"namespacellama.html#a49085229ed957d67678ce1e04c704e67":[1,0,1,141], -"namespacellama.html#a491b771e37f3d0b8668883df9d0c02d0":[1,0,1,100], +"namespacellama.html#a49085229ed957d67678ce1e04c704e67":[1,0,1,142], +"namespacellama.html#a491b771e37f3d0b8668883df9d0c02d0":[1,0,1,101], +"namespacellama.html#a4959ae52801ba64e6f6c3ba612de29b7":[1,0,1,89], "namespacellama.html#a4a4fd33218cce7b2e592486d80f2ae90":[1,0,1,46], -"namespacellama.html#a4a8faed7400b66b8a3d13185ea2a26e4":[1,0,1,92], -"namespacellama.html#a4d2a40734074075e17bccd413a6f1ec1":[1,0,1,117], -"namespacellama.html#a4d7c3018578c28fe8a22d817570dbfca":[1,0,1,97], +"namespacellama.html#a4a8faed7400b66b8a3d13185ea2a26e4":[1,0,1,93], +"namespacellama.html#a4d2a40734074075e17bccd413a6f1ec1":[1,0,1,118], +"namespacellama.html#a4d7c3018578c28fe8a22d817570dbfca":[1,0,1,98], "namespacellama.html#a4fca680f97ca52a42cd74519e6347395":[1,0,1,74], -"namespacellama.html#a50289a09b368b8f1c333e3d6feb49398":[1,0,1,166], +"namespacellama.html#a50289a09b368b8f1c333e3d6feb49398":[1,0,1,167], "namespacellama.html#a516c8260631ec1b61a52f0e56dc58ac7":[1,0,1,76], "namespacellama.html#a51dcbb30751c7c23e97d434736a0acc4":[1,0,1,51], "namespacellama.html#a533ad08f0a1fa09005088a13a6b59040":[1,0,1,53], -"namespacellama.html#a548294a2b7b4f2e76954d9cf9edcdec7":[1,0,1,156], -"namespacellama.html#a582387ea1287dbab16833fc8da254d58":[1,0,1,113], -"namespacellama.html#a585d55cd3a51152ec452bc1f2d49a3ec":[1,0,1,171], -"namespacellama.html#a5c7f2c72590f73698ff6f31ba44ec0a3":[1,0,1,101], +"namespacellama.html#a548294a2b7b4f2e76954d9cf9edcdec7":[1,0,1,157], +"namespacellama.html#a582387ea1287dbab16833fc8da254d58":[1,0,1,114], +"namespacellama.html#a585d55cd3a51152ec452bc1f2d49a3ec":[1,0,1,172], +"namespacellama.html#a5c7f2c72590f73698ff6f31ba44ec0a3":[1,0,1,102], "namespacellama.html#a5c9a9464eb5c520170ea7911bac60863":[1,0,1,45], "namespacellama.html#a6060f4836e56bda4689232f0d22fecf8":[1,0,1,86], -"namespacellama.html#a66091f10efa162f8e81cd6081ff155bf":[1,0,1,129], +"namespacellama.html#a66091f10efa162f8e81cd6081ff155bf":[1,0,1,130], "namespacellama.html#a672915c49821a718f5dfa5d4540c4192":[1,0,1,77], "namespacellama.html#a690689d38b43930430e58bb7fe17aca7":[1,0,1,65], "namespacellama.html#a6b8a4632ab312dc849343500487296ab":[1,0,1,62], -"namespacellama.html#a6b9492ccf576f0f3683d893e35882a54":[1,0,1,96], -"namespacellama.html#a6c3056b43b48f32a66160a6dd273662d":[1,0,1,139], -"namespacellama.html#a6f2067ffe5979128e7efaf1fd4c35810":[1,0,1,134], -"namespacellama.html#a73b682ef182dc8da7ec372afc84f1abc":[1,0,1,105], -"namespacellama.html#a75482a9b4713c755f75805bd247866e9":[1,0,1,149], +"namespacellama.html#a6b9492ccf576f0f3683d893e35882a54":[1,0,1,97], +"namespacellama.html#a6c3056b43b48f32a66160a6dd273662d":[1,0,1,140], +"namespacellama.html#a6f2067ffe5979128e7efaf1fd4c35810":[1,0,1,135], +"namespacellama.html#a73b682ef182dc8da7ec372afc84f1abc":[1,0,1,106], +"namespacellama.html#a75482a9b4713c755f75805bd247866e9":[1,0,1,150], "namespacellama.html#a75dfd56127d13358c2991a57340657dc":[1,0,1,44], -"namespacellama.html#a7b86f2441b1aae82532668e1a8377df2":[1,0,1,138], +"namespacellama.html#a7b86f2441b1aae82532668e1a8377df2":[1,0,1,139], "namespacellama.html#a825425dc4761ab3b27c3ec6d42876f32":[1,0,1,58], -"namespacellama.html#a85e41b88e239189c88b2d895bfc2691e":[1,0,1,167], -"namespacellama.html#a85e63e02c425ced774c87dfc1e3dda3d":[1,0,1,120], -"namespacellama.html#a8660330eb77e8654033787e86b8da6ed":[1,0,1,165], -"namespacellama.html#a88abd408b8ac8bd2456a8316a62a5928":[1,0,1,160], -"namespacellama.html#a8aa8382ac8cefc8c2efceb8e4dab263a":[1,0,1,103], -"namespacellama.html#a8bfcf783207896246153d05625310971":[1,0,1,130], -"namespacellama.html#a8def4cdbf850f818833a38d67e6ebf34":[1,0,1,121], +"namespacellama.html#a85e41b88e239189c88b2d895bfc2691e":[1,0,1,168], +"namespacellama.html#a85e63e02c425ced774c87dfc1e3dda3d":[1,0,1,121], +"namespacellama.html#a8660330eb77e8654033787e86b8da6ed":[1,0,1,166], +"namespacellama.html#a88abd408b8ac8bd2456a8316a62a5928":[1,0,1,161], +"namespacellama.html#a8aa8382ac8cefc8c2efceb8e4dab263a":[1,0,1,104], +"namespacellama.html#a8bfcf783207896246153d05625310971":[1,0,1,131], +"namespacellama.html#a8def4cdbf850f818833a38d67e6ebf34":[1,0,1,122], "namespacellama.html#a8e5d70e7cec0c305424ed3890c4cedc6":[1,0,1,60], -"namespacellama.html#a91513e7294d6476ee4c4362a4093997f":[1,0,1,91], +"namespacellama.html#a91513e7294d6476ee4c4362a4093997f":[1,0,1,92], "namespacellama.html#a91f5d2462d07fc7d5cfa0dac05946c63":[1,0,1,82], -"namespacellama.html#a945addc7fc78f444f37bb79d099cfd84":[1,0,1,132], -"namespacellama.html#a9676a3903b134df116791bcae533d6c6":[1,0,1,147], -"namespacellama.html#a9692409342a1118048ffccba3ed1938e":[1,0,1,137], -"namespacellama.html#a9c898b6940a90559b91b4057b85fb74b":[1,0,1,157], -"namespacellama.html#a9e34d4e183a7bcc5759082b3844c19ee":[1,0,1,108], -"namespacellama.html#aa6c960189f5edc242be631e2e8757914":[1,0,1,135], +"namespacellama.html#a945addc7fc78f444f37bb79d099cfd84":[1,0,1,133], +"namespacellama.html#a9676a3903b134df116791bcae533d6c6":[1,0,1,148], +"namespacellama.html#a9692409342a1118048ffccba3ed1938e":[1,0,1,138], +"namespacellama.html#a9c898b6940a90559b91b4057b85fb74b":[1,0,1,158], +"namespacellama.html#a9e34d4e183a7bcc5759082b3844c19ee":[1,0,1,109], +"namespacellama.html#aa6c960189f5edc242be631e2e8757914":[1,0,1,136], "namespacellama.html#aa7d11eb31b39aeb9471429ced9d7a484":[1,0,1,40], -"namespacellama.html#aa969f915a561005ba54a2c698a184965":[1,0,1,90], +"namespacellama.html#aa969f915a561005ba54a2c698a184965":[1,0,1,91], "namespacellama.html#aacc8837b94b46c9989ce0e7fe8c172ac":[1,0,1,81], -"namespacellama.html#aae03df933faef61723569d4655563bbe":[1,0,1,163], +"namespacellama.html#aae03df933faef61723569d4655563bbe":[1,0,1,164], "namespacellama.html#aaee3ebd8a4ac86fffc2c6e5cc1a3ac71":[1,0,1,59], "namespacellama.html#ab0c1ac83b09aa8a960eca20d2aea3a98":[1,0,1,48], "namespacellama.html#ab4a445e00f595ee5e2f75fc0a0e81b07":[1,0,1,85], "namespacellama.html#ab5050ae091b407bcd3adabb734f2aba0":[1,0,1,56], -"namespacellama.html#ab67a5448cc031309dc1aa8580b7d4950":[1,0,1,73], +"namespacellama.html#ab67a5448cc031309dc1aa8580b7d4950":[1,0,1,72], "namespacellama.html#ab77dc388b0806851df1b1834ad4a31e0":[1,0,1,49], -"namespacellama.html#ab8f37f9e6c5055a9fa84709a6c5e5304":[1,0,1,158], -"namespacellama.html#ab9c5c0a1ca0698a8871689b9924736ac":[1,0,1,115], -"namespacellama.html#aba450a02d1e534f8cea4073bf6fda830":[1,0,1,128], -"namespacellama.html#abab7973f7686f93f02ad33e4d0636a25":[1,0,1,111], -"namespacellama.html#abada4e4a295e9cacca30c9bebd6f5dbf":[1,0,1,162], +"namespacellama.html#ab8f37f9e6c5055a9fa84709a6c5e5304":[1,0,1,159], +"namespacellama.html#ab9c5c0a1ca0698a8871689b9924736ac":[1,0,1,116], +"namespacellama.html#aba450a02d1e534f8cea4073bf6fda830":[1,0,1,129], +"namespacellama.html#abab7973f7686f93f02ad33e4d0636a25":[1,0,1,112], +"namespacellama.html#abada4e4a295e9cacca30c9bebd6f5dbf":[1,0,1,163], "namespacellama.html#abaefce711ff5d4566ea761ef08fab469":[1,0,1,64], -"namespacellama.html#abb21e8bcb7c41613b7183a1beef1f600":[1,0,1,70], -"namespacellama.html#abdf2ad9d154fb837e684d57779272efb":[1,0,1,104], +"namespacellama.html#abb21e8bcb7c41613b7183a1beef1f600":[1,0,1,69], +"namespacellama.html#abdf2ad9d154fb837e684d57779272efb":[1,0,1,105], "namespacellama.html#ac1474c16fc91cddf593cb83ac1234619":[1,0,1,42], -"namespacellama.html#ac72b41ee8951d9b20dfbdc8630ea6e92":[1,0,1,106], -"namespacellama.html#ac8f48517b46c35c1a511273f08d2abb3":[1,0,1,143], -"namespacellama.html#ac902aa26f43ee2c8cceeb580a1df0c50":[1,0,1,169], +"namespacellama.html#ac72b41ee8951d9b20dfbdc8630ea6e92":[1,0,1,107], +"namespacellama.html#ac8f48517b46c35c1a511273f08d2abb3":[1,0,1,144], +"namespacellama.html#ac902aa26f43ee2c8cceeb580a1df0c50":[1,0,1,170], "namespacellama.html#aca81dc9a7fe8571b47958428e8bfe231":[1,0,1,43], "namespacellama.html#aca92a835e40a98002ba3b05c050d00cf":[1,0,1,38], -"namespacellama.html#acb7f71db415ea884ba0c9d22a9bf5414":[1,0,1,112], -"namespacellama.html#acca32b49e2be7c3c136e940939c531ae":[1,0,1,146], +"namespacellama.html#acb7f71db415ea884ba0c9d22a9bf5414":[1,0,1,113], +"namespacellama.html#acca32b49e2be7c3c136e940939c531ae":[1,0,1,147], "namespacellama.html#acdfb627d325de5ab6c18cdc842cd7350":[1,0,1,47], "namespacellama.html#ace059168abe83f42c9493ad853abb746":[1,0,1,50], -"namespacellama.html#acebdbc18176bbf81e01c2b268665a94c":[1,0,1,118], -"namespacellama.html#ad527d6d304c87d6ab25d4d78e15cebc4":[1,0,1,102], -"namespacellama.html#ad7dddd17106d2711c85b213e61fb9155":[1,0,1,116], +"namespacellama.html#acebdbc18176bbf81e01c2b268665a94c":[1,0,1,119], +"namespacellama.html#ad527d6d304c87d6ab25d4d78e15cebc4":[1,0,1,103], +"namespacellama.html#ad7dddd17106d2711c85b213e61fb9155":[1,0,1,117], "namespacellama.html#ad95912a49a83091fde091a4e2d9a4118":[1,0,1,52], -"namespacellama.html#adee8dc812f8d14dbea092728c88a937d":[1,0,1,155], +"namespacellama.html#adee8dc812f8d14dbea092728c88a937d":[1,0,1,156], "namespacellama.html#adf42387a56b588d4a261b9ab869e33ee":[1,0,1,54], "namespacellama.html#adf54146d2fef06baf9d512e22793f41a":[1,0,1,55], -"namespacellama.html#ae026262aaccd3c32d553a96d7a56e8b3":[1,0,1,150], +"namespacellama.html#ae026262aaccd3c32d553a96d7a56e8b3":[1,0,1,151], "namespacellama.html#ae38fc0d77ddcdd41b2f2522f4c5bd24e":[1,0,1,88], -"namespacellama.html#ae605c0e18c4839602eb4e7f2d6696c22":[1,0,1,109], -"namespacellama.html#aeb3261387e3af25b2f65fb3725bacde1":[1,0,1,148], -"namespacellama.html#aebf7c7c54c4190a57a2cc1ad5c280453":[1,0,1,123], -"namespacellama.html#aecf6a2d8f8fd3cde95667fbf433e42d1":[1,0,1,151], -"namespacellama.html#aef46edda82bf9ef35a2d461b77b5911f":[1,0,1,140], -"namespacellama.html#af3a49de4920182eda8ca9cf2bf57d0f9":[1,0,1,107], -"namespacellama.html#af3acf31ae1481251861f38e12ee58dda":[1,0,1,159], -"namespacellama.html#af4c8d962f80ddc030f99b08479ecb083":[1,0,1,72], -"namespacellama.html#af54c80b077fb3d417466c83d0d005907":[1,0,1,131], -"namespacellama.html#af6efa2eebd35614750c0404652a0f7d2":[1,0,1,110], +"namespacellama.html#ae605c0e18c4839602eb4e7f2d6696c22":[1,0,1,110], +"namespacellama.html#aeb3261387e3af25b2f65fb3725bacde1":[1,0,1,149], +"namespacellama.html#aebf7c7c54c4190a57a2cc1ad5c280453":[1,0,1,124], +"namespacellama.html#aecf6a2d8f8fd3cde95667fbf433e42d1":[1,0,1,152], +"namespacellama.html#aef46edda82bf9ef35a2d461b77b5911f":[1,0,1,141], +"namespacellama.html#af3a49de4920182eda8ca9cf2bf57d0f9":[1,0,1,108], +"namespacellama.html#af3acf31ae1481251861f38e12ee58dda":[1,0,1,160], +"namespacellama.html#af4c8d962f80ddc030f99b08479ecb083":[1,0,1,71], +"namespacellama.html#af54c80b077fb3d417466c83d0d005907":[1,0,1,132], +"namespacellama.html#af6efa2eebd35614750c0404652a0f7d2":[1,0,1,111], "namespacellama.html#af977754d689a5f3cc10fd80d4b37ba1f":[1,0,1,78], -"namespacellama.html#af97abfc449e394428735699c5259f4a2":[1,0,1,127], -"namespacellama.html#afa7bf42db36a3e21c7819a833ed76ed2":[1,0,1,114], +"namespacellama.html#af97abfc449e394428735699c5259f4a2":[1,0,1,128], +"namespacellama.html#afa7bf42db36a3e21c7819a833ed76ed2":[1,0,1,115], "namespacellama_1_1accessor.html":[1,0,1,0], "namespacellama_1_1accessor_1_1internal.html":[1,0,1,0,0], "namespacellama_1_1bloballoc.html":[1,0,1,1], "namespacellama_1_1internal.html":[1,0,1,2], -"namespacellama_1_1internal.html#a02e115f3c9d3acdccd07526d475ed358":[1,0,1,2,104], -"namespacellama_1_1internal.html#a066dd05be57445a48d062423d35f13d5":[1,0,1,2,82], -"namespacellama_1_1internal.html#a06b6530184968dbd1019a24aee8edd9e":[1,0,1,2,87], +"namespacellama_1_1internal.html#a02e115f3c9d3acdccd07526d475ed358":[1,0,1,2,103], +"namespacellama_1_1internal.html#a066dd05be57445a48d062423d35f13d5":[1,0,1,2,81], +"namespacellama_1_1internal.html#a06b6530184968dbd1019a24aee8edd9e":[1,0,1,2,86], "namespacellama_1_1internal.html#a0a6972426a3c2ab551a48d21cac6370c":[1,0,1,2,122], -"namespacellama_1_1internal.html#a0a81e9975bf6750cae8fa41b8b94f58c":[1,0,1,2,103], -"namespacellama_1_1internal.html#a0f1653ed919838d951dd7753b22cac7e":[1,0,1,2,95], -"namespacellama_1_1internal.html#a0f59f4bacbf256e86e1a9e06dde25492":[1,0,1,2,115], -"namespacellama_1_1internal.html#a15a8a37491a6b1bba8aabe616efa6434":[1,0,1,2,75], -"namespacellama_1_1internal.html#a1b3659d40a3d3514d50ef854e9330d99":[1,0,1,2,106], -"namespacellama_1_1internal.html#a1ba0c9b09c6a1e76d0d8f9c3e2fbe3ba":[1,0,1,2,109], -"namespacellama_1_1internal.html#a1c4645c16b714dadebd6372a6a521855":[1,0,1,2,73], +"namespacellama_1_1internal.html#a0f1653ed919838d951dd7753b22cac7e":[1,0,1,2,94], +"namespacellama_1_1internal.html#a0f59f4bacbf256e86e1a9e06dde25492":[1,0,1,2,114], +"namespacellama_1_1internal.html#a15a8a37491a6b1bba8aabe616efa6434":[1,0,1,2,74], +"namespacellama_1_1internal.html#a1b3659d40a3d3514d50ef854e9330d99":[1,0,1,2,105], +"namespacellama_1_1internal.html#a1ba0c9b09c6a1e76d0d8f9c3e2fbe3ba":[1,0,1,2,108], +"namespacellama_1_1internal.html#a1c4645c16b714dadebd6372a6a521855":[1,0,1,2,72], +"namespacellama_1_1internal.html#a1c6df394c66fe2b06db0c0ad6a5e7b12":[1,0,1,2,118], "namespacellama_1_1internal.html#a1dc0436b8f0598e4fe3e707051be5b5f":[1,0,1,2,120], -"namespacellama_1_1internal.html#a20951c25dfe873211d2ad75e21959ba8":[1,0,1,2,85], -"namespacellama_1_1internal.html#a22e2af564cf52bab9f8d55c97aacd872":[1,0,1,2,84], -"namespacellama_1_1internal.html#a2413ee7f2d6487f7e306148cf2b46ac4":[1,0,1,2,88], -"namespacellama_1_1internal.html#a32030a11ed41227d7c14d837f1778ec2":[1,0,1,2,74], -"namespacellama_1_1internal.html#a32808c34947a5a5be5e1f677a50e64e4":[1,0,1,2,129], -"namespacellama_1_1internal.html#a359ae38d758d2af3b2e5610fcc32c110":[1,0,1,2,68], -"namespacellama_1_1internal.html#a36b0736740116d5e9fff6172f5b202af":[1,0,1,2,94], -"namespacellama_1_1internal.html#a383757e5ef0435ab24cc8570e355912f":[1,0,1,2,113], -"namespacellama_1_1internal.html#a39d130ecf8dc32be0c10f142df6a0d42":[1,0,1,2,112], +"namespacellama_1_1internal.html#a20951c25dfe873211d2ad75e21959ba8":[1,0,1,2,84], +"namespacellama_1_1internal.html#a22e2af564cf52bab9f8d55c97aacd872":[1,0,1,2,83], +"namespacellama_1_1internal.html#a2413ee7f2d6487f7e306148cf2b46ac4":[1,0,1,2,87], +"namespacellama_1_1internal.html#a32030a11ed41227d7c14d837f1778ec2":[1,0,1,2,73], +"namespacellama_1_1internal.html#a32808c34947a5a5be5e1f677a50e64e4":[1,0,1,2,130], +"namespacellama_1_1internal.html#a36b0736740116d5e9fff6172f5b202af":[1,0,1,2,93], +"namespacellama_1_1internal.html#a383757e5ef0435ab24cc8570e355912f":[1,0,1,2,112], +"namespacellama_1_1internal.html#a39d130ecf8dc32be0c10f142df6a0d42":[1,0,1,2,111], "namespacellama_1_1internal.html#a4522640644ac2790e930a57ea0ec85c9":[1,0,1,2,125], -"namespacellama_1_1internal.html#a4c3c4c631107b31f7b9a180b4a25dd40":[1,0,1,2,77], -"namespacellama_1_1internal.html#a512bb7612671cad70ae1e21587c633a2":[1,0,1,2,110], -"namespacellama_1_1internal.html#a52be59da116649206cd1d61b613ee680":[1,0,1,2,130], -"namespacellama_1_1internal.html#a5732c14ad8045af3e542cf23a7e82c6d":[1,0,1,2,105], -"namespacellama_1_1internal.html#a5bc564bd20a51a629e2d16c07b29e8f3":[1,0,1,2,71], -"namespacellama_1_1internal.html#a635c2eba497b5d93cbf2dd0b3046c5f8":[1,0,1,2,107], -"namespacellama_1_1internal.html#a64b252f2299cce03f8814269a0c25ca2":[1,0,1,2,117], -"namespacellama_1_1internal.html#a69b165830b6fa2bac13644758efcebbb":[1,0,1,2,79], +"namespacellama_1_1internal.html#a4c3c4c631107b31f7b9a180b4a25dd40":[1,0,1,2,76], +"namespacellama_1_1internal.html#a512bb7612671cad70ae1e21587c633a2":[1,0,1,2,109], +"namespacellama_1_1internal.html#a52be59da116649206cd1d61b613ee680":[1,0,1,2,131], +"namespacellama_1_1internal.html#a5732c14ad8045af3e542cf23a7e82c6d":[1,0,1,2,104], +"namespacellama_1_1internal.html#a5bc564bd20a51a629e2d16c07b29e8f3":[1,0,1,2,70], +"namespacellama_1_1internal.html#a635c2eba497b5d93cbf2dd0b3046c5f8":[1,0,1,2,106], +"namespacellama_1_1internal.html#a64b252f2299cce03f8814269a0c25ca2":[1,0,1,2,116], +"namespacellama_1_1internal.html#a69b165830b6fa2bac13644758efcebbb":[1,0,1,2,78], "namespacellama_1_1internal.html#a6b703634fd8ad7364cf42588add461bc":[1,0,1,2,67], -"namespacellama_1_1internal.html#a6be5f6ab0482c0b8d8276f41c70667c2":[1,0,1,2,118], -"namespacellama_1_1internal.html#a6cc3ab81fd3ee9d9fa0579a062e14dcb":[1,0,1,2,92], +"namespacellama_1_1internal.html#a6be5f6ab0482c0b8d8276f41c70667c2":[1,0,1,2,117], +"namespacellama_1_1internal.html#a6cc3ab81fd3ee9d9fa0579a062e14dcb":[1,0,1,2,91], "namespacellama_1_1internal.html#a6eeb732eb19f17e2eb85e50b07fe3f42":[1,0,1,2,121], -"namespacellama_1_1internal.html#a76aaf566f3c6233df18940831d184aa9":[1,0,1,2,116], -"namespacellama_1_1internal.html#a771e3206f84801cb13a0c35928fbd4dd":[1,0,1,2,80], -"namespacellama_1_1internal.html#a7a180ada47fd3f35af9c404efbce16cf":[1,0,1,2,91], -"namespacellama_1_1internal.html#a81e3783dd94e3a1b003f955aaacf49d6":[1,0,1,2,69], -"namespacellama_1_1internal.html#a8420725970ab9da75999e4dfad4e8590":[1,0,1,2,102], -"namespacellama_1_1internal.html#a8668f4ee45cbd9b4e752577b16631968":[1,0,1,2,96], -"namespacellama_1_1internal.html#a8e5f24405a86c68d880af50c757603db":[1,0,1,2,114], +"namespacellama_1_1internal.html#a76aaf566f3c6233df18940831d184aa9":[1,0,1,2,115], +"namespacellama_1_1internal.html#a771e3206f84801cb13a0c35928fbd4dd":[1,0,1,2,79], +"namespacellama_1_1internal.html#a7a180ada47fd3f35af9c404efbce16cf":[1,0,1,2,90], +"namespacellama_1_1internal.html#a81e3783dd94e3a1b003f955aaacf49d6":[1,0,1,2,68], +"namespacellama_1_1internal.html#a8420725970ab9da75999e4dfad4e8590":[1,0,1,2,101], +"namespacellama_1_1internal.html#a8668f4ee45cbd9b4e752577b16631968":[1,0,1,2,95], +"namespacellama_1_1internal.html#a8e5f24405a86c68d880af50c757603db":[1,0,1,2,113], "namespacellama_1_1internal.html#a99f936c1db4c84570feff6ea76a4934a":[1,0,1,2,119], "namespacellama_1_1internal.html#aa30231c6e488d62d3b26388e1ca9f590":[1,0,1,2,127], -"namespacellama_1_1internal.html#aa53f8a0b5fadc80cbc91b1b8a1d7633c":[1,0,1,2,93], -"namespacellama_1_1internal.html#aa9d9438bd5e2f96690a9a5af59f5ba93":[1,0,1,2,78], -"namespacellama_1_1internal.html#aadb89628e7b37c78df955928a1934c00":[1,0,1,2,128], -"namespacellama_1_1internal.html#aafa8c3b0fd47fb8140b6b9aec0b61cb0":[1,0,1,2,76], -"namespacellama_1_1internal.html#ab4ccd5eb73c48197b867b5fe4c98c55f":[1,0,1,2,98], +"namespacellama_1_1internal.html#aa53f8a0b5fadc80cbc91b1b8a1d7633c":[1,0,1,2,92], +"namespacellama_1_1internal.html#aa9d9438bd5e2f96690a9a5af59f5ba93":[1,0,1,2,77], +"namespacellama_1_1internal.html#aadb89628e7b37c78df955928a1934c00":[1,0,1,2,129], +"namespacellama_1_1internal.html#aafa8c3b0fd47fb8140b6b9aec0b61cb0":[1,0,1,2,75], +"namespacellama_1_1internal.html#ab4ccd5eb73c48197b867b5fe4c98c55f":[1,0,1,2,97], +"namespacellama_1_1internal.html#ab68b2a5fff076187bccb1aaa5e51f4e8":[1,0,1,2,102], "namespacellama_1_1internal.html#ab894af475936b236e92c32b9ddde4003":[1,0,1,2,123], -"namespacellama_1_1internal.html#ab9c450a82fa4a4c09fdc9b4e95d12db3":[1,0,1,2,89], -"namespacellama_1_1internal.html#aca5b24ea77db0dbdd074d1235fd1630c":[1,0,1,2,99], -"namespacellama_1_1internal.html#acde58af143505d1ef6a1d7e34d181e5f":[1,0,1,2,101], -"namespacellama_1_1internal.html#acfbbb27c8356e64d8f7282336c3b60a1":[1,0,1,2,100], -"namespacellama_1_1internal.html#ad1856157d9be25e5375111b804df7136":[1,0,1,2,72], -"namespacellama_1_1internal.html#ad3670188cd9e8b177d2301b4fcb4675c":[1,0,1,2,81], -"namespacellama_1_1internal.html#ad4195dfa3069a0e4cc1d15e13175cc88":[1,0,1,2,90], -"namespacellama_1_1internal.html#ad6320a13162da7c7c045674a49a741b4":[1,0,1,2,70], +"namespacellama_1_1internal.html#ab9c450a82fa4a4c09fdc9b4e95d12db3":[1,0,1,2,88], +"namespacellama_1_1internal.html#aca5b24ea77db0dbdd074d1235fd1630c":[1,0,1,2,98], +"namespacellama_1_1internal.html#acde58af143505d1ef6a1d7e34d181e5f":[1,0,1,2,100], +"namespacellama_1_1internal.html#acfbbb27c8356e64d8f7282336c3b60a1":[1,0,1,2,99], +"namespacellama_1_1internal.html#ad1856157d9be25e5375111b804df7136":[1,0,1,2,71], +"namespacellama_1_1internal.html#ad3670188cd9e8b177d2301b4fcb4675c":[1,0,1,2,80], +"namespacellama_1_1internal.html#ad4195dfa3069a0e4cc1d15e13175cc88":[1,0,1,2,89], +"namespacellama_1_1internal.html#ad6320a13162da7c7c045674a49a741b4":[1,0,1,2,69], "namespacellama_1_1internal.html#adac3b860082c6e49c312325ae0a2d166":[1,0,1,2,124], -"namespacellama_1_1internal.html#add45b9d3f0923821582c3bc9f7973087":[1,0,1,2,86], +"namespacellama_1_1internal.html#add45b9d3f0923821582c3bc9f7973087":[1,0,1,2,85], "namespacellama_1_1internal.html#adecb2f7954000ceb98ea4ec0a68da21d":[1,0,1,2,126], -"namespacellama_1_1internal.html#ae9ef49ea1689f89d7d751d8e68c40bd1":[1,0,1,2,83], -"namespacellama_1_1internal.html#aeab53e4609fe07abfb6f5f2d532cd388":[1,0,1,2,111], -"namespacellama_1_1internal.html#af28594c3cafe6d1ad2a3b4ce9f571e97":[1,0,1,2,108], -"namespacellama_1_1internal.html#afe13a6eb1562dd88e013a7529bad0018":[1,0,1,2,97], +"namespacellama_1_1internal.html#ae7d043343c1a60a7ceb75ba7c06e4c18":[1,0,1,2,128], +"namespacellama_1_1internal.html#ae9ef49ea1689f89d7d751d8e68c40bd1":[1,0,1,2,82], +"namespacellama_1_1internal.html#aeab53e4609fe07abfb6f5f2d532cd388":[1,0,1,2,110], +"namespacellama_1_1internal.html#af28594c3cafe6d1ad2a3b4ce9f571e97":[1,0,1,2,107], +"namespacellama_1_1internal.html#afe13a6eb1562dd88e013a7529bad0018":[1,0,1,2,96], "namespacellama_1_1literals.html":[1,0,1,3], -"namespacellama_1_1literals.html#aafe5ae24f96109b3ca3d05eaf550e880":[1,0,1,95], +"namespacellama_1_1literals.html#aafe5ae24f96109b3ca3d05eaf550e880":[1,0,1,96], "namespacellama_1_1literals.html#aafe5ae24f96109b3ca3d05eaf550e880":[1,0,1,3,0], "namespacellama_1_1mapping.html":[1,0,1,4], "namespacellama_1_1mapping.html#a07af8cab24be6b0ef7d39a54eaafcb68":[1,0,1,4,47], @@ -244,10 +249,5 @@ var NAVTREEINDEX2 = "namespacellama_1_1mapping.html#a89403fec542ad934c779be84c857e970":[1,0,1,4,67], "namespacellama_1_1mapping.html#a8b6f974b9d6c835a460f747435633822":[1,0,1,4,86], "namespacellama_1_1mapping.html#a8ccdc77397e087a2a223e32b544006fa":[1,0,1,4,60], -"namespacellama_1_1mapping.html#a965fada1523c268aed9e3588ebf57d7c":[1,0,1,4,57], -"namespacellama_1_1mapping.html#a990d4d3fa6208c7df73c636dd60ec6a7":[1,0,1,4,93], -"namespacellama_1_1mapping.html#a9be34ad5fb08df6a71cb67b11791611b":[1,0,1,4,43], -"namespacellama_1_1mapping.html#a9ca2b15cf29934313d827f7e8a972952":[1,0,1,4,77], -"namespacellama_1_1mapping.html#aa3c11ccabadbda48b00791577a3379bd":[1,0,1,4,49], -"namespacellama_1_1mapping.html#aabd645ad645fb163c9c63781b08ed50a":[1,0,1,4,92] +"namespacellama_1_1mapping.html#a965fada1523c268aed9e3588ebf57d7c":[1,0,1,4,57] }; diff --git a/navtreeindex3.js b/navtreeindex3.js index 2b2cb9b271..8ab44f6425 100644 --- a/navtreeindex3.js +++ b/navtreeindex3.js @@ -1,5 +1,10 @@ var NAVTREEINDEX3 = { +"namespacellama_1_1mapping.html#a990d4d3fa6208c7df73c636dd60ec6a7":[1,0,1,4,93], +"namespacellama_1_1mapping.html#a9be34ad5fb08df6a71cb67b11791611b":[1,0,1,4,43], +"namespacellama_1_1mapping.html#a9ca2b15cf29934313d827f7e8a972952":[1,0,1,4,77], +"namespacellama_1_1mapping.html#aa3c11ccabadbda48b00791577a3379bd":[1,0,1,4,49], +"namespacellama_1_1mapping.html#aabd645ad645fb163c9c63781b08ed50a":[1,0,1,4,92], "namespacellama_1_1mapping.html#aad837c290cbaeffaa4a30ebb4c24c29a":[1,0,1,4,75], "namespacellama_1_1mapping.html#abba9dcdfa9db81a7363c07f3f4e0fb70":[1,0,1,4,46], "namespacellama_1_1mapping.html#abde584824d91d31ec24b7c326632a3c3":[1,0,1,4,94], @@ -244,10 +249,5 @@ var NAVTREEINDEX3 = "structllama_1_1Iterator.html#affb1d5d1049931f294f463805f5010bc":[2,0,0,33,3], "structllama_1_1NoName.html":[2,0,0,16], "structllama_1_1NrAndOffset.html":[2,0,0,19], -"structllama_1_1NrAndOffset.html#a27b2a6cf76158f1f5cffd3fb1995da82":[2,0,0,19,1], -"structllama_1_1NrAndOffset.html#a3ce7816ca78ecdb2a130aa886c0e9965":[2,0,0,19,2], -"structllama_1_1NrAndOffset.html#a95dc900251527b114704f17449222594":[2,0,0,19,0], -"structllama_1_1PrettySize.html":[2,0,0,20], -"structllama_1_1PrettySize.html#a8339a9f5c9eed61215e4156ba447e120":[2,0,0,20,1], -"structllama_1_1PrettySize.html#aa4076eddccb107e076ca4aed00bfdfdd":[2,0,0,20,0] +"structllama_1_1NrAndOffset.html#a27b2a6cf76158f1f5cffd3fb1995da82":[2,0,0,19,1] }; diff --git a/navtreeindex4.js b/navtreeindex4.js index 052626da48..b7900fe6ba 100644 --- a/navtreeindex4.js +++ b/navtreeindex4.js @@ -1,5 +1,10 @@ var NAVTREEINDEX4 = { +"structllama_1_1NrAndOffset.html#a3ce7816ca78ecdb2a130aa886c0e9965":[2,0,0,19,2], +"structllama_1_1NrAndOffset.html#a95dc900251527b114704f17449222594":[2,0,0,19,0], +"structllama_1_1PrettySize.html":[2,0,0,20], +"structllama_1_1PrettySize.html#a8339a9f5c9eed61215e4156ba447e120":[2,0,0,20,1], +"structllama_1_1PrettySize.html#aa4076eddccb107e076ca4aed00bfdfdd":[2,0,0,20,0], "structllama_1_1ProxyRefOpMixin.html":[2,0,0,21], "structllama_1_1ProxyRefOpMixin.html#a0bf9f2e980a32925ce02eacec3103bf1":[2,0,0,21,3], "structllama_1_1ProxyRefOpMixin.html#a1761f974bd6b1b26bd3406db9bc10900":[2,0,0,21,13], @@ -244,10 +249,5 @@ var NAVTREEINDEX4 = "structllama_1_1accessor_1_1Const.html#aea8d22de7eb9b5f5020b69ed6286a435":[2,0,0,0,3,2], "structllama_1_1accessor_1_1Const_1_1Reference.html":[2,0,0,0,3,0], "structllama_1_1accessor_1_1Const_1_1Reference.html#a139c0c83b2138282005d5f03194b04ba":[2,0,0,0,3,0,1], -"structllama_1_1accessor_1_1Const_1_1Reference.html#a1bf03b32f36ff4fd5ed702623dbca779":[2,0,0,0,3,0,2], -"structllama_1_1accessor_1_1Const_1_1Reference.html#a54245525bd23e9bbe3950b1809e2e8f4":[2,0,0,0,3,0,3], -"structllama_1_1accessor_1_1Const_1_1Reference.html#a987fcaf6929646d8f264947e2c4d81c5":[2,0,0,0,3,0,5], -"structllama_1_1accessor_1_1Const_1_1Reference.html#a9aff77012565388f68c699781429be7a":[2,0,0,0,3,0,0], -"structllama_1_1accessor_1_1Const_1_1Reference.html#ae28d2bac2976d8b8822aa9ec0e983bfa":[2,0,0,0,3,0,4], -"structllama_1_1accessor_1_1Default.html":[2,0,0,0,1] +"structllama_1_1accessor_1_1Const_1_1Reference.html#a1bf03b32f36ff4fd5ed702623dbca779":[2,0,0,0,3,0,2] }; diff --git a/navtreeindex5.js b/navtreeindex5.js index d00fd7b59a..5ed2470019 100644 --- a/navtreeindex5.js +++ b/navtreeindex5.js @@ -1,5 +1,10 @@ var NAVTREEINDEX5 = { +"structllama_1_1accessor_1_1Const_1_1Reference.html#a54245525bd23e9bbe3950b1809e2e8f4":[2,0,0,0,3,0,3], +"structllama_1_1accessor_1_1Const_1_1Reference.html#a987fcaf6929646d8f264947e2c4d81c5":[2,0,0,0,3,0,5], +"structllama_1_1accessor_1_1Const_1_1Reference.html#a9aff77012565388f68c699781429be7a":[2,0,0,0,3,0,0], +"structllama_1_1accessor_1_1Const_1_1Reference.html#ae28d2bac2976d8b8822aa9ec0e983bfa":[2,0,0,0,3,0,4], +"structllama_1_1accessor_1_1Default.html":[2,0,0,0,1], "structllama_1_1accessor_1_1Default.html#a6bf43e681fa33310219aa1389743e6bc":[2,0,0,0,1,0], "structllama_1_1accessor_1_1Locked.html":[2,0,0,0,5], "structllama_1_1accessor_1_1Locked.html#ab0471036fb296a91ba9bbd6911deb4f7":[2,0,0,0,5,3], @@ -244,10 +249,5 @@ var NAVTREEINDEX5 = "structllama_1_1mapping_1_1BitPackedFloatAoS.html#a6ad0ddb793ff96207a435ff67cadc415":[2,0,0,3,8,8], "structllama_1_1mapping_1_1BitPackedFloatAoS.html#a75ee95fefffa55a10634b41e8622dea7":[2,0,0,3,8,2], "structllama_1_1mapping_1_1BitPackedFloatAoS.html#a84c762119deabae1c988a44538c6e69a":[2,0,0,3,8,7], -"structllama_1_1mapping_1_1BitPackedFloatAoS.html#a8e5278acd858c456284f0d22b2a60b06":[2,0,0,3,8,0], -"structllama_1_1mapping_1_1BitPackedFloatAoS.html#a98bf6eccea8e898be9e6459910113a13":[2,0,0,3,8,5], -"structllama_1_1mapping_1_1BitPackedFloatAoS.html#ac070950434a6bc2db0cf14ff52d61e06":[2,0,0,3,8,6], -"structllama_1_1mapping_1_1BitPackedFloatAoS.html#af8cd2d5bc9e963379d1870db32e6467c":[2,0,0,3,8,4], -"structllama_1_1mapping_1_1BitPackedFloatSoA.html":[2,0,0,3,6], -"structllama_1_1mapping_1_1BitPackedFloatSoA.html#a1a168506193631b987170a3899038b8e":[2,0,0,3,6,6] +"structllama_1_1mapping_1_1BitPackedFloatAoS.html#a8e5278acd858c456284f0d22b2a60b06":[2,0,0,3,8,0] }; diff --git a/navtreeindex6.js b/navtreeindex6.js index f2e7423262..917ab4cfbf 100644 --- a/navtreeindex6.js +++ b/navtreeindex6.js @@ -1,5 +1,10 @@ var NAVTREEINDEX6 = { +"structllama_1_1mapping_1_1BitPackedFloatAoS.html#a98bf6eccea8e898be9e6459910113a13":[2,0,0,3,8,5], +"structllama_1_1mapping_1_1BitPackedFloatAoS.html#ac070950434a6bc2db0cf14ff52d61e06":[2,0,0,3,8,6], +"structllama_1_1mapping_1_1BitPackedFloatAoS.html#af8cd2d5bc9e963379d1870db32e6467c":[2,0,0,3,8,4], +"structllama_1_1mapping_1_1BitPackedFloatSoA.html":[2,0,0,3,6], +"structllama_1_1mapping_1_1BitPackedFloatSoA.html#a1a168506193631b987170a3899038b8e":[2,0,0,3,6,6], "structllama_1_1mapping_1_1BitPackedFloatSoA.html#a3dd863836a9d91b243b1f67a420e7dda":[2,0,0,3,6,1], "structllama_1_1mapping_1_1BitPackedFloatSoA.html#a3e970429c672e5d0c87fadf4ad045aae":[2,0,0,3,6,4], "structllama_1_1mapping_1_1BitPackedFloatSoA.html#a6f6fd42927080307413510517f4b0f4a":[2,0,0,3,6,5], @@ -244,10 +249,5 @@ var NAVTREEINDEX6 = "structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a2c814eb0b34b2bb8eb0af9687279b611":[2,0,0,3,0,18,0], "structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html":[2,0,0,3,0,19], "structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html#a6ae0875971c97bfa21cfba027b8e4347":[2,0,0,3,0,19,0], -"structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html#ad81d397d27ee18beac31b6c7a0eb95dc":[2,0,0,3,0,19,1], -"structllama_1_1mapping_1_1internal_1_1S.html":[2,0,0,3,0,9], -"structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits.html":[2,0,0,3,0,12], -"structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html":[2,0,0,3,0,13], -"structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html#a0e5619a039ea44abe3dbb99a56492812":[2,0,0,3,0,13,0], -"structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html#ad24fb11cf0ac668f70e35bfbd1272f34":[2,0,0,3,0,13,1] +"structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html#ad81d397d27ee18beac31b6c7a0eb95dc":[2,0,0,3,0,19,1] }; diff --git a/navtreeindex7.js b/navtreeindex7.js index 7ac01eb845..3c08f3f287 100644 --- a/navtreeindex7.js +++ b/navtreeindex7.js @@ -1,5 +1,10 @@ var NAVTREEINDEX7 = { +"structllama_1_1mapping_1_1internal_1_1S.html":[2,0,0,3,0,9], +"structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits.html":[2,0,0,3,0,12], +"structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html":[2,0,0,3,0,13], +"structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html#a0e5619a039ea44abe3dbb99a56492812":[2,0,0,3,0,13,0], +"structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html#ad24fb11cf0ac668f70e35bfbd1272f34":[2,0,0,3,0,13,1], "structllama_1_1mapping_1_1tree_1_1Leaf.html":[2,0,0,3,1,3], "structllama_1_1mapping_1_1tree_1_1Leaf.html#a1fc784a9c8c87bc43ff682121b8fd5d7":[2,0,0,3,1,3,0], "structllama_1_1mapping_1_1tree_1_1Leaf.html#a2c6625d5d7d4e237e401d5d25df35e8a":[2,0,0,3,1,3,1], @@ -102,6 +107,5 @@ var NAVTREEINDEX7 = "toString_8hpp.html#a705349de02db8b49afb5ede52316112b":[3,0,0,0,0,0,2,2], "toString_8hpp.html#adcb375154a583c5bfad9979c8b2630a0":[3,0,0,0,0,0,2,3], "toString_8hpp.html#af40cd3f4270779042374da6f52ad6e81":[3,0,0,0,0,0,2,7], -"toString_8hpp_source.html":[3,0,0,0,0,0,2], -"":[1,0,2] +"toString_8hpp_source.html":[3,0,0,0,0,0,2] }; diff --git a/search/all_1.js b/search/all_1.js index 9028f7dcf0..af13a2f1ed 100644 --- a/search/all_1.js +++ b/search/all_1.js @@ -37,26 +37,25 @@ var searchData= ['bitunpack_98',['bitunpack',['../namespacellama_1_1mapping_1_1internal.html#aba890e1438c2aa2377a341c67f84fbda',1,'llama::mapping::internal']]], ['bitunpack1_99',['bitunpack1',['../namespacellama_1_1mapping_1_1internal.html#a0d8c6b372599715f83af10565523dcfa',1,'llama::mapping::internal']]], ['bloballocators_2ehpp_100',['BlobAllocators.hpp',['../BlobAllocators_8hpp.html',1,'']]], - ['blobcount_101',['blobCount',['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a0378dbfaa7420ba1d97e081ee104dca3',1,'llama::mapping::BitPackedFloatAoS::blobCount()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#add630d751b504ff1e133ae1188d6016b',1,'llama::mapping::tree::Mapping::blobCount()'],['../structllama_1_1mapping_1_1Split.html#a14efc934fc110b33d218837ecc0f1592',1,'llama::mapping::Split::blobCount()'],['../structllama_1_1mapping_1_1SoA.html#a7494bb262ad1e084b5d1d35c42058b0e',1,'llama::mapping::SoA::blobCount()'],['../structllama_1_1mapping_1_1One.html#ac5737fadc9cf8687b13fed27aa6dc83c',1,'llama::mapping::One::blobCount()'],['../structllama_1_1mapping_1_1Null.html#aaccd73b8642ab6f95f4b3cc190e37ddf',1,'llama::mapping::Null::blobCount()'],['../structllama_1_1mapping_1_1Heatmap.html#aa37d9b62224479d411cab7dc3a862133',1,'llama::mapping::Heatmap::blobCount()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#ae55e2452829b335f03e8ce88add8948b',1,'llama::mapping::FieldAccessCount::blobCount()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a1f2fac613add40c67f7c63ef6a6a8f82',1,'llama::mapping::BitPackedIntAoS::blobCount()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a941a1bdaf02f75270950ed455d1444d7',1,'llama::mapping::BitPackedIntSoA::blobCount()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a724cba1aca943a525b6c5ebdea19053c',1,'llama::mapping::BitPackedFloatSoA::blobCount()'],['../structllama_1_1mapping_1_1AoSoA.html#aff67399fcc926b322759a33ef5122e21',1,'llama::mapping::AoSoA::blobCount()'],['../structllama_1_1mapping_1_1AoS.html#aa9e3478b8fb3f530b89974f3cb358c74',1,'llama::mapping::AoS::blobCount()']]], - ['blobmemcpy_102',['blobMemcpy',['../namespacellama.html#a22c65b7815a74750d6b589d95d19d703',1,'llama']]], - ['blobnrandoffset_103',['blobNrAndOffset',['../structllama_1_1mapping_1_1Projection.html#a96b5a798b33bf8b5a8dd3739ebeea74b',1,'llama::mapping::Projection::blobNrAndOffset()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a23330da570f0c0ead06062b51bbc938c',1,'llama::mapping::tree::Mapping::blobNrAndOffset()'],['../structllama_1_1mapping_1_1Split.html#a659e9b7605f6595786531be1c7eb2fc2',1,'llama::mapping::Split::blobNrAndOffset()'],['../structllama_1_1mapping_1_1SoA.html#aeb111a6d7cef25ed874f778d7ea2986f',1,'llama::mapping::SoA::blobNrAndOffset()'],['../structllama_1_1mapping_1_1AoS.html#af4b56c737f78ec8266a6b723844399a8',1,'llama::mapping::AoS::blobNrAndOffset()'],['../structllama_1_1mapping_1_1SoA.html#ab1dc8c01279b7d868a33e187ed1007bd',1,'llama::mapping::SoA::blobNrAndOffset()'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#aaabac4033bb984e09dde4690451caf6b',1,'llama::mapping::PermuteArrayIndex::blobNrAndOffset()'],['../structllama_1_1mapping_1_1One.html#a012a6612c147f9b5f9b977bfe46d3ae1',1,'llama::mapping::One::blobNrAndOffset()'],['../structllama_1_1mapping_1_1AoSoA.html#a42ef06d2f600c9043f68c10e59977103',1,'llama::mapping::AoSoA::blobNrAndOffset(typename Base::ArrayIndex ai, RecordCoord< RecordCoords... > rc={}) const -> NrAndOffset< size_type >'],['../structllama_1_1mapping_1_1AoSoA.html#a49b4588d5f80c14b557b6021ec6deb77',1,'llama::mapping::AoSoA::blobNrAndOffset(size_type flatArrayIndex, RecordCoord< RecordCoords... >={}) const -> NrAndOffset< size_type >']]], - ['blobs_104',['Blobs',['../namespacellama_1_1mapping.html#a79bb2d70c1866c3090d5810dd0c92cb3',1,'llama::mapping']]], - ['blobs_105',['blobs',['../structllama_1_1SubView.html#a101728c1569b9721a0a7d6765b9630f7',1,'llama::SubView::blobs() const -> const Array< BlobType, Mapping::blobCount > &'],['../structllama_1_1SubView.html#ac48c2130771acd3ded80c44ee6818fc8',1,'llama::SubView::blobs() -> Array< BlobType, Mapping::blobCount > &'],['../structllama_1_1View.html#a435f346eff028dd6dbf25b00746d9d67',1,'llama::View::blobs() const -> const Array< BlobType, Mapping::blobCount > &'],['../structllama_1_1View.html#a3ee1bbe6eecc3323a2b821bdfcb99d64',1,'llama::View::blobs() -> Array< BlobType, Mapping::blobCount > &'],['../structllama_1_1mapping_1_1SoA.html#ae9ecdd1f31be1c6b469d2346562c9e33',1,'llama::mapping::SoA::blobs()']]], - ['blobsize_106',['blobSize',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#aa1b1425f46265e63de759e2257355666',1,'llama::mapping::tree::Mapping::blobSize()'],['../structllama_1_1mapping_1_1Split.html#aba382f9e3092af47b8e003ba9d3660f4',1,'llama::mapping::Split::blobSize()'],['../structllama_1_1mapping_1_1AoS.html#a9783201cabe8734220c7fc2508a9eea0',1,'llama::mapping::AoS::blobSize()'],['../structllama_1_1mapping_1_1AoSoA.html#a68998fecc259af70ca1daf6bcde1e098',1,'llama::mapping::AoSoA::blobSize()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#ada6c90fbc41ab5ee030b00e4bec12541',1,'llama::mapping::BitPackedFloatSoA::blobSize()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#af8cd2d5bc9e963379d1870db32e6467c',1,'llama::mapping::BitPackedFloatAoS::blobSize()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#ac9ec0a3a918ab366a9b3db774998ce3e',1,'llama::mapping::BitPackedIntSoA::blobSize()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#afe966c27e82df32a2a7f8805cf988300',1,'llama::mapping::BitPackedIntAoS::blobSize()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a8b75778b8a59a22963e3df576a7b1d39',1,'llama::mapping::FieldAccessCount::blobSize()'],['../structllama_1_1mapping_1_1Heatmap.html#a83e17842d5dc74dcffeccdf1c74d9a56',1,'llama::mapping::Heatmap::blobSize()'],['../structllama_1_1mapping_1_1Null.html#a1001f2ea347217a3452a27acab51a3a4',1,'llama::mapping::Null::blobSize()'],['../structllama_1_1mapping_1_1One.html#a836c71546af9aa3afc58c9357e88adf4',1,'llama::mapping::One::blobSize()'],['../structllama_1_1mapping_1_1SoA.html#aacf707ff2a56f7bc9868f2bade3f356f',1,'llama::mapping::SoA::blobSize()']]], - ['blobtype_107',['BlobType',['../structllama_1_1SubView.html#ac097dd0d68913454dfab3905f6098962',1,'llama::SubView::BlobType()'],['../structllama_1_1View.html#a3fbca466d7e6fdfd1ed0e368a224f8c4',1,'llama::View::BlobType()']]], - ['blockhitsptr_108',['blockHitsPtr',['../structllama_1_1mapping_1_1Heatmap.html#a901d18016a883947241884a733bfdd5a',1,'llama::mapping::Heatmap']]], - ['blockhitssize_109',['blockHitsSize',['../structllama_1_1mapping_1_1Heatmap.html#ad850ca6b2aa4a7c5bca927c89a94fdb4',1,'llama::mapping::Heatmap']]], - ['boundrecordcoord_110',['BoundRecordCoord',['../structllama_1_1RecordRef.html#ac3fb0845d41aba3b8e0412a663491aa2',1,'llama::RecordRef']]], - ['boxedvalue_111',['BoxedValue',['../structllama_1_1internal_1_1BoxedValue.html#ac6549d3a6ee2ef2af3238c711fadab58',1,'llama::internal::BoxedValue::BoxedValue()=default'],['../structllama_1_1internal_1_1BoxedValue.html#a9221d8f114d4b7c993ebfa564f830920',1,'llama::internal::BoxedValue::BoxedValue(T value)'],['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html#aabbb0ec3ba2d6644975803b53c2d4de8',1,'llama::internal::BoxedValue< Constant< V >, I >::BoxedValue()=default'],['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html#a0508bb05e49ee91ad0f2e9dcc94600eb',1,'llama::internal::BoxedValue< Constant< V >, I >::BoxedValue(Constant< V >)'],['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal::BoxedValue< T, I >']]], - ['boxedvalue_3c_20bits_20_3e_112',['BoxedValue< Bits >',['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal']]], - ['boxedvalue_3c_20constant_3c_20v_20_3e_2c_20i_20_3e_113',['BoxedValue< Constant< V >, I >',['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html',1,'llama::internal']]], - ['boxedvalue_3c_20typename_20tarrayextents_3a_3avalue_5ftype_2c_200_20_3e_114',['BoxedValue< typename TArrayExtents::value_type, 0 >',['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal']]], - ['boxedvalue_3c_20typename_20tarrayextents_3a_3avalue_5ftype_2c_201_20_3e_115',['BoxedValue< typename TArrayExtents::value_type, 1 >',['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal']]], - ['bytesplit_116',['Bytesplit',['../structllama_1_1mapping_1_1Bytesplit.html#ac82e82eb5a2d6f70e59b54e9a1eff7fe',1,'llama::mapping::Bytesplit::Bytesplit(TArrayExtents extents, TRecordDim={})'],['../structllama_1_1mapping_1_1Bytesplit.html#a88df065f4a75b9f055ccc5a0c994707f',1,'llama::mapping::Bytesplit::Bytesplit(std::tuple< Args... > innerMappingArgs, TRecordDim={})'],['../structllama_1_1mapping_1_1Bytesplit.html',1,'llama::mapping::Bytesplit< TArrayExtents, TRecordDim, InnerMapping >']]], - ['bytesplit_2ehpp_117',['Bytesplit.hpp',['../Bytesplit_8hpp.html',1,'']]], - ['byteswap_118',['byteswap',['../namespacellama_1_1mapping_1_1internal.html#a3034f6c7d4a89945dce1c19d6f6ed58e',1,'llama::mapping::internal']]], - ['byteswap_119',['Byteswap',['../structllama_1_1mapping_1_1Byteswap.html',1,'llama::mapping']]], - ['byteswap_2ehpp_120',['Byteswap.hpp',['../Byteswap_8hpp.html',1,'']]], - ['byteswapprojection_121',['ByteswapProjection',['../structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html',1,'llama::mapping::internal']]], - ['byvalue_122',['ByValue',['../structllama_1_1accessor_1_1ByValue.html',1,'llama::accessor']]] + ['blobcount_101',['blobCount',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#add630d751b504ff1e133ae1188d6016b',1,'llama::mapping::tree::Mapping::blobCount()'],['../structllama_1_1mapping_1_1Split.html#a14efc934fc110b33d218837ecc0f1592',1,'llama::mapping::Split::blobCount()'],['../structllama_1_1mapping_1_1SoA.html#a7494bb262ad1e084b5d1d35c42058b0e',1,'llama::mapping::SoA::blobCount()'],['../structllama_1_1mapping_1_1One.html#ac5737fadc9cf8687b13fed27aa6dc83c',1,'llama::mapping::One::blobCount()'],['../structllama_1_1mapping_1_1Null.html#aaccd73b8642ab6f95f4b3cc190e37ddf',1,'llama::mapping::Null::blobCount()'],['../structllama_1_1mapping_1_1AoS.html#aa9e3478b8fb3f530b89974f3cb358c74',1,'llama::mapping::AoS::blobCount()'],['../structllama_1_1mapping_1_1AoSoA.html#aff67399fcc926b322759a33ef5122e21',1,'llama::mapping::AoSoA::blobCount()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a724cba1aca943a525b6c5ebdea19053c',1,'llama::mapping::BitPackedFloatSoA::blobCount()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a0378dbfaa7420ba1d97e081ee104dca3',1,'llama::mapping::BitPackedFloatAoS::blobCount()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a941a1bdaf02f75270950ed455d1444d7',1,'llama::mapping::BitPackedIntSoA::blobCount()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a1f2fac613add40c67f7c63ef6a6a8f82',1,'llama::mapping::BitPackedIntAoS::blobCount()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#ae55e2452829b335f03e8ce88add8948b',1,'llama::mapping::FieldAccessCount::blobCount()'],['../structllama_1_1mapping_1_1Heatmap.html#aa37d9b62224479d411cab7dc3a862133',1,'llama::mapping::Heatmap::blobCount()']]], + ['blobnrandoffset_102',['blobNrAndOffset',['../structllama_1_1mapping_1_1AoSoA.html#a49b4588d5f80c14b557b6021ec6deb77',1,'llama::mapping::AoSoA::blobNrAndOffset()'],['../structllama_1_1mapping_1_1One.html#a012a6612c147f9b5f9b977bfe46d3ae1',1,'llama::mapping::One::blobNrAndOffset()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a23330da570f0c0ead06062b51bbc938c',1,'llama::mapping::tree::Mapping::blobNrAndOffset()'],['../structllama_1_1mapping_1_1Split.html#a659e9b7605f6595786531be1c7eb2fc2',1,'llama::mapping::Split::blobNrAndOffset()'],['../structllama_1_1mapping_1_1SoA.html#aeb111a6d7cef25ed874f778d7ea2986f',1,'llama::mapping::SoA::blobNrAndOffset(size_type flatArrayIndex, RecordCoord< RecordCoords... >={}) const -> NrAndOffset< size_type >'],['../structllama_1_1mapping_1_1SoA.html#ab1dc8c01279b7d868a33e187ed1007bd',1,'llama::mapping::SoA::blobNrAndOffset(typename Base::ArrayIndex ai, RecordCoord< RecordCoords... > rc={}) const -> NrAndOffset< size_type >'],['../structllama_1_1mapping_1_1Projection.html#a96b5a798b33bf8b5a8dd3739ebeea74b',1,'llama::mapping::Projection::blobNrAndOffset()'],['../structllama_1_1mapping_1_1AoS.html#af4b56c737f78ec8266a6b723844399a8',1,'llama::mapping::AoS::blobNrAndOffset()'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#aaabac4033bb984e09dde4690451caf6b',1,'llama::mapping::PermuteArrayIndex::blobNrAndOffset()'],['../structllama_1_1mapping_1_1AoSoA.html#a42ef06d2f600c9043f68c10e59977103',1,'llama::mapping::AoSoA::blobNrAndOffset()']]], + ['blobs_103',['Blobs',['../namespacellama_1_1mapping.html#a79bb2d70c1866c3090d5810dd0c92cb3',1,'llama::mapping']]], + ['blobs_104',['blobs',['../structllama_1_1mapping_1_1SoA.html#ae9ecdd1f31be1c6b469d2346562c9e33',1,'llama::mapping::SoA::blobs()'],['../structllama_1_1View.html#a3ee1bbe6eecc3323a2b821bdfcb99d64',1,'llama::View::blobs() -> Array< BlobType, Mapping::blobCount > &'],['../structllama_1_1View.html#a435f346eff028dd6dbf25b00746d9d67',1,'llama::View::blobs() const -> const Array< BlobType, Mapping::blobCount > &'],['../structllama_1_1SubView.html#ac48c2130771acd3ded80c44ee6818fc8',1,'llama::SubView::blobs() -> Array< BlobType, Mapping::blobCount > &'],['../structllama_1_1SubView.html#a101728c1569b9721a0a7d6765b9630f7',1,'llama::SubView::blobs() const -> const Array< BlobType, Mapping::blobCount > &']]], + ['blobsize_105',['blobSize',['../structllama_1_1mapping_1_1FieldAccessCount.html#a8b75778b8a59a22963e3df576a7b1d39',1,'llama::mapping::FieldAccessCount::blobSize()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#aa1b1425f46265e63de759e2257355666',1,'llama::mapping::tree::Mapping::blobSize()'],['../structllama_1_1mapping_1_1Split.html#aba382f9e3092af47b8e003ba9d3660f4',1,'llama::mapping::Split::blobSize()'],['../structllama_1_1mapping_1_1SoA.html#aacf707ff2a56f7bc9868f2bade3f356f',1,'llama::mapping::SoA::blobSize()'],['../structllama_1_1mapping_1_1One.html#a836c71546af9aa3afc58c9357e88adf4',1,'llama::mapping::One::blobSize()'],['../structllama_1_1mapping_1_1Null.html#a1001f2ea347217a3452a27acab51a3a4',1,'llama::mapping::Null::blobSize()'],['../structllama_1_1mapping_1_1Heatmap.html#a83e17842d5dc74dcffeccdf1c74d9a56',1,'llama::mapping::Heatmap::blobSize()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#afe966c27e82df32a2a7f8805cf988300',1,'llama::mapping::BitPackedIntAoS::blobSize()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#ac9ec0a3a918ab366a9b3db774998ce3e',1,'llama::mapping::BitPackedIntSoA::blobSize()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#ada6c90fbc41ab5ee030b00e4bec12541',1,'llama::mapping::BitPackedFloatSoA::blobSize()'],['../structllama_1_1mapping_1_1AoSoA.html#a68998fecc259af70ca1daf6bcde1e098',1,'llama::mapping::AoSoA::blobSize()'],['../structllama_1_1mapping_1_1AoS.html#a9783201cabe8734220c7fc2508a9eea0',1,'llama::mapping::AoS::blobSize()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#af8cd2d5bc9e963379d1870db32e6467c',1,'llama::mapping::BitPackedFloatAoS::blobSize()']]], + ['blobtype_106',['BlobType',['../structllama_1_1SubView.html#ac097dd0d68913454dfab3905f6098962',1,'llama::SubView::BlobType()'],['../structllama_1_1View.html#a3fbca466d7e6fdfd1ed0e368a224f8c4',1,'llama::View::BlobType()']]], + ['blockhitsptr_107',['blockHitsPtr',['../structllama_1_1mapping_1_1Heatmap.html#a901d18016a883947241884a733bfdd5a',1,'llama::mapping::Heatmap']]], + ['blockhitssize_108',['blockHitsSize',['../structllama_1_1mapping_1_1Heatmap.html#ad850ca6b2aa4a7c5bca927c89a94fdb4',1,'llama::mapping::Heatmap']]], + ['boundrecordcoord_109',['BoundRecordCoord',['../structllama_1_1RecordRef.html#ac3fb0845d41aba3b8e0412a663491aa2',1,'llama::RecordRef']]], + ['boxedvalue_110',['BoxedValue',['../structllama_1_1internal_1_1BoxedValue.html#ac6549d3a6ee2ef2af3238c711fadab58',1,'llama::internal::BoxedValue::BoxedValue()=default'],['../structllama_1_1internal_1_1BoxedValue.html#a9221d8f114d4b7c993ebfa564f830920',1,'llama::internal::BoxedValue::BoxedValue(T value)'],['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html#aabbb0ec3ba2d6644975803b53c2d4de8',1,'llama::internal::BoxedValue< Constant< V >, I >::BoxedValue()=default'],['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html#a0508bb05e49ee91ad0f2e9dcc94600eb',1,'llama::internal::BoxedValue< Constant< V >, I >::BoxedValue(Constant< V >)'],['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal::BoxedValue< T, I >']]], + ['boxedvalue_3c_20bits_20_3e_111',['BoxedValue< Bits >',['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal']]], + ['boxedvalue_3c_20constant_3c_20v_20_3e_2c_20i_20_3e_112',['BoxedValue< Constant< V >, I >',['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html',1,'llama::internal']]], + ['boxedvalue_3c_20typename_20tarrayextents_3a_3avalue_5ftype_2c_200_20_3e_113',['BoxedValue< typename TArrayExtents::value_type, 0 >',['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal']]], + ['boxedvalue_3c_20typename_20tarrayextents_3a_3avalue_5ftype_2c_201_20_3e_114',['BoxedValue< typename TArrayExtents::value_type, 1 >',['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal']]], + ['bytesplit_115',['Bytesplit',['../structllama_1_1mapping_1_1Bytesplit.html#ac82e82eb5a2d6f70e59b54e9a1eff7fe',1,'llama::mapping::Bytesplit::Bytesplit(TArrayExtents extents, TRecordDim={})'],['../structllama_1_1mapping_1_1Bytesplit.html#a88df065f4a75b9f055ccc5a0c994707f',1,'llama::mapping::Bytesplit::Bytesplit(std::tuple< Args... > innerMappingArgs, TRecordDim={})'],['../structllama_1_1mapping_1_1Bytesplit.html',1,'llama::mapping::Bytesplit< TArrayExtents, TRecordDim, InnerMapping >']]], + ['bytesplit_2ehpp_116',['Bytesplit.hpp',['../Bytesplit_8hpp.html',1,'']]], + ['byteswap_117',['byteswap',['../namespacellama_1_1mapping_1_1internal.html#a3034f6c7d4a89945dce1c19d6f6ed58e',1,'llama::mapping::internal']]], + ['byteswap_118',['Byteswap',['../structllama_1_1mapping_1_1Byteswap.html',1,'llama::mapping']]], + ['byteswap_2ehpp_119',['Byteswap.hpp',['../Byteswap_8hpp.html',1,'']]], + ['byteswapprojection_120',['ByteswapProjection',['../structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html',1,'llama::mapping::internal']]], + ['byvalue_121',['ByValue',['../structllama_1_1accessor_1_1ByValue.html',1,'llama::accessor']]] ]; diff --git a/search/all_10.js b/search/all_10.js index 1ee97d70ee..a63d302bcc 100644 --- a/search/all_10.js +++ b/search/all_10.js @@ -1,58 +1,58 @@ var searchData= [ - ['r_587',['R',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#af901d14f4c982ea08477ef47b03c1791',1,'llama::mapping::internal::PartitionFoldOpImpl']]], - ['rank_588',['rank',['../structllama_1_1ArrayIndexIterator.html#a3eb86c873b8b0e82f711d9b2bf43ca43',1,'llama::ArrayIndexIterator::rank()'],['../structllama_1_1ArrayExtents_3_01T_01_4.html#a4c0c9b1ef4553bf85aec1033ffe9ffba',1,'llama::ArrayExtents< T >::rank()'],['../structllama_1_1ArrayExtents.html#aa368d8287fad34884c1ccfdb01d527dc',1,'llama::ArrayExtents::rank()'],['../structllama_1_1ArrayIndex.html#a09d5dffbdde28ac87fc8ef1f20340593',1,'llama::ArrayIndex::rank()']]], - ['rankdynamic_589',['rankDynamic',['../structllama_1_1ArrayExtents_3_01T_01_4.html#aa049fba3ae38f86c381b4014477d39ac',1,'llama::ArrayExtents< T >::rankDynamic()'],['../structllama_1_1ArrayExtents.html#a7a3c0f899a9568d7399c4be97824ba82',1,'llama::ArrayExtents::rankDynamic()']]], - ['rankstatic_590',['rankStatic',['../structllama_1_1ArrayExtents_3_01T_01_4.html#a1db071f3aa8e955a109f7c4a8238e969',1,'llama::ArrayExtents< T >::rankStatic()'],['../structllama_1_1ArrayExtents.html#a61bf37584da582be077d5858b220a909',1,'llama::ArrayExtents::rankStatic()']]], - ['reads_591',['reads',['../structllama_1_1mapping_1_1AccessCounts.html#a6ba565a36cc065f5c7a2bbaf8057d72a',1,'llama::mapping::AccessCounts']]], - ['rebind_592',['rebind',['../structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind.html',1,'llama::bloballoc::AlignedAllocator']]], - ['record_593',['Record',['../structllama_1_1Record.html',1,'llama']]], - ['recordcoord_594',['RecordCoord',['../structllama_1_1RecordCoord.html',1,'llama']]], - ['recordcoord_2ehpp_595',['RecordCoord.hpp',['../RecordCoord_8hpp.html',1,'']]], - ['recordcoord_3c_3e_596',['RecordCoord<>',['../structllama_1_1RecordCoord_3_4.html',1,'llama']]], - ['recordcoordcommonprefixisbigger_597',['recordCoordCommonPrefixIsBigger',['../namespacellama.html#a8660330eb77e8654033787e86b8da6ed',1,'llama']]], - ['recordcoordcommonprefixisbiggerimpl_598',['recordCoordCommonPrefixIsBiggerImpl',['../namespacellama_1_1internal.html#a02e115f3c9d3acdccd07526d475ed358',1,'llama::internal']]], - ['recordcoordcommonprefixissame_599',['recordCoordCommonPrefixIsSame',['../namespacellama.html#a50289a09b368b8f1c333e3d6feb49398',1,'llama']]], - ['recordcoordcommonprefixissameimpl_600',['recordCoordCommonPrefixIsSameImpl',['../namespacellama_1_1internal.html#a5732c14ad8045af3e542cf23a7e82c6d',1,'llama::internal']]], - ['recordcoordfromlist_601',['RecordCoordFromList',['../namespacellama.html#ad95912a49a83091fde091a4e2d9a4118',1,'llama']]], - ['recordcoordtagsstorage_602',['recordCoordTagsStorage',['../namespacellama_1_1internal.html#aadb89628e7b37c78df955928a1934c00',1,'llama::internal']]], - ['recorddim_603',['RecordDim',['../structllama_1_1mapping_1_1Heatmap.html#a2d2237094bf40b8d773f701ccea03338',1,'llama::mapping::Heatmap::RecordDim()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a1b6fa99b9767f2b8fe2ab0621c3518a5',1,'llama::mapping::FieldAccessCount::RecordDim()'],['../structllama_1_1mapping_1_1MappingBase.html#a230ce8319dfa063ac4692dcd4034c462',1,'llama::mapping::MappingBase::RecordDim()'],['../structllama_1_1mapping_1_1Bytesplit.html#a55d94f8aecd74f3e73d246c3515651e8',1,'llama::mapping::Bytesplit::RecordDim()'],['../structllama_1_1mapping_1_1Projection.html#a8e07d10e24daa52a2ccb859995ab3796',1,'llama::mapping::Projection::RecordDim()'],['../structllama_1_1mapping_1_1Split.html#ad02eb9f592deae654b8cbd8e2ed8f44c',1,'llama::mapping::Split::RecordDim()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a918b6b31180de12b1cc42bcb340411a5',1,'llama::mapping::tree::Mapping::RecordDim()'],['../structllama_1_1Vector.html#a9cb6cd05cc9474af335517ef3889cfb4',1,'llama::Vector::RecordDim()'],['../structllama_1_1View.html#a0e311e171359b386b0e86b16738d1d8d',1,'llama::View::RecordDim()'],['../structllama_1_1SubView.html#a51e9369860cf67eecc4438caf0be05d2',1,'llama::SubView::RecordDim()']]], - ['recorddim1_604',['RecordDim1',['../structllama_1_1mapping_1_1Split.html#a4eb538b875302b37f43d43c2bfe767b4',1,'llama::mapping::Split']]], - ['recorddim2_605',['RecordDim2',['../structllama_1_1mapping_1_1Split.html#ad5a8c4aef96eda2d8aabf87e244d574a',1,'llama::mapping::Split']]], - ['recorddimpartitions_606',['RecordDimPartitions',['../structllama_1_1mapping_1_1Split.html#a71b4634fa1aaca4ee41c236ce84b935d',1,'llama::mapping::Split']]], - ['recorddimtype_607',['recordDimType',['../structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html#acd743bc8e462a2cb4f3ae4e30940434c',1,'llama::mapping::internal::MakeProjectionPair']]], - ['recordref_608',['RecordRef',['../structllama_1_1RecordRef.html',1,'llama::RecordRef< TView, TBoundRecordCoord, OwnView >'],['../structllama_1_1RecordRef.html#afe269579eb27f8f363fc1364a8361a5b',1,'llama::RecordRef::RecordRef()'],['../structllama_1_1View.html#ac9e9cf8bf6a130ba0fb6dcfd0be19709',1,'llama::View::RecordRef()'],['../structllama_1_1RecordRef.html#aea6fff77548d86c90d3b2815ef72f6c5',1,'llama::RecordRef::RecordRef(const T &scalar)'],['../structllama_1_1RecordRef.html#a6ae7838c73c7b3ecef0926ac33126584',1,'llama::RecordRef::RecordRef(ArrayIndex ai, std::conditional_t< OwnView, View &&, View & > view)'],['../structllama_1_1RecordRef.html#a7442df4e1f6171629c7fc484a7fcaaac',1,'llama::RecordRef::RecordRef(const RecordRef &)=default'],['../structllama_1_1RecordRef.html#acb9dc732569a1a96087ecf61bc228222',1,'llama::RecordRef::RecordRef(RecordRef &&) noexcept=default'],['../structllama_1_1RecordRef.html#afe216e0488a15e06e895b276fecec4d3',1,'llama::RecordRef::RecordRef(const RecordRef< OtherView, OtherBoundRecordCoord, OtherOwnView > &recordRef)']]], - ['recordref_2ehpp_609',['RecordRef.hpp',['../RecordRef_8hpp.html',1,'']]], - ['recordrefarithoperator_610',['recordRefArithOperator',['../namespacellama_1_1internal.html#a635c2eba497b5d93cbf2dd0b3046c5f8',1,'llama::internal::recordRefArithOperator(LeftRecord &left, const T &right) -> LeftRecord &'],['../namespacellama_1_1internal.html#a1b3659d40a3d3514d50ef854e9330d99',1,'llama::internal::recordRefArithOperator(LeftRecord &left, const RecordRef< RightView, RightBoundRecordDim, RightOwnView > &right) -> LeftRecord &']]], - ['recordrefreloperator_611',['recordRefRelOperator',['../namespacellama_1_1internal.html#af28594c3cafe6d1ad2a3b4ce9f571e97',1,'llama::internal::recordRefRelOperator(const LeftRecord &left, const RecordRef< RightView, RightBoundRecordDim, RightOwnView > &right) -> bool'],['../namespacellama_1_1internal.html#a1ba0c9b09c6a1e76d0d8f9c3e2fbe3ba',1,'llama::internal::recordRefRelOperator(const LeftRecord &left, const T &right) -> bool']]], - ['ref_612',['ref',['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a54fa2b3a5a1281eb05865b80cbaef2c9',1,'llama::accessor::Locked::Reference']]], - ['reference_613',['Reference',['../structllama_1_1accessor_1_1Const_1_1Reference.html',1,'llama::accessor::Const::Reference< Ref >'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html',1,'llama::accessor::Locked< Mutex >::Reference< Ref, Value >'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html',1,'llama::mapping::Bytesplit< TArrayExtents, TRecordDim, InnerMapping >::Reference< RC, BlobArray >'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a139c0c83b2138282005d5f03194b04ba',1,'llama::accessor::Const::Reference::Reference(Ref ref)'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a1bf03b32f36ff4fd5ed702623dbca779',1,'llama::accessor::Const::Reference::Reference(const Reference &)=default'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#a66d11ed0b6b4586339925cdb76c6dbd7',1,'llama::mapping::Bytesplit::Reference::Reference(const Inner &innerMapping, ArrayIndex ai, BlobArray &blobs)'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#a19d1b89c39bd6924c2de1a7c695b7e0c',1,'llama::mapping::Bytesplit::Reference::Reference(const Reference &)=default']]], - ['reference_614',['reference',['../structllama_1_1ArrayIndexIterator.html#a29a20a406c9fb9e4a2c9033d01969ac4',1,'llama::ArrayIndexIterator::reference()'],['../structllama_1_1Iterator.html#a90e4c2c83c2d5a27bf91631c60085ae6',1,'llama::Iterator::reference()']]], - ['referenceto_615',['ReferenceTo',['../structllama_1_1internal_1_1ReferenceTo.html',1,'llama::internal']]], - ['referenceto_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isproxyreference_3c_20t_20_3e_20_3e_20_3e_616',['ReferenceTo< T, std::enable_if_t< isProxyReference< T > > >',['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html',1,'llama::internal']]], - ['referenceto_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isrecordref_3c_20t_20_3e_20_26_26_21isone_3c_20t_20_3e_20_3e_20_3e_617',['ReferenceTo< T, std::enable_if_t< isRecordRef< T > &&!isOne< T > > >',['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_8c16ab8a221dc30e1372285c3494e8f7.html',1,'llama::internal']]], - ['repackfloat_618',['repackFloat',['../namespacellama_1_1mapping_1_1internal.html#a5bdb3bce7b1c5dd3d2b2202be2f4166c',1,'llama::mapping::internal']]], - ['replaceall_619',['replaceAll',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a0aea1f0bc186541052da5076cf573b3b',1,'llama::mapping::tree::internal']]], - ['replacebybytearray_620',['ReplaceByByteArray',['../namespacellama_1_1mapping_1_1internal.html#afb46513e82a723e018572be98ef08d18',1,'llama::mapping::internal']]], - ['replacedtypeproj_621',['replacedTypeProj',['../structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html#a911123d1781bf546d550e7a0aaf38b27',1,'llama::mapping::internal::MakeReplacerProj']]], - ['replaceplaceholders_622',['ReplacePlaceholders',['../namespacellama.html#a533ad08f0a1fa09005088a13a6b59040',1,'llama']]], - ['replaceplaceholdersimpl_623',['ReplacePlaceholdersImpl',['../structllama_1_1internal_1_1ReplacePlaceholdersImpl.html',1,'llama::internal']]], - ['replaceplaceholdersimpl_3c_20e_3c_20ts_2e_2e_2e_20_3e_2c_20args_2e_2e_2e_20_3e_624',['ReplacePlaceholdersImpl< E< Ts... >, Args... >',['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4.html',1,'llama::internal']]], - ['replaceplaceholdersimpl_3c_20mp_5farg_3c_20i_20_3e_2c_20args_2e_2e_2e_20_3e_625',['ReplacePlaceholdersImpl< mp_arg< I >, Args... >',['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4.html',1,'llama::internal']]], - ['replacetaglistsbycoords_626',['ReplaceTagListsByCoords',['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords.html',1,'llama::mapping::internal']]], - ['replacetaglistsbycoords_3c_20recorddim_2c_20mp_5flist_3c_20args_2e_2e_2e_20_3e_20_3e_627',['ReplaceTagListsByCoords< RecordDim, mp_list< Args... > >',['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html',1,'llama::mapping::internal']]], - ['replacetaglistsbycoords_3c_20recorddim_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_628',['ReplaceTagListsByCoords< RecordDim, RecordCoord< RCs... > >',['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::mapping::internal']]], - ['replacetypesbyprojectionresults_629',['ReplaceTypesByProjectionResults',['../namespacellama_1_1mapping_1_1internal.html#ae5b63f36aa71a978887002ad2a5e6f50',1,'llama::mapping::internal']]], - ['reserve_630',['reserve',['../structllama_1_1Vector.html#ae7148a9b0b0e0779e969fc2cc63e764c',1,'llama::Vector']]], - ['resize_631',['resize',['../structllama_1_1Vector.html#abe8a0858e18ac862b8e18f43f6bd7eba',1,'llama::Vector']]], - ['resizearray_632',['resizeArray',['../namespacellama_1_1internal.html#a512bb7612671cad70ae1e21587c633a2',1,'llama::internal']]], - ['rest_633',['rest',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a326d166eb2415c0a6b4671a7a1331c3b',1,'llama::Tuple< TFirstElement, RestElements... >::rest() -> RestTuple &'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a20b9cc1ebc2d6a062b4ae53a15f9068d',1,'llama::Tuple< TFirstElement, RestElements... >::rest() const -> const RestTuple &']]], - ['rest_634',['Rest',['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#aa96b596a7661000b5142d2a7a76cde2b',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >']]], - ['restrict_635',['Restrict',['../structllama_1_1accessor_1_1Restrict.html',1,'llama::accessor']]], - ['resttuple_636',['RestTuple',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a9d44ece6524f1a59ce9ae1bfb87d1efa',1,'llama::Tuple< TFirstElement, RestElements... >']]], - ['resultcoordtobasiccoord_637',['resultCoordToBasicCoord',['../structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html#ac815754a3fd35cf6d40fe2e2f976f094',1,'llama::mapping::tree::functor::MoveRTDown::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#af8bce71451fd6893e4c790c00b69ed22',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#abd97df2fc60e29b71bc02598ae400c7b',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html#a7c3c689c8641e2142bd9a8f457372f6f',1,'llama::mapping::tree::functor::LeafOnlyRT::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html#a2f8cce2626978a9c5b62dd4c6c1e6cc4',1,'llama::mapping::tree::functor::Idem::resultCoordToBasicCoord()']]], - ['resulttree_638',['resultTree',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a05de6e64a1ae1d70c6ee6dd7e8387636',1,'llama::mapping::tree::Mapping']]], - ['resulttree_639',['ResultTree',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#acb96520922aa3b98fd2ed8b14e7d8e04',1,'llama::mapping::tree::Mapping::ResultTree()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a40455feecb37c12d9319fe73acf29674',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::ResultTree()']]], - ['returntype_640',['ReturnType',['../structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html#ad24fb11cf0ac668f70e35bfbd1272f34',1,'llama::mapping::internal::UnaryFunctionTraits< Ret(*)(Arg)>']]], - ['rounduptomultiple_641',['roundUpToMultiple',['../namespacellama.html#ab9c5c0a1ca0698a8871689b9924736ac',1,'llama']]] + ['r_589',['R',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#af901d14f4c982ea08477ef47b03c1791',1,'llama::mapping::internal::PartitionFoldOpImpl']]], + ['rank_590',['rank',['../structllama_1_1ArrayIndexIterator.html#a3eb86c873b8b0e82f711d9b2bf43ca43',1,'llama::ArrayIndexIterator::rank()'],['../structllama_1_1ArrayExtents_3_01T_01_4.html#a4c0c9b1ef4553bf85aec1033ffe9ffba',1,'llama::ArrayExtents< T >::rank()'],['../structllama_1_1ArrayExtents.html#aa368d8287fad34884c1ccfdb01d527dc',1,'llama::ArrayExtents::rank()'],['../structllama_1_1ArrayIndex.html#a09d5dffbdde28ac87fc8ef1f20340593',1,'llama::ArrayIndex::rank()']]], + ['rankdynamic_591',['rankDynamic',['../structllama_1_1ArrayExtents_3_01T_01_4.html#aa049fba3ae38f86c381b4014477d39ac',1,'llama::ArrayExtents< T >::rankDynamic()'],['../structllama_1_1ArrayExtents.html#a7a3c0f899a9568d7399c4be97824ba82',1,'llama::ArrayExtents::rankDynamic()']]], + ['rankstatic_592',['rankStatic',['../structllama_1_1ArrayExtents_3_01T_01_4.html#a1db071f3aa8e955a109f7c4a8238e969',1,'llama::ArrayExtents< T >::rankStatic()'],['../structllama_1_1ArrayExtents.html#a61bf37584da582be077d5858b220a909',1,'llama::ArrayExtents::rankStatic()']]], + ['reads_593',['reads',['../structllama_1_1mapping_1_1AccessCounts.html#a6ba565a36cc065f5c7a2bbaf8057d72a',1,'llama::mapping::AccessCounts']]], + ['rebind_594',['rebind',['../structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind.html',1,'llama::bloballoc::AlignedAllocator']]], + ['record_595',['Record',['../structllama_1_1Record.html',1,'llama']]], + ['recordcoord_596',['RecordCoord',['../structllama_1_1RecordCoord.html',1,'llama']]], + ['recordcoord_2ehpp_597',['RecordCoord.hpp',['../RecordCoord_8hpp.html',1,'']]], + ['recordcoord_3c_3e_598',['RecordCoord<>',['../structllama_1_1RecordCoord_3_4.html',1,'llama']]], + ['recordcoordcommonprefixisbigger_599',['recordCoordCommonPrefixIsBigger',['../namespacellama.html#a8660330eb77e8654033787e86b8da6ed',1,'llama']]], + ['recordcoordcommonprefixisbiggerimpl_600',['recordCoordCommonPrefixIsBiggerImpl',['../namespacellama_1_1internal.html#a02e115f3c9d3acdccd07526d475ed358',1,'llama::internal']]], + ['recordcoordcommonprefixissame_601',['recordCoordCommonPrefixIsSame',['../namespacellama.html#a50289a09b368b8f1c333e3d6feb49398',1,'llama']]], + ['recordcoordcommonprefixissameimpl_602',['recordCoordCommonPrefixIsSameImpl',['../namespacellama_1_1internal.html#a5732c14ad8045af3e542cf23a7e82c6d',1,'llama::internal']]], + ['recordcoordfromlist_603',['RecordCoordFromList',['../namespacellama.html#ad95912a49a83091fde091a4e2d9a4118',1,'llama']]], + ['recordcoordtagsstorage_604',['recordCoordTagsStorage',['../namespacellama_1_1internal.html#aadb89628e7b37c78df955928a1934c00',1,'llama::internal']]], + ['recorddim_605',['RecordDim',['../structllama_1_1mapping_1_1Heatmap.html#a2d2237094bf40b8d773f701ccea03338',1,'llama::mapping::Heatmap::RecordDim()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a1b6fa99b9767f2b8fe2ab0621c3518a5',1,'llama::mapping::FieldAccessCount::RecordDim()'],['../structllama_1_1mapping_1_1MappingBase.html#a230ce8319dfa063ac4692dcd4034c462',1,'llama::mapping::MappingBase::RecordDim()'],['../structllama_1_1mapping_1_1Bytesplit.html#a55d94f8aecd74f3e73d246c3515651e8',1,'llama::mapping::Bytesplit::RecordDim()'],['../structllama_1_1mapping_1_1Projection.html#a8e07d10e24daa52a2ccb859995ab3796',1,'llama::mapping::Projection::RecordDim()'],['../structllama_1_1mapping_1_1Split.html#ad02eb9f592deae654b8cbd8e2ed8f44c',1,'llama::mapping::Split::RecordDim()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a918b6b31180de12b1cc42bcb340411a5',1,'llama::mapping::tree::Mapping::RecordDim()'],['../structllama_1_1Vector.html#a9cb6cd05cc9474af335517ef3889cfb4',1,'llama::Vector::RecordDim()'],['../structllama_1_1View.html#a0e311e171359b386b0e86b16738d1d8d',1,'llama::View::RecordDim()'],['../structllama_1_1SubView.html#a51e9369860cf67eecc4438caf0be05d2',1,'llama::SubView::RecordDim()']]], + ['recorddim1_606',['RecordDim1',['../structllama_1_1mapping_1_1Split.html#a4eb538b875302b37f43d43c2bfe767b4',1,'llama::mapping::Split']]], + ['recorddim2_607',['RecordDim2',['../structllama_1_1mapping_1_1Split.html#ad5a8c4aef96eda2d8aabf87e244d574a',1,'llama::mapping::Split']]], + ['recorddimpartitions_608',['RecordDimPartitions',['../structllama_1_1mapping_1_1Split.html#a71b4634fa1aaca4ee41c236ce84b935d',1,'llama::mapping::Split']]], + ['recorddimtype_609',['recordDimType',['../structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html#acd743bc8e462a2cb4f3ae4e30940434c',1,'llama::mapping::internal::MakeProjectionPair']]], + ['recordref_610',['RecordRef',['../structllama_1_1RecordRef.html',1,'llama::RecordRef< TView, TBoundRecordCoord, OwnView >'],['../structllama_1_1RecordRef.html#afe269579eb27f8f363fc1364a8361a5b',1,'llama::RecordRef::RecordRef()'],['../structllama_1_1View.html#ac9e9cf8bf6a130ba0fb6dcfd0be19709',1,'llama::View::RecordRef()'],['../structllama_1_1RecordRef.html#aea6fff77548d86c90d3b2815ef72f6c5',1,'llama::RecordRef::RecordRef(const T &scalar)'],['../structllama_1_1RecordRef.html#a6ae7838c73c7b3ecef0926ac33126584',1,'llama::RecordRef::RecordRef(ArrayIndex ai, std::conditional_t< OwnView, View &&, View & > view)'],['../structllama_1_1RecordRef.html#a7442df4e1f6171629c7fc484a7fcaaac',1,'llama::RecordRef::RecordRef(const RecordRef &)=default'],['../structllama_1_1RecordRef.html#acb9dc732569a1a96087ecf61bc228222',1,'llama::RecordRef::RecordRef(RecordRef &&) noexcept=default'],['../structllama_1_1RecordRef.html#afe216e0488a15e06e895b276fecec4d3',1,'llama::RecordRef::RecordRef(const RecordRef< OtherView, OtherBoundRecordCoord, OtherOwnView > &recordRef)']]], + ['recordref_2ehpp_611',['RecordRef.hpp',['../RecordRef_8hpp.html',1,'']]], + ['recordrefarithoperator_612',['recordRefArithOperator',['../namespacellama_1_1internal.html#a635c2eba497b5d93cbf2dd0b3046c5f8',1,'llama::internal::recordRefArithOperator(LeftRecord &left, const T &right) -> LeftRecord &'],['../namespacellama_1_1internal.html#a1b3659d40a3d3514d50ef854e9330d99',1,'llama::internal::recordRefArithOperator(LeftRecord &left, const RecordRef< RightView, RightBoundRecordDim, RightOwnView > &right) -> LeftRecord &']]], + ['recordrefreloperator_613',['recordRefRelOperator',['../namespacellama_1_1internal.html#af28594c3cafe6d1ad2a3b4ce9f571e97',1,'llama::internal::recordRefRelOperator(const LeftRecord &left, const RecordRef< RightView, RightBoundRecordDim, RightOwnView > &right) -> bool'],['../namespacellama_1_1internal.html#a1ba0c9b09c6a1e76d0d8f9c3e2fbe3ba',1,'llama::internal::recordRefRelOperator(const LeftRecord &left, const T &right) -> bool']]], + ['ref_614',['ref',['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a54fa2b3a5a1281eb05865b80cbaef2c9',1,'llama::accessor::Locked::Reference']]], + ['reference_615',['Reference',['../structllama_1_1accessor_1_1Const_1_1Reference.html',1,'llama::accessor::Const::Reference< Ref >'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html',1,'llama::accessor::Locked< Mutex >::Reference< Ref, Value >'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html',1,'llama::mapping::Bytesplit< TArrayExtents, TRecordDim, InnerMapping >::Reference< RC, BlobArray >'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a139c0c83b2138282005d5f03194b04ba',1,'llama::accessor::Const::Reference::Reference(Ref ref)'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a1bf03b32f36ff4fd5ed702623dbca779',1,'llama::accessor::Const::Reference::Reference(const Reference &)=default'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#a66d11ed0b6b4586339925cdb76c6dbd7',1,'llama::mapping::Bytesplit::Reference::Reference(const Inner &innerMapping, ArrayIndex ai, BlobArray &blobs)'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#a19d1b89c39bd6924c2de1a7c695b7e0c',1,'llama::mapping::Bytesplit::Reference::Reference(const Reference &)=default']]], + ['reference_616',['reference',['../structllama_1_1ArrayIndexIterator.html#a29a20a406c9fb9e4a2c9033d01969ac4',1,'llama::ArrayIndexIterator::reference()'],['../structllama_1_1Iterator.html#a90e4c2c83c2d5a27bf91631c60085ae6',1,'llama::Iterator::reference()']]], + ['referenceto_617',['ReferenceTo',['../structllama_1_1internal_1_1ReferenceTo.html',1,'llama::internal']]], + ['referenceto_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isproxyreference_3c_20t_20_3e_20_3e_20_3e_618',['ReferenceTo< T, std::enable_if_t< isProxyReference< T > > >',['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html',1,'llama::internal']]], + ['referenceto_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isrecordref_3c_20t_20_3e_20_26_26_21isone_3c_20t_20_3e_20_3e_20_3e_619',['ReferenceTo< T, std::enable_if_t< isRecordRef< T > &&!isOne< T > > >',['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_8c16ab8a221dc30e1372285c3494e8f7.html',1,'llama::internal']]], + ['repackfloat_620',['repackFloat',['../namespacellama_1_1mapping_1_1internal.html#a5bdb3bce7b1c5dd3d2b2202be2f4166c',1,'llama::mapping::internal']]], + ['replaceall_621',['replaceAll',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a0aea1f0bc186541052da5076cf573b3b',1,'llama::mapping::tree::internal']]], + ['replacebybytearray_622',['ReplaceByByteArray',['../namespacellama_1_1mapping_1_1internal.html#afb46513e82a723e018572be98ef08d18',1,'llama::mapping::internal']]], + ['replacedtypeproj_623',['replacedTypeProj',['../structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html#a911123d1781bf546d550e7a0aaf38b27',1,'llama::mapping::internal::MakeReplacerProj']]], + ['replaceplaceholders_624',['ReplacePlaceholders',['../namespacellama.html#a533ad08f0a1fa09005088a13a6b59040',1,'llama']]], + ['replaceplaceholdersimpl_625',['ReplacePlaceholdersImpl',['../structllama_1_1internal_1_1ReplacePlaceholdersImpl.html',1,'llama::internal']]], + ['replaceplaceholdersimpl_3c_20e_3c_20ts_2e_2e_2e_20_3e_2c_20args_2e_2e_2e_20_3e_626',['ReplacePlaceholdersImpl< E< Ts... >, Args... >',['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4.html',1,'llama::internal']]], + ['replaceplaceholdersimpl_3c_20mp_5farg_3c_20i_20_3e_2c_20args_2e_2e_2e_20_3e_627',['ReplacePlaceholdersImpl< mp_arg< I >, Args... >',['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4.html',1,'llama::internal']]], + ['replacetaglistsbycoords_628',['ReplaceTagListsByCoords',['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords.html',1,'llama::mapping::internal']]], + ['replacetaglistsbycoords_3c_20recorddim_2c_20mp_5flist_3c_20args_2e_2e_2e_20_3e_20_3e_629',['ReplaceTagListsByCoords< RecordDim, mp_list< Args... > >',['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html',1,'llama::mapping::internal']]], + ['replacetaglistsbycoords_3c_20recorddim_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_630',['ReplaceTagListsByCoords< RecordDim, RecordCoord< RCs... > >',['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::mapping::internal']]], + ['replacetypesbyprojectionresults_631',['ReplaceTypesByProjectionResults',['../namespacellama_1_1mapping_1_1internal.html#ae5b63f36aa71a978887002ad2a5e6f50',1,'llama::mapping::internal']]], + ['reserve_632',['reserve',['../structllama_1_1Vector.html#ae7148a9b0b0e0779e969fc2cc63e764c',1,'llama::Vector']]], + ['resize_633',['resize',['../structllama_1_1Vector.html#abe8a0858e18ac862b8e18f43f6bd7eba',1,'llama::Vector']]], + ['resizearray_634',['resizeArray',['../namespacellama_1_1internal.html#a512bb7612671cad70ae1e21587c633a2',1,'llama::internal']]], + ['rest_635',['rest',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a326d166eb2415c0a6b4671a7a1331c3b',1,'llama::Tuple< TFirstElement, RestElements... >::rest() -> RestTuple &'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a20b9cc1ebc2d6a062b4ae53a15f9068d',1,'llama::Tuple< TFirstElement, RestElements... >::rest() const -> const RestTuple &']]], + ['rest_636',['Rest',['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#aa96b596a7661000b5142d2a7a76cde2b',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >']]], + ['restrict_637',['Restrict',['../structllama_1_1accessor_1_1Restrict.html',1,'llama::accessor']]], + ['resttuple_638',['RestTuple',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a9d44ece6524f1a59ce9ae1bfb87d1efa',1,'llama::Tuple< TFirstElement, RestElements... >']]], + ['resultcoordtobasiccoord_639',['resultCoordToBasicCoord',['../structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html#ac815754a3fd35cf6d40fe2e2f976f094',1,'llama::mapping::tree::functor::MoveRTDown::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#af8bce71451fd6893e4c790c00b69ed22',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#abd97df2fc60e29b71bc02598ae400c7b',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html#a7c3c689c8641e2142bd9a8f457372f6f',1,'llama::mapping::tree::functor::LeafOnlyRT::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html#a2f8cce2626978a9c5b62dd4c6c1e6cc4',1,'llama::mapping::tree::functor::Idem::resultCoordToBasicCoord()']]], + ['resulttree_640',['resultTree',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a05de6e64a1ae1d70c6ee6dd7e8387636',1,'llama::mapping::tree::Mapping']]], + ['resulttree_641',['ResultTree',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#acb96520922aa3b98fd2ed8b14e7d8e04',1,'llama::mapping::tree::Mapping::ResultTree()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a40455feecb37c12d9319fe73acf29674',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::ResultTree()']]], + ['returntype_642',['ReturnType',['../structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html#ad24fb11cf0ac668f70e35bfbd1272f34',1,'llama::mapping::internal::UnaryFunctionTraits< Ret(*)(Arg)>']]], + ['rounduptomultiple_643',['roundUpToMultiple',['../namespacellama.html#ab9c5c0a1ca0698a8871689b9924736ac',1,'llama']]] ]; diff --git a/search/all_11.js b/search/all_11.js index 012ce5c701..427e701e67 100644 --- a/search/all_11.js +++ b/search/all_11.js @@ -1,59 +1,59 @@ var searchData= [ - ['s_642',['S',['../structllama_1_1mapping_1_1internal_1_1S.html',1,'llama::mapping::internal']]], - ['scopedupdate_643',['ScopedUpdate',['../structllama_1_1ScopedUpdate.html',1,'llama::ScopedUpdate< Reference, typename >'],['../namespacellama.html#ad7dddd17106d2711c85b213e61fb9155',1,'llama::ScopedUpdate(T) -> ScopedUpdate< typename internal::ReferenceTo< std::remove_reference_t< T >>::type >'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#ae398e1e304e11be3148234f54d283925',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::ScopedUpdate(ScopedUpdate &&) noexcept=default'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aa0e307ffd680231e9260c5f3c7d05ab8',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::ScopedUpdate(const ScopedUpdate &)=delete'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aee9b0397aca1984474516f62d479c4be',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::ScopedUpdate(Reference r)'],['../structllama_1_1ScopedUpdate.html#abf5123804b53696ab3fe0ebbcf5126e4',1,'llama::ScopedUpdate::ScopedUpdate(ScopedUpdate &&) noexcept=default'],['../structllama_1_1ScopedUpdate.html#a3ca302d22bedc64d8cc9ff42d2aeec23',1,'llama::ScopedUpdate::ScopedUpdate(const ScopedUpdate &)=delete'],['../structllama_1_1ScopedUpdate.html#ab6fe9d5125a5fddc3deca9a75820c9c9',1,'llama::ScopedUpdate::ScopedUpdate(Reference r)']]], - ['scopedupdate_3c_20reference_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5ffundamental_5fv_3c_20typename_20internal_3a_3avalueof_3c_20reference_20_3e_3a_3atype_20_3e_20_3e_20_3e_644',['ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >',['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html',1,'llama']]], - ['selectorformapping1_645',['SelectorForMapping1',['../structllama_1_1mapping_1_1Split.html#a8bce85de48fc51888c598cf1cf16640b',1,'llama::mapping::Split']]], - ['shallowcopy_646',['shallowCopy',['../namespacellama.html#a4d2a40734074075e17bccd413a6f1ec1',1,'llama']]], - ['sharedptr_647',['SharedPtr',['../structllama_1_1bloballoc_1_1SharedPtr.html',1,'llama::bloballoc']]], - ['shrink_5fto_5ffit_648',['shrink_to_fit',['../structllama_1_1Vector.html#abf561a865f8e110264cedd6b854cc62f',1,'llama::Vector']]], - ['signbit_649',['SignBit',['../namespacellama_1_1mapping.html#a839eb914ca2bc41f5db9ca6e016b18f9',1,'llama::mapping']]], - ['simd_650',['Simd',['../namespacellama.html#adf42387a56b588d4a261b9ab869e33ee',1,'llama']]], - ['simd_2ehpp_651',['Simd.hpp',['../Simd_8hpp.html',1,'']]], - ['simdforeach_652',['simdForEach',['../namespacellama.html#acebdbc18176bbf81e01c2b268665a94c',1,'llama']]], - ['simdforeachn_653',['simdForEachN',['../namespacellama.html#a4451ec281eb037ebac7c08772ce0670f',1,'llama']]], - ['simdize_654',['Simdize',['../namespacellama.html#adf54146d2fef06baf9d512e22793f41a',1,'llama']]], - ['simdizen_655',['SimdizeN',['../namespacellama.html#ab5050ae091b407bcd3adabb734f2aba0',1,'llama']]], - ['simdizenimpl_656',['SimdizeNImpl',['../structllama_1_1internal_1_1SimdizeNImpl.html',1,'llama::internal']]], - ['simdizenimpl_3c_20recorddim_2c_201_2c_20makesizedsimd_20_3e_657',['SimdizeNImpl< RecordDim, 1, MakeSizedSimd >',['../structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4.html',1,'llama::internal']]], - ['simdlanes_658',['simdLanes',['../namespacellama.html#a85e41b88e239189c88b2d895bfc2691e',1,'llama']]], - ['simdlaneswithfullvectorsfor_659',['simdLanesWithFullVectorsFor',['../namespacellama.html#a34f90853e28950fdd34ecf9696ae1f63',1,'llama']]], - ['simdlaneswithleastregistersfor_660',['simdLanesWithLeastRegistersFor',['../namespacellama.html#ac902aa26f43ee2c8cceeb580a1df0c50',1,'llama']]], - ['simdn_661',['SimdN',['../namespacellama.html#a2f1e01829ca6b6d3a50720fdbcc99adf',1,'llama']]], - ['simdtraits_662',['SimdTraits',['../structllama_1_1SimdTraits.html',1,'llama']]], - ['simdtraits_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5farithmetic_5fv_3c_20t_20_3e_20_3e_20_3e_663',['SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >',['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html',1,'llama']]], - ['single_664',['Single',['../namespacellama_1_1mapping.html#a79bb2d70c1866c3090d5810dd0c92cb3a66ba162102bbf6ae31b522aec561735e',1,'llama::mapping']]], - ['size_665',['size',['../structllama_1_1RecordCoord.html#a3710d7a4f643b8b004809005a7d81f44',1,'llama::RecordCoord::size()'],['../structllama_1_1Vector.html#a8c9c1809b4730f360dbe66db474202f4',1,'llama::Vector::size()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html#a275cb85cd98251662441422519ddfb90',1,'llama::mapping::LinearizeArrayIndexMorton::size()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html#a0c5bdbeecd45d51599cd390dbbeb8849',1,'llama::mapping::LinearizeArrayIndexLeft::size()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexRight.html#a45b2f47a4cd69bbf65cc3487c7271c3a',1,'llama::mapping::LinearizeArrayIndexRight::size()'],['../structllama_1_1Array.html#aa20a497723e6189dfaf7145ddc256534',1,'llama::Array::size()'],['../structllama_1_1RecordCoord_3_4.html#a88c46f2ba080197e2c49a2e4066b841a',1,'llama::RecordCoord<>::size()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a08fddf3bf8a634b0bc53d99f68b3abea',1,'llama::Array< T, 0 >::size()'],['../structllama_1_1PrettySize.html#aa4076eddccb107e076ca4aed00bfdfdd',1,'llama::PrettySize::size()']]], - ['size_5ftype_666',['size_type',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a2cbefd0cb2908d81a99eaf3d919ca269',1,'llama::mapping::internal::BitPackedIntCommon::size_type()'],['../structllama_1_1mapping_1_1MappingBase.html#a5ce2266ed39400609731093894761df9',1,'llama::mapping::MappingBase::size_type()'],['../structllama_1_1Vector.html#af351e8734902f0ead47ba3b9aae4302e',1,'llama::Vector::size_type()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a2cbefd0cb2908d81a99eaf3d919ca269',1,'llama::mapping::BitPackedIntSoA::size_type()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a2cbefd0cb2908d81a99eaf3d919ca269',1,'llama::mapping::BitPackedIntAoS::size_type()']]], - ['sizeequalto_667',['SizeEqualTo',['../structllama_1_1internal_1_1SizeEqualTo.html',1,'llama::internal']]], - ['sizeof_668',['sizeOf',['../namespacellama.html#a2404e09083dc2c685bc283cd4ead0edc',1,'llama']]], - ['sizeof_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20align_2c_20includetailpadding_20_3e_669',['sizeOf< Record< Fields... >, Align, IncludeTailPadding >',['../namespacellama.html#a585d55cd3a51152ec452bc1f2d49a3ec',1,'llama']]], - ['sizeofimpl_670',['sizeOfImpl',['../namespacellama_1_1internal.html#aeab53e4609fe07abfb6f5f2d532cd388',1,'llama::internal']]], - ['soa_671',['SoA',['../structllama_1_1mapping_1_1SoA.html',1,'llama::mapping::SoA< TArrayExtents, TRecordDim, TBlobs, TSubArrayAlignment, TLinearizeArrayIndexFunctor, PermuteFieldsSingleBlob >'],['../structllama_1_1mapping_1_1SoA.html#a04140d78f8ceb0cc1dfcfc20371df451',1,'llama::mapping::SoA::SoA(TArrayExtents extents, TRecordDim={})'],['../structllama_1_1mapping_1_1SoA.html#a8d24fbf3384e98a7d2ab29eae10ab574',1,'llama::mapping::SoA::SoA()=default'],['../namespacellama_1_1mapping.html#a736c25ae1b3ed1782a70989a8fc83a66',1,'llama::mapping::SoA()']]], - ['soa_2ehpp_672',['SoA.hpp',['../SoA_8hpp.html',1,'']]], - ['split_673',['Split',['../structllama_1_1mapping_1_1Split.html',1,'llama::mapping::Split< TArrayExtents, TRecordDim, TSelectorForMapping1, MappingTemplate1, MappingTemplate2, SeparateBlobs >'],['../structllama_1_1mapping_1_1Split.html#aa4189da35d837e0e0b84f536009ccbbe',1,'llama::mapping::Split::Split(ArrayExtents extents)'],['../structllama_1_1mapping_1_1Split.html#ae4fa806ab3cb76c6343c40bafaa5db08',1,'llama::mapping::Split::Split(std::tuple< Args1... > mappingArgs1, std::tuple< Args2... > mappingArgs2)'],['../structllama_1_1mapping_1_1Split.html#aaae8b7032dc007629d9d261a27e1e601',1,'llama::mapping::Split::Split(Mapping1 mapping1, Mapping2 mapping2)'],['../structllama_1_1mapping_1_1Split.html#a59d937379739b9fb3cc1ae51e689e21e',1,'llama::mapping::Split::Split()=default']]], - ['split_2ehpp_674',['Split.hpp',['../Split_8hpp.html',1,'']]], - ['splitbytes_675',['SplitBytes',['../namespacellama_1_1mapping_1_1internal.html#a6541b9600737326f2e0b6354d0b3dfa1',1,'llama::mapping::internal']]], - ['stacked_676',['Stacked',['../structllama_1_1accessor_1_1Stacked.html',1,'llama::accessor::Stacked< Accessors >'],['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#aac8f693a7f62265798be4d768d7c2ee3',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >::Stacked(FirstAccessor first, MoreAccessors... rest)'],['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#afe225b5bdd38d749174876a2655103c0',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >::Stacked()=default']]], - ['stacked_3c_20firstaccessor_2c_20moreaccessors_2e_2e_2e_20_3e_677',['Stacked< FirstAccessor, MoreAccessors... >',['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html',1,'llama::accessor']]], - ['stacked_3c_20moreaccessors_2e_2e_2e_20_3e_678',['Stacked< MoreAccessors... >',['../structllama_1_1accessor_1_1Stacked.html',1,'llama::accessor']]], - ['stackedleave_679',['StackedLeave',['../structllama_1_1accessor_1_1internal_1_1StackedLeave.html',1,'llama::accessor::internal']]], - ['stackedleave_3c_200_2c_20default_20_3e_680',['StackedLeave< 0, Default >',['../structllama_1_1accessor_1_1internal_1_1StackedLeave.html',1,'llama::accessor::internal']]], - ['stackedleave_3c_201_2bsizeof_2e_2e_2e_28moreaccessors_29_2c_20firstaccessor_20_3e_681',['StackedLeave< 1+sizeof...(MoreAccessors), FirstAccessor >',['../structllama_1_1accessor_1_1internal_1_1StackedLeave.html',1,'llama::accessor::internal']]], - ['store_682',['store',['../structllama_1_1RecordRef.html#aca12c149f6cc3257adfcee9743aace4a',1,'llama::RecordRef::store()'],['../structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html#ac6d5801bfe1d92bb02550e573137ebbf',1,'llama::mapping::internal::ChangeTypeProjection::store()'],['../structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html#a7f88327fac0ed7a53e1889ce9ab73cbb',1,'llama::mapping::internal::ByteswapProjection::store()']]], - ['storedintegral_683',['StoredIntegral',['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a75ee95fefffa55a10634b41e8622dea7',1,'llama::mapping::BitPackedFloatAoS::StoredIntegral()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#ae20de4b5c0dc7fe9d732ce71a388072c',1,'llama::mapping::internal::BitPackedIntCommon::StoredIntegral()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a3dd863836a9d91b243b1f67a420e7dda',1,'llama::mapping::BitPackedFloatSoA::StoredIntegral()']]], - ['storedintegralfor_684',['StoredIntegralFor',['../namespacellama_1_1mapping_1_1internal.html#a595cadedce236708ce48203edeb3de34',1,'llama::mapping::internal']]], - ['storedparentview_685',['StoredParentView',['../structllama_1_1SubView.html#ae8ec3d55c74216060bf28e3e7e92993f',1,'llama::SubView']]], - ['storedunsignedfor_686',['StoredUnsignedFor',['../namespacellama_1_1mapping_1_1internal.html#a9c9a33a5cf5e402d9887b0071b30ede0',1,'llama::mapping::internal']]], - ['storesimd_687',['storeSimd',['../namespacellama.html#a85e63e02c425ced774c87dfc1e3dda3d',1,'llama']]], - ['storesimdrecord_688',['storeSimdRecord',['../namespacellama_1_1internal.html#a383757e5ef0435ab24cc8570e355912f',1,'llama::internal::storeSimdRecord(const Simd &srcSimd, TFwd &&dstRef, RecordCoord rc)'],['../namespacellama_1_1internal.html#a39d130ecf8dc32be0c10f142df6a0d42',1,'llama::internal::storeSimdRecord(const Simd &srcSimd, T &&dstRef, RecordCoord rc)']]], - ['storeunaligned_689',['storeUnaligned',['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#a67e2693738b7a12f3e262c534578afbe',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >']]], - ['structname_690',['structName',['../namespacellama.html#a8def4cdbf850f818833a38d67e6ebf34',1,'llama']]], - ['structname_2ehpp_691',['StructName.hpp',['../StructName_8hpp.html',1,'']]], - ['structnamestorage_692',['structNameStorage',['../namespacellama_1_1internal.html#a32808c34947a5a5be5e1f677a50e64e4',1,'llama::internal']]], - ['subarrayalignment_693',['SubArrayAlignment',['../namespacellama_1_1mapping.html#abf047d4798871c30b501074a70374086',1,'llama::mapping']]], - ['subarrayalignment_694',['subArrayAlignment',['../structllama_1_1mapping_1_1SoA.html#a659605ce7833cad161df99cbcd3d7665',1,'llama::mapping::SoA']]], - ['subview_695',['SubView',['../structllama_1_1SubView.html',1,'llama::SubView< TStoredParentView >'],['../namespacellama.html#a08522ce66a9c0e6ac1b771e38a81d97e',1,'llama::SubView(TStoredParentView &&, typename std::remove_reference_t< TStoredParentView >::Mapping::ArrayExtents::Index) -> SubView< TStoredParentView >'],['../structllama_1_1SubView.html#aac077f7ba19fc7fddfa3d99bb0cba502',1,'llama::SubView::SubView(ArrayIndex offset)'],['../structllama_1_1SubView.html#adbb2ed9591e50121c2b732e3c1cc570b',1,'llama::SubView::SubView(StoredParentViewFwd &&parentView, ArrayIndex offset)']]], - ['sumchildrensmallerthan_696',['sumChildrenSmallerThan',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ac64ac187e14ff4540b332b55e4fdc7f7',1,'llama::mapping::tree::internal']]], - ['swap_697',['swap',['../structllama_1_1Vector.html#a83f69184d753889d37b68b9169a34113',1,'llama::Vector::swap()'],['../namespacellama.html#aebf7c7c54c4190a57a2cc1ad5c280453',1,'llama::swap()'],['../structllama_1_1ProxyRefOpMixin.html#ac1a4bc2313d753d30a9560fe9364f959',1,'llama::ProxyRefOpMixin::swap()'],['../structllama_1_1RecordRef.html#ae2d91aa2202932f93e1bf2f014ca7437',1,'llama::RecordRef::swap()']]] + ['s_644',['S',['../structllama_1_1mapping_1_1internal_1_1S.html',1,'llama::mapping::internal']]], + ['scopedupdate_645',['ScopedUpdate',['../structllama_1_1ScopedUpdate.html',1,'llama::ScopedUpdate< Reference, typename >'],['../namespacellama.html#ad7dddd17106d2711c85b213e61fb9155',1,'llama::ScopedUpdate(T) -> ScopedUpdate< typename internal::ReferenceTo< std::remove_reference_t< T >>::type >'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#ae398e1e304e11be3148234f54d283925',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::ScopedUpdate(ScopedUpdate &&) noexcept=default'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aa0e307ffd680231e9260c5f3c7d05ab8',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::ScopedUpdate(const ScopedUpdate &)=delete'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aee9b0397aca1984474516f62d479c4be',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::ScopedUpdate(Reference r)'],['../structllama_1_1ScopedUpdate.html#abf5123804b53696ab3fe0ebbcf5126e4',1,'llama::ScopedUpdate::ScopedUpdate(ScopedUpdate &&) noexcept=default'],['../structllama_1_1ScopedUpdate.html#a3ca302d22bedc64d8cc9ff42d2aeec23',1,'llama::ScopedUpdate::ScopedUpdate(const ScopedUpdate &)=delete'],['../structllama_1_1ScopedUpdate.html#ab6fe9d5125a5fddc3deca9a75820c9c9',1,'llama::ScopedUpdate::ScopedUpdate(Reference r)']]], + ['scopedupdate_3c_20reference_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5ffundamental_5fv_3c_20typename_20internal_3a_3avalueof_3c_20reference_20_3e_3a_3atype_20_3e_20_3e_20_3e_646',['ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >',['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html',1,'llama']]], + ['selectorformapping1_647',['SelectorForMapping1',['../structllama_1_1mapping_1_1Split.html#a8bce85de48fc51888c598cf1cf16640b',1,'llama::mapping::Split']]], + ['shallowcopy_648',['shallowCopy',['../namespacellama.html#a4d2a40734074075e17bccd413a6f1ec1',1,'llama']]], + ['sharedptr_649',['SharedPtr',['../structllama_1_1bloballoc_1_1SharedPtr.html',1,'llama::bloballoc']]], + ['shrink_5fto_5ffit_650',['shrink_to_fit',['../structllama_1_1Vector.html#abf561a865f8e110264cedd6b854cc62f',1,'llama::Vector']]], + ['signbit_651',['SignBit',['../namespacellama_1_1mapping.html#a839eb914ca2bc41f5db9ca6e016b18f9',1,'llama::mapping']]], + ['simd_652',['Simd',['../namespacellama.html#adf42387a56b588d4a261b9ab869e33ee',1,'llama']]], + ['simd_2ehpp_653',['Simd.hpp',['../Simd_8hpp.html',1,'']]], + ['simdforeach_654',['simdForEach',['../namespacellama.html#acebdbc18176bbf81e01c2b268665a94c',1,'llama']]], + ['simdforeachn_655',['simdForEachN',['../namespacellama.html#a4451ec281eb037ebac7c08772ce0670f',1,'llama']]], + ['simdize_656',['Simdize',['../namespacellama.html#adf54146d2fef06baf9d512e22793f41a',1,'llama']]], + ['simdizen_657',['SimdizeN',['../namespacellama.html#ab5050ae091b407bcd3adabb734f2aba0',1,'llama']]], + ['simdizenimpl_658',['SimdizeNImpl',['../structllama_1_1internal_1_1SimdizeNImpl.html',1,'llama::internal']]], + ['simdizenimpl_3c_20recorddim_2c_201_2c_20makesizedsimd_20_3e_659',['SimdizeNImpl< RecordDim, 1, MakeSizedSimd >',['../structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4.html',1,'llama::internal']]], + ['simdlanes_660',['simdLanes',['../namespacellama.html#a85e41b88e239189c88b2d895bfc2691e',1,'llama']]], + ['simdlaneswithfullvectorsfor_661',['simdLanesWithFullVectorsFor',['../namespacellama.html#a34f90853e28950fdd34ecf9696ae1f63',1,'llama']]], + ['simdlaneswithleastregistersfor_662',['simdLanesWithLeastRegistersFor',['../namespacellama.html#ac902aa26f43ee2c8cceeb580a1df0c50',1,'llama']]], + ['simdn_663',['SimdN',['../namespacellama.html#a2f1e01829ca6b6d3a50720fdbcc99adf',1,'llama']]], + ['simdtraits_664',['SimdTraits',['../structllama_1_1SimdTraits.html',1,'llama']]], + ['simdtraits_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5farithmetic_5fv_3c_20t_20_3e_20_3e_20_3e_665',['SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >',['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html',1,'llama']]], + ['single_666',['Single',['../namespacellama_1_1mapping.html#a79bb2d70c1866c3090d5810dd0c92cb3a66ba162102bbf6ae31b522aec561735e',1,'llama::mapping']]], + ['size_667',['size',['../structllama_1_1RecordCoord.html#a3710d7a4f643b8b004809005a7d81f44',1,'llama::RecordCoord::size()'],['../structllama_1_1Vector.html#a8c9c1809b4730f360dbe66db474202f4',1,'llama::Vector::size()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html#a275cb85cd98251662441422519ddfb90',1,'llama::mapping::LinearizeArrayIndexMorton::size()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html#a0c5bdbeecd45d51599cd390dbbeb8849',1,'llama::mapping::LinearizeArrayIndexLeft::size()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexRight.html#a45b2f47a4cd69bbf65cc3487c7271c3a',1,'llama::mapping::LinearizeArrayIndexRight::size()'],['../structllama_1_1Array.html#aa20a497723e6189dfaf7145ddc256534',1,'llama::Array::size()'],['../structllama_1_1RecordCoord_3_4.html#a88c46f2ba080197e2c49a2e4066b841a',1,'llama::RecordCoord<>::size()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a08fddf3bf8a634b0bc53d99f68b3abea',1,'llama::Array< T, 0 >::size()'],['../structllama_1_1PrettySize.html#aa4076eddccb107e076ca4aed00bfdfdd',1,'llama::PrettySize::size()']]], + ['size_5ftype_668',['size_type',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a2cbefd0cb2908d81a99eaf3d919ca269',1,'llama::mapping::internal::BitPackedIntCommon::size_type()'],['../structllama_1_1mapping_1_1MappingBase.html#a5ce2266ed39400609731093894761df9',1,'llama::mapping::MappingBase::size_type()'],['../structllama_1_1Vector.html#af351e8734902f0ead47ba3b9aae4302e',1,'llama::Vector::size_type()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a2cbefd0cb2908d81a99eaf3d919ca269',1,'llama::mapping::BitPackedIntSoA::size_type()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a2cbefd0cb2908d81a99eaf3d919ca269',1,'llama::mapping::BitPackedIntAoS::size_type()']]], + ['sizeequalto_669',['SizeEqualTo',['../structllama_1_1internal_1_1SizeEqualTo.html',1,'llama::internal']]], + ['sizeof_670',['sizeOf',['../namespacellama.html#a2404e09083dc2c685bc283cd4ead0edc',1,'llama']]], + ['sizeof_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20align_2c_20includetailpadding_20_3e_671',['sizeOf< Record< Fields... >, Align, IncludeTailPadding >',['../namespacellama.html#a585d55cd3a51152ec452bc1f2d49a3ec',1,'llama']]], + ['sizeofimpl_672',['sizeOfImpl',['../namespacellama_1_1internal.html#aeab53e4609fe07abfb6f5f2d532cd388',1,'llama::internal']]], + ['soa_673',['SoA',['../structllama_1_1mapping_1_1SoA.html',1,'llama::mapping::SoA< TArrayExtents, TRecordDim, TBlobs, TSubArrayAlignment, TLinearizeArrayIndexFunctor, PermuteFieldsSingleBlob >'],['../structllama_1_1mapping_1_1SoA.html#a04140d78f8ceb0cc1dfcfc20371df451',1,'llama::mapping::SoA::SoA(TArrayExtents extents, TRecordDim={})'],['../structllama_1_1mapping_1_1SoA.html#a8d24fbf3384e98a7d2ab29eae10ab574',1,'llama::mapping::SoA::SoA()=default'],['../namespacellama_1_1mapping.html#a736c25ae1b3ed1782a70989a8fc83a66',1,'llama::mapping::SoA()']]], + ['soa_2ehpp_674',['SoA.hpp',['../SoA_8hpp.html',1,'']]], + ['split_675',['Split',['../structllama_1_1mapping_1_1Split.html',1,'llama::mapping::Split< TArrayExtents, TRecordDim, TSelectorForMapping1, MappingTemplate1, MappingTemplate2, SeparateBlobs >'],['../structllama_1_1mapping_1_1Split.html#aa4189da35d837e0e0b84f536009ccbbe',1,'llama::mapping::Split::Split(ArrayExtents extents)'],['../structllama_1_1mapping_1_1Split.html#ae4fa806ab3cb76c6343c40bafaa5db08',1,'llama::mapping::Split::Split(std::tuple< Args1... > mappingArgs1, std::tuple< Args2... > mappingArgs2)'],['../structllama_1_1mapping_1_1Split.html#aaae8b7032dc007629d9d261a27e1e601',1,'llama::mapping::Split::Split(Mapping1 mapping1, Mapping2 mapping2)'],['../structllama_1_1mapping_1_1Split.html#a59d937379739b9fb3cc1ae51e689e21e',1,'llama::mapping::Split::Split()=default']]], + ['split_2ehpp_676',['Split.hpp',['../Split_8hpp.html',1,'']]], + ['splitbytes_677',['SplitBytes',['../namespacellama_1_1mapping_1_1internal.html#a6541b9600737326f2e0b6354d0b3dfa1',1,'llama::mapping::internal']]], + ['stacked_678',['Stacked',['../structllama_1_1accessor_1_1Stacked.html',1,'llama::accessor::Stacked< Accessors >'],['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#aac8f693a7f62265798be4d768d7c2ee3',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >::Stacked(FirstAccessor first, MoreAccessors... rest)'],['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#afe225b5bdd38d749174876a2655103c0',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >::Stacked()=default']]], + ['stacked_3c_20firstaccessor_2c_20moreaccessors_2e_2e_2e_20_3e_679',['Stacked< FirstAccessor, MoreAccessors... >',['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html',1,'llama::accessor']]], + ['stacked_3c_20moreaccessors_2e_2e_2e_20_3e_680',['Stacked< MoreAccessors... >',['../structllama_1_1accessor_1_1Stacked.html',1,'llama::accessor']]], + ['stackedleave_681',['StackedLeave',['../structllama_1_1accessor_1_1internal_1_1StackedLeave.html',1,'llama::accessor::internal']]], + ['stackedleave_3c_200_2c_20default_20_3e_682',['StackedLeave< 0, Default >',['../structllama_1_1accessor_1_1internal_1_1StackedLeave.html',1,'llama::accessor::internal']]], + ['stackedleave_3c_201_2bsizeof_2e_2e_2e_28moreaccessors_29_2c_20firstaccessor_20_3e_683',['StackedLeave< 1+sizeof...(MoreAccessors), FirstAccessor >',['../structllama_1_1accessor_1_1internal_1_1StackedLeave.html',1,'llama::accessor::internal']]], + ['store_684',['store',['../structllama_1_1RecordRef.html#aca12c149f6cc3257adfcee9743aace4a',1,'llama::RecordRef::store()'],['../structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html#ac6d5801bfe1d92bb02550e573137ebbf',1,'llama::mapping::internal::ChangeTypeProjection::store()'],['../structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html#a7f88327fac0ed7a53e1889ce9ab73cbb',1,'llama::mapping::internal::ByteswapProjection::store()']]], + ['storedintegral_685',['StoredIntegral',['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a75ee95fefffa55a10634b41e8622dea7',1,'llama::mapping::BitPackedFloatAoS::StoredIntegral()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#ae20de4b5c0dc7fe9d732ce71a388072c',1,'llama::mapping::internal::BitPackedIntCommon::StoredIntegral()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a3dd863836a9d91b243b1f67a420e7dda',1,'llama::mapping::BitPackedFloatSoA::StoredIntegral()']]], + ['storedintegralfor_686',['StoredIntegralFor',['../namespacellama_1_1mapping_1_1internal.html#a595cadedce236708ce48203edeb3de34',1,'llama::mapping::internal']]], + ['storedparentview_687',['StoredParentView',['../structllama_1_1SubView.html#ae8ec3d55c74216060bf28e3e7e92993f',1,'llama::SubView']]], + ['storedunsignedfor_688',['StoredUnsignedFor',['../namespacellama_1_1mapping_1_1internal.html#a9c9a33a5cf5e402d9887b0071b30ede0',1,'llama::mapping::internal']]], + ['storesimd_689',['storeSimd',['../namespacellama.html#a85e63e02c425ced774c87dfc1e3dda3d',1,'llama']]], + ['storesimdrecord_690',['storeSimdRecord',['../namespacellama_1_1internal.html#a383757e5ef0435ab24cc8570e355912f',1,'llama::internal::storeSimdRecord(const Simd &srcSimd, TFwd &&dstRef, RecordCoord rc)'],['../namespacellama_1_1internal.html#a39d130ecf8dc32be0c10f142df6a0d42',1,'llama::internal::storeSimdRecord(const Simd &srcSimd, T &&dstRef, RecordCoord rc)']]], + ['storeunaligned_691',['storeUnaligned',['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#a67e2693738b7a12f3e262c534578afbe',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >']]], + ['structname_692',['structName',['../namespacellama.html#a8def4cdbf850f818833a38d67e6ebf34',1,'llama']]], + ['structname_2ehpp_693',['StructName.hpp',['../StructName_8hpp.html',1,'']]], + ['structnamestorage_694',['structNameStorage',['../namespacellama_1_1internal.html#a32808c34947a5a5be5e1f677a50e64e4',1,'llama::internal']]], + ['subarrayalignment_695',['SubArrayAlignment',['../namespacellama_1_1mapping.html#abf047d4798871c30b501074a70374086',1,'llama::mapping']]], + ['subarrayalignment_696',['subArrayAlignment',['../structllama_1_1mapping_1_1SoA.html#a659605ce7833cad161df99cbcd3d7665',1,'llama::mapping::SoA']]], + ['subview_697',['SubView',['../structllama_1_1SubView.html',1,'llama::SubView< TStoredParentView >'],['../namespacellama.html#a08522ce66a9c0e6ac1b771e38a81d97e',1,'llama::SubView(TStoredParentView &&, typename std::remove_reference_t< TStoredParentView >::Mapping::ArrayExtents::Index) -> SubView< TStoredParentView >'],['../structllama_1_1SubView.html#aac077f7ba19fc7fddfa3d99bb0cba502',1,'llama::SubView::SubView(ArrayIndex offset)'],['../structllama_1_1SubView.html#adbb2ed9591e50121c2b732e3c1cc570b',1,'llama::SubView::SubView(StoredParentViewFwd &&parentView, ArrayIndex offset)']]], + ['sumchildrensmallerthan_698',['sumChildrenSmallerThan',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ac64ac187e14ff4540b332b55e4fdc7f7',1,'llama::mapping::tree::internal']]], + ['swap_699',['swap',['../structllama_1_1Vector.html#a83f69184d753889d37b68b9169a34113',1,'llama::Vector::swap()'],['../namespacellama.html#aebf7c7c54c4190a57a2cc1ad5c280453',1,'llama::swap()'],['../structllama_1_1ProxyRefOpMixin.html#ac1a4bc2313d753d30a9560fe9364f959',1,'llama::ProxyRefOpMixin::swap()'],['../structllama_1_1RecordRef.html#ae2d91aa2202932f93e1bf2f014ca7437',1,'llama::RecordRef::swap()']]] ]; diff --git a/search/all_12.js b/search/all_12.js index 25470e34fc..07df69a268 100644 --- a/search/all_12.js +++ b/search/all_12.js @@ -1,55 +1,55 @@ var searchData= [ - ['tagindex_698',['tagIndex',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html#ac06a88c25005e549fabd1cb3c41d8c4e',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >']]], - ['toarray_699',['toArray',['../structllama_1_1ArrayExtents_3_01T_01_4.html#a92517666a796de2b13a8c947e4e5fca2',1,'llama::ArrayExtents< T >::toArray()'],['../structllama_1_1ArrayExtents.html#a6b27d54cbebca7e1a0184ee0f675769e',1,'llama::ArrayExtents::toArray()']]], - ['tostring_700',['toString',['../namespacellama_1_1mapping_1_1tree.html#a4be1cd6421a567c67c49b419f66b376a',1,'llama::mapping::tree::toString(RecordCoord< I >) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#a5567832233a8a392f2cd6a4e46bbd5b7',1,'llama::mapping::tree::toString(NoName) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#af40cd3f4270779042374da6f52ad6e81',1,'llama::mapping::tree::toString(Tuple< Elements... > tree) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#adcb375154a583c5bfad9979c8b2630a0',1,'llama::mapping::tree::toString(const Node< Identifier, Type, CountType > &node) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#a705349de02db8b49afb5ede52316112b',1,'llama::mapping::tree::toString(const Leaf< Identifier, Type, CountType > &leaf) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#a5503563f0cb04a716a430965e75ac4fe',1,'llama::mapping::tree::toString(T) -> std::string']]], - ['tostring_2ehpp_701',['toString.hpp',['../toString_8hpp.html',1,'']]], - ['total_702',['total',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html#a29406e7a1f3a5bb9ec97e048dbdd2450',1,'llama::mapping::FieldAccessCount::FieldHitsArray']]], - ['totalbytes_703',['TotalBytes',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html',1,'llama::mapping::FieldAccessCount::FieldHitsArray']]], - ['totalbytes_704',['totalBytes',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html#a91c7b2e9bc46487e336e887c55e80b76',1,'llama::mapping::FieldAccessCount::FieldHitsArray']]], - ['totalread_705',['totalRead',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html#a67aeb73244d5b034e6a7f90880b89d6f',1,'llama::mapping::FieldAccessCount::FieldHitsArray::TotalBytes']]], - ['totalwritten_706',['totalWritten',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html#afbde7175373f541c698e03ac6e591b81',1,'llama::mapping::FieldAccessCount::FieldHitsArray::TotalBytes']]], - ['transformblobs_707',['transformBlobs',['../namespacellama.html#a188282c298c3e709ff8727fafd31b24b',1,'llama']]], - ['transformleaves_708',['TransformLeaves',['../namespacellama.html#a825425dc4761ab3b27c3ec6d42876f32',1,'llama']]], - ['transformleaveswithcoord_709',['TransformLeavesWithCoord',['../namespacellama.html#aaee3ebd8a4ac86fffc2c6e5cc1a3ac71',1,'llama']]], - ['transformleaveswithcoordimpl_710',['TransformLeavesWithCoordImpl',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl.html',1,'llama::internal']]], - ['transformleaveswithcoordimpl_3c_20recordcoord_3c_20is_2e_2e_2e_20_3e_2c_20child_5bn_5d_2c_20typefunctor_20_3e_711',['TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html',1,'llama::internal']]], - ['transformleaveswithcoordimpl_3c_20recordcoord_3c_20is_2e_2e_2e_20_3e_2c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20typefunctor_20_3e_712',['TransformLeavesWithCoordImpl< RecordCoord< Is... >, Record< Fields... >, TypeFunctor >',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html',1,'llama::internal']]], - ['treeafterop_713',['treeAfterOp',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a380858e498f09dcf4aa8e04db2fb1b1e',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >']]], - ['treecoord_714',['TreeCoord',['../namespacellama_1_1mapping_1_1tree.html#a8cfac6c9a829981805009c577975f508',1,'llama::mapping::tree']]], - ['treecoordelement_715',['TreeCoordElement',['../structllama_1_1mapping_1_1tree_1_1TreeCoordElement.html',1,'llama::mapping::tree']]], - ['treecoordtostring_716',['treeCoordToString',['../namespacellama_1_1mapping_1_1tree.html#a5db1654176ea82f4ed22c4c247133dab',1,'llama::mapping::tree::treeCoordToString()'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a2c18fb59a758ab64477a2719ad0ce4bc',1,'llama::mapping::tree::internal::treeCoordToString()']]], - ['treefromdimensions_717',['TreeFromDimensions',['../namespacellama_1_1mapping_1_1tree.html#ad1ecec8e7fd7fc84ab0a83df9b680310',1,'llama::mapping::tree']]], - ['treefromdimensions_2ehpp_718',['TreeFromDimensions.hpp',['../TreeFromDimensions_8hpp.html',1,'']]], - ['treefromrecorddim_719',['TreeFromRecordDim',['../namespacellama_1_1mapping_1_1tree.html#aa2770ac2c1d1a9d930488072572cc47f',1,'llama::mapping::tree']]], - ['treefromrecorddimimpl_720',['TreeFromRecordDimImpl',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ab24406f0b8b84c41b373b9857ef0b917',1,'llama::mapping::tree::internal']]], - ['tuple_721',['Tuple',['../structllama_1_1Tuple.html',1,'llama::Tuple< Elements >'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a9a28d46d83be1114345e9f6a78e15fb4',1,'llama::Tuple< TFirstElement, RestElements... >::Tuple()=default'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a8452a23a029981d4ccdf46f62aafa08c',1,'llama::Tuple< TFirstElement, RestElements... >::Tuple(FirstElement first, RestElements... rest)'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#af201f5dcc588d6a34a3644918d937057',1,'llama::Tuple< TFirstElement, RestElements... >::Tuple(T &&firstArg, Ts &&... restArgs)'],['../namespacellama.html#a1604e8162498ff814c1b1efacd212e95',1,'llama::Tuple()']]], - ['tuple_2ehpp_722',['Tuple.hpp',['../Tuple_8hpp.html',1,'']]], - ['tuple_3c_20restelements_2e_2e_2e_20_3e_723',['Tuple< RestElements... >',['../structllama_1_1Tuple.html',1,'llama']]], - ['tuple_3c_20tfirstelement_2c_20restelements_2e_2e_2e_20_3e_724',['Tuple< TFirstElement, RestElements... >',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html',1,'llama']]], - ['tuple_5felement_3c_20i_2c_20const_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_725',['tuple_element< I, const llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20i_2c_20llama_3a_3aarray_3c_20t_2c_20n_20_3e_20_3e_726',['tuple_element< I, llama::Array< T, N > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20i_2c_20llama_3a_3aarrayextents_3c_20sizetype_2c_20sizes_2e_2e_2e_20_3e_20_3e_727',['tuple_element< I, llama::ArrayExtents< SizeType, Sizes... > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20i_2c_20llama_3a_3aarrayindex_3c_20v_2c_20n_20_3e_20_3e_728',['tuple_element< I, llama::ArrayIndex< V, N > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20i_2c_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_729',['tuple_element< I, llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20i_2c_20llama_3a_3atuple_3c_20elements_2e_2e_2e_20_3e_20_3e_730',['tuple_element< I, llama::Tuple< Elements... > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20llama_3a_3aarray_3c_20t_2c_20n_20_3e_20_3e_731',['tuple_size< llama::Array< T, N > >',['../structstd_1_1tuple__size_3_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20llama_3a_3aarrayextents_3c_20sizetype_2c_20sizes_2e_2e_2e_20_3e_20_3e_732',['tuple_size< llama::ArrayExtents< SizeType, Sizes... > >',['../structstd_1_1tuple__size_3_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20llama_3a_3aarrayindex_3c_20v_2c_20n_20_3e_20_3e_733',['tuple_size< llama::ArrayIndex< V, N > >',['../structstd_1_1tuple__size_3_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_734',['tuple_size< llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1tuple__size_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20llama_3a_3atuple_3c_20elements_2e_2e_2e_20_3e_20_3e_735',['tuple_size< llama::Tuple< Elements... > >',['../structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html',1,'std']]], - ['tuplecat_736',['tupleCat',['../namespacellama.html#a42df604d705148baf4262104f6541560',1,'llama']]], - ['tuplecatimpl_737',['tupleCatImpl',['../namespacellama_1_1internal.html#a8e5f24405a86c68d880af50c757603db',1,'llama::internal']]], - ['tupleleaf_738',['TupleLeaf',['../structllama_1_1internal_1_1TupleLeaf.html',1,'llama::internal::TupleLeaf< I, T, bool >'],['../structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html#a1ce104d37b7e3981d9c697894e839337',1,'llama::internal::TupleLeaf< I, T, true >::TupleLeaf()']]], - ['tupleleaf_3c_201_2bsizeof_2e_2e_2e_28restelements_29_2c_20tfirstelement_20_3e_739',['TupleLeaf< 1+sizeof...(RestElements), TFirstElement >',['../structllama_1_1internal_1_1TupleLeaf.html',1,'llama::internal']]], - ['tupleleaf_3c_20i_2c_20t_2c_20true_20_3e_740',['TupleLeaf< I, T, true >',['../structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html',1,'llama::internal']]], - ['tuplereplace_741',['tupleReplace',['../namespacellama.html#af97abfc449e394428735699c5259f4a2',1,'llama']]], - ['tuplereplaceimpl_742',['tupleReplaceImpl',['../namespacellama_1_1internal.html#a0f59f4bacbf256e86e1a9e06dde25492',1,'llama::internal']]], - ['tupletransform_743',['tupleTransform',['../namespacellama.html#aba450a02d1e534f8cea4073bf6fda830',1,'llama']]], - ['tupletransformhelper_744',['tupleTransformHelper',['../namespacellama_1_1internal.html#a76aaf566f3c6233df18940831d184aa9',1,'llama::internal']]], - ['type_745',['type',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#ae02b243b42a1e2a745257ef641e16784',1,'llama::internal::LeafRecordCoordsImpl< T, RecordCoord< RCs... > >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html#ab58302406179f5fe72d1c568fcc3fc2f',1,'std::tuple_element< I, llama::Tuple< Elements... > >::type()'],['../structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4.html#aad8e679ca5aac1ab6f4e53fdafd4832c',1,'llama::internal::SimdizeNImpl< RecordDim, 1, MakeSizedSimd >::type()'],['../structllama_1_1internal_1_1SimdizeNImpl.html#a8fb953ff53fc597d4d0b5d3addea74c3',1,'llama::internal::SimdizeNImpl::type()'],['../structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html#abbb08411487afd6b7379bd4159d691e3',1,'std::tuple_element< I, const llama::RecordRef< View, BoundRecordCoord, OwnView > >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html#af01b88e4dc8f8a283799530db8a1e538',1,'std::tuple_element< I, llama::RecordRef< View, BoundRecordCoord, OwnView > >::type()'],['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html#a6b6d6955108e63ee5eb8056737692389',1,'llama::internal::ReferenceTo< T, std::enable_if_t< isProxyReference< T > > >::type()'],['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_8c16ab8a221dc30e1372285c3494e8f7.html#a6341b1e5bb86c7c2e9ed0764d5331194',1,'llama::internal::ReferenceTo< T, std::enable_if_t< isRecordRef< T > &&!isOne< T > > >::type()'],['../structllama_1_1internal_1_1ReferenceTo.html#ada604b3cf98a10c75ed2c94f08896443',1,'llama::internal::ReferenceTo::type()'],['../structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4.html#a2028c1ccc25c400d677b4213867fdd86',1,'llama::internal::ValueOf< T & >::type()'],['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html#a99c707da66f6e0e6dd2ee09d1c41cf3f',1,'llama::internal::ValueOf< T, std::enable_if_t< isProxyReference< T > > >::type()'],['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4.html#a7d727db59cc6f903bc617222329061f8',1,'llama::internal::ValueOf< T, std::enable_if_t< isRecordRef< T > > >::type()'],['../structllama_1_1internal_1_1ValueOf.html#ad8e53dc89d58866b1b90b809ca382a38',1,'llama::internal::ValueOf::type()'],['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4.html#ac176064cc265f25bc99b63501f3dc23d',1,'llama::internal::ReplacePlaceholdersImpl< E< Ts... >, Args... >::type()'],['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4.html#a7da518f2b868fbec807e54d4e2a94de9',1,'llama::internal::ReplacePlaceholdersImpl< mp_arg< I >, Args... >::type()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4.html#aa88be944b003761193d53998fd1da300',1,'llama::internal::GetTagsImpl< T, RecordCoord<> >::type()'],['../structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_01TailCoords_8_8_8_01_4_01_4.html#ab9c3a8dc49e6eabb5dff849b9710446c',1,'llama::internal::GetTypeImpl< ChildType[N], RecordCoord< HeadCoord, TailCoords... > >::type()'],['../structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html#a20d230f3fb7208ab88e3e55a73936293',1,'llama::internal::GetTypeImpl< Record< Children... >, RecordCoord< HeadCoord, TailCoords... > >::type()'],['../structllama_1_1internal_1_1GetTypeImpl.html#a0306d23b9f90a8eecb3155dc5bceea51',1,'llama::internal::GetTypeImpl::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorfe79fdbf9645e3871343e16a1c302dbb.html#a81ed3a25433318d1117b1d595f3eb3ac',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, RecordCoord< RCs... > >::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4.html#aa9ec4f749532d35c9f32a6dfa8486428',1,'llama::internal::GetCoordFromTagsImpl< RecordDim, RecordCoord >::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Rea82f6370a44084538dfd07ee1f739c70.html#af8ccb0169d45233b03bee608f3ba266b',1,'llama::internal::GetCoordFromTagsImpl< ChildType[Count], RecordCoord< ResultCoords... >, FirstTag, Tags... >::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html#ad70d55152fed64d1733912813f8bc7e8',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >::type()'],['../structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4.html#a650a81512a8126a08af236327452e5d8',1,'llama::internal::GetTagImpl< RecordDim, RecordCoord<> >::type()'],['../structllama_1_1internal_1_1GetTagImpl.html#a2d8b0d388554046b6b9ff99337212b39',1,'llama::internal::GetTagImpl::type()'],['../structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4.html#a3a184387bd7b3fea126f63eaa55679a9',1,'llama::internal::mp_unwrap_values_into_impl< FromList< Values... >, ToList >::type()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html#a29933e2fc0b4e02b4c7eff74ccf4d355',1,'llama::internal::GetTagsImpl< ChildType[Count], RecordCoord< FirstCoord, Coords... > >::type()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#af6e4ab8487052df503ddd08faa1d04cc',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html#ad5fb64a3dc9dff92570e6ff46117ea4b',1,'std::tuple_element< I, llama::ArrayExtents< SizeType, Sizes... > >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html#a2f689961f173eaf8e46610264e779fd5',1,'std::tuple_element< I, llama::ArrayIndex< V, N > >::type()'],['../structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4.html#af01748b74f84154118d66fcc855ea37f',1,'llama::internal::IndexTypeFromArgs< Default, FirstInt, Ints... >::type()'],['../structllama_1_1internal_1_1IndexTypeFromArgs.html#ad020fa4195b4fc83a8a2a69ab44f7b39',1,'llama::internal::IndexTypeFromArgs::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html#a9eb4aa91a7a1ef27eb5060719269e93b',1,'std::tuple_element< I, llama::Array< T, N > >::type()']]], - ['type_746',['Type',['../structllama_1_1mapping_1_1tree_1_1Leaf.html#a2c6625d5d7d4e237e401d5d25df35e8a',1,'llama::mapping::tree::Leaf']]], - ['type_747',['type',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a9a6d2e2e78a46b2a9901de35280a32a9',1,'llama::internal::LeafRecordCoordsImpl< Record< Fields... >, RecordCoord< RCs... > >::type()'],['../structllama_1_1internal_1_1ReplacePlaceholdersImpl.html#ad26987a1d0a3196b9f2c60f92dc08db1',1,'llama::internal::ReplacePlaceholdersImpl::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4.html#a71cabb03bccb7713d6470d549b15a836',1,'llama::mapping::tree::internal::WrapInNNodes< Leaf, 0 >::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes.html#a27f930dc18888ea0a1e5917b5eb47a62',1,'llama::mapping::tree::internal::WrapInNNodes::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html#aaab9523b8d90c8f9d4a360590939440e',1,'llama::mapping::tree::internal::CreateTreeElement< Tag, ChildType[Count], CountType >::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_8_8_8_01_4_00_01CountType_01_4.html#a166a11a91963d8262fe470f710abf407',1,'llama::mapping::tree::internal::CreateTreeElement< Tag, Record< Fields... >, CountType >::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement.html#ad42f5ce7a61ccadf4865031ebeb331ac',1,'llama::mapping::tree::internal::CreateTreeElement::type()'],['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html#a6ae0875971c97bfa21cfba027b8e4347',1,'llama::mapping::internal::ReplaceTagListsByCoords< RecordDim, mp_list< Args... > >::type()'],['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a2c814eb0b34b2bb8eb0af9687279b611',1,'llama::mapping::internal::ReplaceTagListsByCoords< RecordDim, RecordCoord< RCs... > >::type()'],['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a6129165ebc31902aef1c48b468ddef24',1,'llama::mapping::internal::PartitionFoldOpImpl::type()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html#adc93b9b415181ff2af49e004b2fbefd2',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >::type()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html#a36e9044e627d5a879413adf4950abe50',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Record< Fields... >, TypeFunctor >::type()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl.html#ad0d1d15280c8fdd3a0f39fb71f7f9aa5',1,'llama::internal::TransformLeavesWithCoordImpl::type()'],['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4.html#a9669063dc1b66a99126cf9dabad4068f',1,'llama::internal::FlattenRecordDimImpl< Child[N]>::type()'],['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4.html#adce0e20f2dbf53325962269bc0d321e2',1,'llama::internal::FlattenRecordDimImpl< Record< Fields... > >::type()'],['../structllama_1_1internal_1_1FlattenRecordDimImpl.html#abf81f10f5d6076d1caedee436f9894ea',1,'llama::internal::FlattenRecordDimImpl::type()'],['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a7016562e5bb37ff5997b85bcaabef280',1,'llama::internal::LeafRecordCoordsImpl< Child[N], RecordCoord< RCs... > >::type()'],['../structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4.html#a474df5888cc1b6a4ef60cef1700126ea',1,'llama::internal::GetTypeImpl< T, RecordCoord<> >::type()']]], - ['typenameasarray_748',['typeNameAsArray',['../namespacellama_1_1internal.html#a64b252f2299cce03f8814269a0c25ca2',1,'llama::internal']]], - ['typenamestorage_749',['typeNameStorage',['../namespacellama_1_1internal.html#a52be59da116649206cd1d61b613ee680',1,'llama::internal']]] + ['tagindex_700',['tagIndex',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html#ac06a88c25005e549fabd1cb3c41d8c4e',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >']]], + ['toarray_701',['toArray',['../structllama_1_1ArrayExtents_3_01T_01_4.html#a92517666a796de2b13a8c947e4e5fca2',1,'llama::ArrayExtents< T >::toArray()'],['../structllama_1_1ArrayExtents.html#a6b27d54cbebca7e1a0184ee0f675769e',1,'llama::ArrayExtents::toArray()']]], + ['tostring_702',['toString',['../namespacellama_1_1mapping_1_1tree.html#a4be1cd6421a567c67c49b419f66b376a',1,'llama::mapping::tree::toString(RecordCoord< I >) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#a5567832233a8a392f2cd6a4e46bbd5b7',1,'llama::mapping::tree::toString(NoName) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#af40cd3f4270779042374da6f52ad6e81',1,'llama::mapping::tree::toString(Tuple< Elements... > tree) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#adcb375154a583c5bfad9979c8b2630a0',1,'llama::mapping::tree::toString(const Node< Identifier, Type, CountType > &node) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#a705349de02db8b49afb5ede52316112b',1,'llama::mapping::tree::toString(const Leaf< Identifier, Type, CountType > &leaf) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#a5503563f0cb04a716a430965e75ac4fe',1,'llama::mapping::tree::toString(T) -> std::string']]], + ['tostring_2ehpp_703',['toString.hpp',['../toString_8hpp.html',1,'']]], + ['total_704',['total',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html#a29406e7a1f3a5bb9ec97e048dbdd2450',1,'llama::mapping::FieldAccessCount::FieldHitsArray']]], + ['totalbytes_705',['TotalBytes',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html',1,'llama::mapping::FieldAccessCount::FieldHitsArray']]], + ['totalbytes_706',['totalBytes',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html#a91c7b2e9bc46487e336e887c55e80b76',1,'llama::mapping::FieldAccessCount::FieldHitsArray']]], + ['totalread_707',['totalRead',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html#a67aeb73244d5b034e6a7f90880b89d6f',1,'llama::mapping::FieldAccessCount::FieldHitsArray::TotalBytes']]], + ['totalwritten_708',['totalWritten',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html#afbde7175373f541c698e03ac6e591b81',1,'llama::mapping::FieldAccessCount::FieldHitsArray::TotalBytes']]], + ['transformblobs_709',['transformBlobs',['../namespacellama.html#a188282c298c3e709ff8727fafd31b24b',1,'llama']]], + ['transformleaves_710',['TransformLeaves',['../namespacellama.html#a825425dc4761ab3b27c3ec6d42876f32',1,'llama']]], + ['transformleaveswithcoord_711',['TransformLeavesWithCoord',['../namespacellama.html#aaee3ebd8a4ac86fffc2c6e5cc1a3ac71',1,'llama']]], + ['transformleaveswithcoordimpl_712',['TransformLeavesWithCoordImpl',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl.html',1,'llama::internal']]], + ['transformleaveswithcoordimpl_3c_20recordcoord_3c_20is_2e_2e_2e_20_3e_2c_20child_5bn_5d_2c_20typefunctor_20_3e_713',['TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html',1,'llama::internal']]], + ['transformleaveswithcoordimpl_3c_20recordcoord_3c_20is_2e_2e_2e_20_3e_2c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20typefunctor_20_3e_714',['TransformLeavesWithCoordImpl< RecordCoord< Is... >, Record< Fields... >, TypeFunctor >',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html',1,'llama::internal']]], + ['treeafterop_715',['treeAfterOp',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a380858e498f09dcf4aa8e04db2fb1b1e',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >']]], + ['treecoord_716',['TreeCoord',['../namespacellama_1_1mapping_1_1tree.html#a8cfac6c9a829981805009c577975f508',1,'llama::mapping::tree']]], + ['treecoordelement_717',['TreeCoordElement',['../structllama_1_1mapping_1_1tree_1_1TreeCoordElement.html',1,'llama::mapping::tree']]], + ['treecoordtostring_718',['treeCoordToString',['../namespacellama_1_1mapping_1_1tree.html#a5db1654176ea82f4ed22c4c247133dab',1,'llama::mapping::tree::treeCoordToString()'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a2c18fb59a758ab64477a2719ad0ce4bc',1,'llama::mapping::tree::internal::treeCoordToString()']]], + ['treefromdimensions_719',['TreeFromDimensions',['../namespacellama_1_1mapping_1_1tree.html#ad1ecec8e7fd7fc84ab0a83df9b680310',1,'llama::mapping::tree']]], + ['treefromdimensions_2ehpp_720',['TreeFromDimensions.hpp',['../TreeFromDimensions_8hpp.html',1,'']]], + ['treefromrecorddim_721',['TreeFromRecordDim',['../namespacellama_1_1mapping_1_1tree.html#aa2770ac2c1d1a9d930488072572cc47f',1,'llama::mapping::tree']]], + ['treefromrecorddimimpl_722',['TreeFromRecordDimImpl',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ab24406f0b8b84c41b373b9857ef0b917',1,'llama::mapping::tree::internal']]], + ['tuple_723',['Tuple',['../structllama_1_1Tuple.html',1,'llama::Tuple< Elements >'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a9a28d46d83be1114345e9f6a78e15fb4',1,'llama::Tuple< TFirstElement, RestElements... >::Tuple()=default'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a8452a23a029981d4ccdf46f62aafa08c',1,'llama::Tuple< TFirstElement, RestElements... >::Tuple(FirstElement first, RestElements... rest)'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#af201f5dcc588d6a34a3644918d937057',1,'llama::Tuple< TFirstElement, RestElements... >::Tuple(T &&firstArg, Ts &&... restArgs)'],['../namespacellama.html#a1604e8162498ff814c1b1efacd212e95',1,'llama::Tuple()']]], + ['tuple_2ehpp_724',['Tuple.hpp',['../Tuple_8hpp.html',1,'']]], + ['tuple_3c_20restelements_2e_2e_2e_20_3e_725',['Tuple< RestElements... >',['../structllama_1_1Tuple.html',1,'llama']]], + ['tuple_3c_20tfirstelement_2c_20restelements_2e_2e_2e_20_3e_726',['Tuple< TFirstElement, RestElements... >',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html',1,'llama']]], + ['tuple_5felement_3c_20i_2c_20const_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_727',['tuple_element< I, const llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20i_2c_20llama_3a_3aarray_3c_20t_2c_20n_20_3e_20_3e_728',['tuple_element< I, llama::Array< T, N > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20i_2c_20llama_3a_3aarrayextents_3c_20sizetype_2c_20sizes_2e_2e_2e_20_3e_20_3e_729',['tuple_element< I, llama::ArrayExtents< SizeType, Sizes... > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20i_2c_20llama_3a_3aarrayindex_3c_20v_2c_20n_20_3e_20_3e_730',['tuple_element< I, llama::ArrayIndex< V, N > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20i_2c_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_731',['tuple_element< I, llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20i_2c_20llama_3a_3atuple_3c_20elements_2e_2e_2e_20_3e_20_3e_732',['tuple_element< I, llama::Tuple< Elements... > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20llama_3a_3aarray_3c_20t_2c_20n_20_3e_20_3e_733',['tuple_size< llama::Array< T, N > >',['../structstd_1_1tuple__size_3_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20llama_3a_3aarrayextents_3c_20sizetype_2c_20sizes_2e_2e_2e_20_3e_20_3e_734',['tuple_size< llama::ArrayExtents< SizeType, Sizes... > >',['../structstd_1_1tuple__size_3_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20llama_3a_3aarrayindex_3c_20v_2c_20n_20_3e_20_3e_735',['tuple_size< llama::ArrayIndex< V, N > >',['../structstd_1_1tuple__size_3_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_736',['tuple_size< llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1tuple__size_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20llama_3a_3atuple_3c_20elements_2e_2e_2e_20_3e_20_3e_737',['tuple_size< llama::Tuple< Elements... > >',['../structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html',1,'std']]], + ['tuplecat_738',['tupleCat',['../namespacellama.html#a42df604d705148baf4262104f6541560',1,'llama']]], + ['tuplecatimpl_739',['tupleCatImpl',['../namespacellama_1_1internal.html#a8e5f24405a86c68d880af50c757603db',1,'llama::internal']]], + ['tupleleaf_740',['TupleLeaf',['../structllama_1_1internal_1_1TupleLeaf.html',1,'llama::internal::TupleLeaf< I, T, bool >'],['../structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html#a1ce104d37b7e3981d9c697894e839337',1,'llama::internal::TupleLeaf< I, T, true >::TupleLeaf()']]], + ['tupleleaf_3c_201_2bsizeof_2e_2e_2e_28restelements_29_2c_20tfirstelement_20_3e_741',['TupleLeaf< 1+sizeof...(RestElements), TFirstElement >',['../structllama_1_1internal_1_1TupleLeaf.html',1,'llama::internal']]], + ['tupleleaf_3c_20i_2c_20t_2c_20true_20_3e_742',['TupleLeaf< I, T, true >',['../structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html',1,'llama::internal']]], + ['tuplereplace_743',['tupleReplace',['../namespacellama.html#af97abfc449e394428735699c5259f4a2',1,'llama']]], + ['tuplereplaceimpl_744',['tupleReplaceImpl',['../namespacellama_1_1internal.html#a0f59f4bacbf256e86e1a9e06dde25492',1,'llama::internal']]], + ['tupletransform_745',['tupleTransform',['../namespacellama.html#aba450a02d1e534f8cea4073bf6fda830',1,'llama']]], + ['tupletransformhelper_746',['tupleTransformHelper',['../namespacellama_1_1internal.html#a76aaf566f3c6233df18940831d184aa9',1,'llama::internal']]], + ['type_747',['type',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#ae02b243b42a1e2a745257ef641e16784',1,'llama::internal::LeafRecordCoordsImpl< T, RecordCoord< RCs... > >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html#ab58302406179f5fe72d1c568fcc3fc2f',1,'std::tuple_element< I, llama::Tuple< Elements... > >::type()'],['../structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4.html#aad8e679ca5aac1ab6f4e53fdafd4832c',1,'llama::internal::SimdizeNImpl< RecordDim, 1, MakeSizedSimd >::type()'],['../structllama_1_1internal_1_1SimdizeNImpl.html#a8fb953ff53fc597d4d0b5d3addea74c3',1,'llama::internal::SimdizeNImpl::type()'],['../structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html#abbb08411487afd6b7379bd4159d691e3',1,'std::tuple_element< I, const llama::RecordRef< View, BoundRecordCoord, OwnView > >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html#af01b88e4dc8f8a283799530db8a1e538',1,'std::tuple_element< I, llama::RecordRef< View, BoundRecordCoord, OwnView > >::type()'],['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html#a6b6d6955108e63ee5eb8056737692389',1,'llama::internal::ReferenceTo< T, std::enable_if_t< isProxyReference< T > > >::type()'],['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_8c16ab8a221dc30e1372285c3494e8f7.html#a6341b1e5bb86c7c2e9ed0764d5331194',1,'llama::internal::ReferenceTo< T, std::enable_if_t< isRecordRef< T > &&!isOne< T > > >::type()'],['../structllama_1_1internal_1_1ReferenceTo.html#ada604b3cf98a10c75ed2c94f08896443',1,'llama::internal::ReferenceTo::type()'],['../structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4.html#a2028c1ccc25c400d677b4213867fdd86',1,'llama::internal::ValueOf< T & >::type()'],['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html#a99c707da66f6e0e6dd2ee09d1c41cf3f',1,'llama::internal::ValueOf< T, std::enable_if_t< isProxyReference< T > > >::type()'],['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4.html#a7d727db59cc6f903bc617222329061f8',1,'llama::internal::ValueOf< T, std::enable_if_t< isRecordRef< T > > >::type()'],['../structllama_1_1internal_1_1ValueOf.html#ad8e53dc89d58866b1b90b809ca382a38',1,'llama::internal::ValueOf::type()'],['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4.html#ac176064cc265f25bc99b63501f3dc23d',1,'llama::internal::ReplacePlaceholdersImpl< E< Ts... >, Args... >::type()'],['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4.html#a7da518f2b868fbec807e54d4e2a94de9',1,'llama::internal::ReplacePlaceholdersImpl< mp_arg< I >, Args... >::type()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4.html#aa88be944b003761193d53998fd1da300',1,'llama::internal::GetTagsImpl< T, RecordCoord<> >::type()'],['../structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_01TailCoords_8_8_8_01_4_01_4.html#ab9c3a8dc49e6eabb5dff849b9710446c',1,'llama::internal::GetTypeImpl< ChildType[N], RecordCoord< HeadCoord, TailCoords... > >::type()'],['../structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html#a20d230f3fb7208ab88e3e55a73936293',1,'llama::internal::GetTypeImpl< Record< Children... >, RecordCoord< HeadCoord, TailCoords... > >::type()'],['../structllama_1_1internal_1_1GetTypeImpl.html#a0306d23b9f90a8eecb3155dc5bceea51',1,'llama::internal::GetTypeImpl::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorfe79fdbf9645e3871343e16a1c302dbb.html#a81ed3a25433318d1117b1d595f3eb3ac',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, RecordCoord< RCs... > >::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4.html#aa9ec4f749532d35c9f32a6dfa8486428',1,'llama::internal::GetCoordFromTagsImpl< RecordDim, RecordCoord >::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Rea82f6370a44084538dfd07ee1f739c70.html#af8ccb0169d45233b03bee608f3ba266b',1,'llama::internal::GetCoordFromTagsImpl< ChildType[Count], RecordCoord< ResultCoords... >, FirstTag, Tags... >::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html#ad70d55152fed64d1733912813f8bc7e8',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >::type()'],['../structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4.html#a650a81512a8126a08af236327452e5d8',1,'llama::internal::GetTagImpl< RecordDim, RecordCoord<> >::type()'],['../structllama_1_1internal_1_1GetTagImpl.html#a2d8b0d388554046b6b9ff99337212b39',1,'llama::internal::GetTagImpl::type()'],['../structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4.html#a3a184387bd7b3fea126f63eaa55679a9',1,'llama::internal::mp_unwrap_values_into_impl< FromList< Values... >, ToList >::type()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html#a29933e2fc0b4e02b4c7eff74ccf4d355',1,'llama::internal::GetTagsImpl< ChildType[Count], RecordCoord< FirstCoord, Coords... > >::type()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#af6e4ab8487052df503ddd08faa1d04cc',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html#ad5fb64a3dc9dff92570e6ff46117ea4b',1,'std::tuple_element< I, llama::ArrayExtents< SizeType, Sizes... > >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html#a2f689961f173eaf8e46610264e779fd5',1,'std::tuple_element< I, llama::ArrayIndex< V, N > >::type()'],['../structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4.html#af01748b74f84154118d66fcc855ea37f',1,'llama::internal::IndexTypeFromArgs< Default, FirstInt, Ints... >::type()'],['../structllama_1_1internal_1_1IndexTypeFromArgs.html#ad020fa4195b4fc83a8a2a69ab44f7b39',1,'llama::internal::IndexTypeFromArgs::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html#a9eb4aa91a7a1ef27eb5060719269e93b',1,'std::tuple_element< I, llama::Array< T, N > >::type()']]], + ['type_748',['Type',['../structllama_1_1mapping_1_1tree_1_1Leaf.html#a2c6625d5d7d4e237e401d5d25df35e8a',1,'llama::mapping::tree::Leaf']]], + ['type_749',['type',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a9a6d2e2e78a46b2a9901de35280a32a9',1,'llama::internal::LeafRecordCoordsImpl< Record< Fields... >, RecordCoord< RCs... > >::type()'],['../structllama_1_1internal_1_1ReplacePlaceholdersImpl.html#ad26987a1d0a3196b9f2c60f92dc08db1',1,'llama::internal::ReplacePlaceholdersImpl::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4.html#a71cabb03bccb7713d6470d549b15a836',1,'llama::mapping::tree::internal::WrapInNNodes< Leaf, 0 >::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes.html#a27f930dc18888ea0a1e5917b5eb47a62',1,'llama::mapping::tree::internal::WrapInNNodes::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html#aaab9523b8d90c8f9d4a360590939440e',1,'llama::mapping::tree::internal::CreateTreeElement< Tag, ChildType[Count], CountType >::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_8_8_8_01_4_00_01CountType_01_4.html#a166a11a91963d8262fe470f710abf407',1,'llama::mapping::tree::internal::CreateTreeElement< Tag, Record< Fields... >, CountType >::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement.html#ad42f5ce7a61ccadf4865031ebeb331ac',1,'llama::mapping::tree::internal::CreateTreeElement::type()'],['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html#a6ae0875971c97bfa21cfba027b8e4347',1,'llama::mapping::internal::ReplaceTagListsByCoords< RecordDim, mp_list< Args... > >::type()'],['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a2c814eb0b34b2bb8eb0af9687279b611',1,'llama::mapping::internal::ReplaceTagListsByCoords< RecordDim, RecordCoord< RCs... > >::type()'],['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a6129165ebc31902aef1c48b468ddef24',1,'llama::mapping::internal::PartitionFoldOpImpl::type()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html#adc93b9b415181ff2af49e004b2fbefd2',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >::type()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html#a36e9044e627d5a879413adf4950abe50',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Record< Fields... >, TypeFunctor >::type()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl.html#ad0d1d15280c8fdd3a0f39fb71f7f9aa5',1,'llama::internal::TransformLeavesWithCoordImpl::type()'],['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4.html#a9669063dc1b66a99126cf9dabad4068f',1,'llama::internal::FlattenRecordDimImpl< Child[N]>::type()'],['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4.html#adce0e20f2dbf53325962269bc0d321e2',1,'llama::internal::FlattenRecordDimImpl< Record< Fields... > >::type()'],['../structllama_1_1internal_1_1FlattenRecordDimImpl.html#abf81f10f5d6076d1caedee436f9894ea',1,'llama::internal::FlattenRecordDimImpl::type()'],['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a7016562e5bb37ff5997b85bcaabef280',1,'llama::internal::LeafRecordCoordsImpl< Child[N], RecordCoord< RCs... > >::type()'],['../structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4.html#a474df5888cc1b6a4ef60cef1700126ea',1,'llama::internal::GetTypeImpl< T, RecordCoord<> >::type()']]], + ['typenameasarray_750',['typeNameAsArray',['../namespacellama_1_1internal.html#a64b252f2299cce03f8814269a0c25ca2',1,'llama::internal']]], + ['typenamestorage_751',['typeNameStorage',['../namespacellama_1_1internal.html#a52be59da116649206cd1d61b613ee680',1,'llama::internal']]] ]; diff --git a/search/all_13.js b/search/all_13.js index 001f7c28a6..48c249b34f 100644 --- a/search/all_13.js +++ b/search/all_13.js @@ -1,7 +1,7 @@ var searchData= [ - ['unaryfunctiontraits_750',['UnaryFunctionTraits',['../structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits.html',1,'llama::mapping::internal']]], - ['unaryfunctiontraits_3c_20ret_28_2a_29_28arg_29_3e_751',['UnaryFunctionTraits< Ret(*)(Arg)>',['../structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html',1,'llama::mapping::internal']]], - ['uniqueptr_752',['UniquePtr',['../structllama_1_1bloballoc_1_1UniquePtr.html',1,'llama::bloballoc']]], - ['unit_753',['unit',['../structllama_1_1PrettySize.html#a8339a9f5c9eed61215e4156ba447e120',1,'llama::PrettySize']]] + ['unaryfunctiontraits_752',['UnaryFunctionTraits',['../structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits.html',1,'llama::mapping::internal']]], + ['unaryfunctiontraits_3c_20ret_28_2a_29_28arg_29_3e_753',['UnaryFunctionTraits< Ret(*)(Arg)>',['../structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html',1,'llama::mapping::internal']]], + ['uniqueptr_754',['UniquePtr',['../structllama_1_1bloballoc_1_1UniquePtr.html',1,'llama::bloballoc']]], + ['unit_755',['unit',['../structllama_1_1PrettySize.html#a8339a9f5c9eed61215e4156ba447e120',1,'llama::PrettySize']]] ]; diff --git a/search/all_14.js b/search/all_14.js index c43005fc83..d912188910 100644 --- a/search/all_14.js +++ b/search/all_14.js @@ -1,19 +1,19 @@ var searchData= [ - ['val_754',['val',['../structllama_1_1internal_1_1TupleLeaf.html#a6ce17c33f3fd0f2ba7a55a65399f9c8e',1,'llama::internal::TupleLeaf']]], - ['value_755',['value',['../structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html#a25fcf83a36ba813959d80613f75b5426',1,'llama::internal::TupleLeaf< I, T, true >::value()'],['../structllama_1_1internal_1_1TupleLeaf.html#a8612fa4f5095feea838e70127db41f7b',1,'llama::internal::TupleLeaf::value() const -> const T &'],['../structllama_1_1internal_1_1TupleLeaf.html#ae659216968dce9e6fa3cc32ad4980e28',1,'llama::internal::TupleLeaf::value() -> T &'],['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html#adae9b0544944885cb10a5b6894bfb309',1,'llama::internal::BoxedValue< Constant< V >, I >::value()'],['../structllama_1_1internal_1_1BoxedValue.html#a7a292b38343b52e1f26ced153584637f',1,'llama::internal::BoxedValue::value()'],['../structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html#abfb585e14c073fe0440706749d845b00',1,'std::tuple_size< llama::Tuple< Elements... > >::value()'],['../structllama_1_1internal_1_1IndirectValue.html#ad601ad026ea76ce27b606c3db2a4fe2d',1,'llama::internal::IndirectValue::value()'],['../structllama_1_1internal_1_1FindFieldByTag.html#a964e29b3da33f2d920333980e08b7649',1,'llama::internal::FindFieldByTag::value()']]], - ['value_5ftype_756',['value_type',['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a7b74b5f2d25f6b3837db0c6716e62405',1,'llama::accessor::Locked::Reference::value_type()'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#ad397146d87434a6114bb15a88644b3bf',1,'llama::mapping::Bytesplit::Reference::value_type()'],['../structllama_1_1Array.html#a0774edd854887549deb6cd3b7c606af8',1,'llama::Array::value_type()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a1efa9138d873ccd7ea49c2d60b8f1bde',1,'llama::Array< T, 0 >::value_type()'],['../structllama_1_1ArrayExtents.html#a26ddad4db80efe93143b86c766b9a69f',1,'llama::ArrayExtents::value_type()'],['../structllama_1_1ArrayExtents_3_01T_01_4.html#a7de763d8b77488924f1e795d98ca4efb',1,'llama::ArrayExtents< T >::value_type()'],['../structllama_1_1ArrayIndexIterator.html#a5c5098e0a5fd6680c3e58d5bdb11aa1d',1,'llama::ArrayIndexIterator::value_type()'],['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a5c4611d39117e5bef57bf756e5e80a1b',1,'llama::bloballoc::AlignedAllocator::value_type()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#a6989407b653803cd0be400b5b3657637',1,'llama::mapping::internal::BitPackedFloatRef::value_type()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#a178084eb4cbc2817aedbfd9764df8e8c',1,'llama::mapping::internal::BitPackedIntRef::value_type()'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a9aff77012565388f68c699781429be7a',1,'llama::accessor::Const::Reference::value_type()'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#af712ac07cbe341f21932df326ef848e5',1,'llama::mapping::internal::FieldAccessCountReference::value_type()'],['../structllama_1_1mapping_1_1internal_1_1NullReference.html#a99a9f1b8d254b905ab6f1a352057269d',1,'llama::mapping::internal::NullReference::value_type()'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a763b0a94596745a761c4e97034a20728',1,'llama::mapping::internal::ProjectionReference::value_type()'],['../structllama_1_1ScopedUpdate.html#ae7336c504188b28816e6c5d2ab0b5c19',1,'llama::ScopedUpdate::value_type()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#af90550b40b6998e6a0587ba3975b7be2',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::value_type()'],['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#accbc47bce8d7ceb1594f41c9f3d7648e',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >::value_type()'],['../structllama_1_1Vector.html#a67955fe1bcd5a0ef79854df41d86cfcf',1,'llama::Vector::value_type()'],['../structllama_1_1Iterator.html#a9c90d997ce6c6ef17fb23b3aa0907bf4',1,'llama::Iterator::value_type()']]], - ['valueof_757',['ValueOf',['../structllama_1_1internal_1_1ValueOf.html',1,'llama::internal']]], - ['valueof_3c_20reference_20_3e_758',['ValueOf< Reference >',['../structllama_1_1internal_1_1ValueOf.html',1,'llama::internal']]], - ['valueof_3c_20t_20_26_20_3e_759',['ValueOf< T & >',['../structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4.html',1,'llama::internal']]], - ['valueof_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isproxyreference_3c_20t_20_3e_20_3e_20_3e_760',['ValueOf< T, std::enable_if_t< isProxyReference< T > > >',['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html',1,'llama::internal']]], - ['valueof_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isrecordref_3c_20t_20_3e_20_3e_20_3e_761',['ValueOf< T, std::enable_if_t< isRecordRef< T > > >',['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4.html',1,'llama::internal']]], - ['vd_762',['vd',['../structllama_1_1RecordRef_1_1Loader.html#a3fbaeb4addcd0e1cac9df74d5e49bbf3',1,'llama::RecordRef::Loader::vd()'],['../structllama_1_1RecordRef_1_1LoaderConst.html#af4d6e3db8606933fb111f22029d388f2',1,'llama::RecordRef::LoaderConst::vd()']]], - ['vector_763',['Vector',['../structllama_1_1bloballoc_1_1Vector.html',1,'llama::bloballoc::Vector'],['../structllama_1_1Vector.html',1,'llama::Vector< Mapping >'],['../structllama_1_1Vector.html#afd58f2dc60ac5b37dff5c0f538e90504',1,'llama::Vector::Vector(Vector &&other) noexcept'],['../structllama_1_1Vector.html#aec188ca107a1acab83c6e80f2e23ecc4',1,'llama::Vector::Vector(const Vector &other)=default'],['../structllama_1_1Vector.html#af72a80392c4fbaaa7b6525f2088533b0',1,'llama::Vector::Vector()=default'],['../structllama_1_1Vector.html#a09fdc8a87af7737c207af92643f37cee',1,'llama::Vector::Vector(size_type count, const RecordRef &value={})'],['../structllama_1_1Vector.html#a49dbe6f358e92ca8a4ce73cac19376a1',1,'llama::Vector::Vector(Iterator first, Iterator last)']]], - ['vector_2ehpp_764',['Vector.hpp',['../Vector_8hpp.html',1,'']]], - ['vhbits_765',['VHBits',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#ad35666ded6cb3e27ae5ed4e8fcb88a8e',1,'llama::mapping::internal::BitPackedIntCommon::VHBits()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a7de3f59fbe4900973609d003707039a2',1,'llama::mapping::BitPackedIntSoA::VHBits()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a9e4008194e30cbdf45f0908861c6524c',1,'llama::mapping::BitPackedIntAoS::VHBits()']]], - ['view_766',['View',['../structllama_1_1View.html',1,'llama::View< TMapping, TBlobType, TAccessor >'],['../structllama_1_1RecordRef.html#ac9965a14a4632a3ac4d2ea35e722dca9',1,'llama::RecordRef::View()'],['../structllama_1_1View.html#aa827a9b348f8608d209b74065c33fea9',1,'llama::View::View()=default'],['../structllama_1_1View.html#a22cd26331c3909ad6f0c5286496b4177',1,'llama::View::View(Mapping mapping, Array< BlobType, Mapping::blobCount > blobs={}, Accessor accessor={})']]], - ['view_767',['view',['../structllama_1_1Iterator.html#a6d5bad87b068fd6786c1c8828bb3367f',1,'llama::Iterator']]], - ['view_2ehpp_768',['View.hpp',['../View_8hpp.html',1,'']]], - ['viewtype_769',['ViewType',['../structllama_1_1Vector.html#af3bb6141fb09a14f15976d8a2f57e3bc',1,'llama::Vector']]] + ['val_756',['val',['../structllama_1_1internal_1_1TupleLeaf.html#a6ce17c33f3fd0f2ba7a55a65399f9c8e',1,'llama::internal::TupleLeaf']]], + ['value_757',['value',['../structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html#a25fcf83a36ba813959d80613f75b5426',1,'llama::internal::TupleLeaf< I, T, true >::value()'],['../structllama_1_1internal_1_1TupleLeaf.html#a8612fa4f5095feea838e70127db41f7b',1,'llama::internal::TupleLeaf::value() const -> const T &'],['../structllama_1_1internal_1_1TupleLeaf.html#ae659216968dce9e6fa3cc32ad4980e28',1,'llama::internal::TupleLeaf::value() -> T &'],['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html#adae9b0544944885cb10a5b6894bfb309',1,'llama::internal::BoxedValue< Constant< V >, I >::value()'],['../structllama_1_1internal_1_1BoxedValue.html#a7a292b38343b52e1f26ced153584637f',1,'llama::internal::BoxedValue::value()'],['../structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html#abfb585e14c073fe0440706749d845b00',1,'std::tuple_size< llama::Tuple< Elements... > >::value()'],['../structllama_1_1internal_1_1IndirectValue.html#ad601ad026ea76ce27b606c3db2a4fe2d',1,'llama::internal::IndirectValue::value()'],['../structllama_1_1internal_1_1FindFieldByTag.html#a964e29b3da33f2d920333980e08b7649',1,'llama::internal::FindFieldByTag::value()']]], + ['value_5ftype_758',['value_type',['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a7b74b5f2d25f6b3837db0c6716e62405',1,'llama::accessor::Locked::Reference::value_type()'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#ad397146d87434a6114bb15a88644b3bf',1,'llama::mapping::Bytesplit::Reference::value_type()'],['../structllama_1_1Array.html#a0774edd854887549deb6cd3b7c606af8',1,'llama::Array::value_type()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a1efa9138d873ccd7ea49c2d60b8f1bde',1,'llama::Array< T, 0 >::value_type()'],['../structllama_1_1ArrayExtents.html#a26ddad4db80efe93143b86c766b9a69f',1,'llama::ArrayExtents::value_type()'],['../structllama_1_1ArrayExtents_3_01T_01_4.html#a7de763d8b77488924f1e795d98ca4efb',1,'llama::ArrayExtents< T >::value_type()'],['../structllama_1_1ArrayIndexIterator.html#a5c5098e0a5fd6680c3e58d5bdb11aa1d',1,'llama::ArrayIndexIterator::value_type()'],['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a5c4611d39117e5bef57bf756e5e80a1b',1,'llama::bloballoc::AlignedAllocator::value_type()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#a6989407b653803cd0be400b5b3657637',1,'llama::mapping::internal::BitPackedFloatRef::value_type()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#a178084eb4cbc2817aedbfd9764df8e8c',1,'llama::mapping::internal::BitPackedIntRef::value_type()'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a9aff77012565388f68c699781429be7a',1,'llama::accessor::Const::Reference::value_type()'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#af712ac07cbe341f21932df326ef848e5',1,'llama::mapping::internal::FieldAccessCountReference::value_type()'],['../structllama_1_1mapping_1_1internal_1_1NullReference.html#a99a9f1b8d254b905ab6f1a352057269d',1,'llama::mapping::internal::NullReference::value_type()'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a763b0a94596745a761c4e97034a20728',1,'llama::mapping::internal::ProjectionReference::value_type()'],['../structllama_1_1ScopedUpdate.html#ae7336c504188b28816e6c5d2ab0b5c19',1,'llama::ScopedUpdate::value_type()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#af90550b40b6998e6a0587ba3975b7be2',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::value_type()'],['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#accbc47bce8d7ceb1594f41c9f3d7648e',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >::value_type()'],['../structllama_1_1Vector.html#a67955fe1bcd5a0ef79854df41d86cfcf',1,'llama::Vector::value_type()'],['../structllama_1_1Iterator.html#a9c90d997ce6c6ef17fb23b3aa0907bf4',1,'llama::Iterator::value_type()']]], + ['valueof_759',['ValueOf',['../structllama_1_1internal_1_1ValueOf.html',1,'llama::internal']]], + ['valueof_3c_20reference_20_3e_760',['ValueOf< Reference >',['../structllama_1_1internal_1_1ValueOf.html',1,'llama::internal']]], + ['valueof_3c_20t_20_26_20_3e_761',['ValueOf< T & >',['../structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4.html',1,'llama::internal']]], + ['valueof_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isproxyreference_3c_20t_20_3e_20_3e_20_3e_762',['ValueOf< T, std::enable_if_t< isProxyReference< T > > >',['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html',1,'llama::internal']]], + ['valueof_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isrecordref_3c_20t_20_3e_20_3e_20_3e_763',['ValueOf< T, std::enable_if_t< isRecordRef< T > > >',['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4.html',1,'llama::internal']]], + ['vd_764',['vd',['../structllama_1_1RecordRef_1_1Loader.html#a3fbaeb4addcd0e1cac9df74d5e49bbf3',1,'llama::RecordRef::Loader::vd()'],['../structllama_1_1RecordRef_1_1LoaderConst.html#af4d6e3db8606933fb111f22029d388f2',1,'llama::RecordRef::LoaderConst::vd()']]], + ['vector_765',['Vector',['../structllama_1_1bloballoc_1_1Vector.html',1,'llama::bloballoc::Vector'],['../structllama_1_1Vector.html',1,'llama::Vector< Mapping >'],['../structllama_1_1Vector.html#afd58f2dc60ac5b37dff5c0f538e90504',1,'llama::Vector::Vector(Vector &&other) noexcept'],['../structllama_1_1Vector.html#aec188ca107a1acab83c6e80f2e23ecc4',1,'llama::Vector::Vector(const Vector &other)=default'],['../structllama_1_1Vector.html#af72a80392c4fbaaa7b6525f2088533b0',1,'llama::Vector::Vector()=default'],['../structllama_1_1Vector.html#a09fdc8a87af7737c207af92643f37cee',1,'llama::Vector::Vector(size_type count, const RecordRef &value={})'],['../structllama_1_1Vector.html#a49dbe6f358e92ca8a4ce73cac19376a1',1,'llama::Vector::Vector(Iterator first, Iterator last)']]], + ['vector_2ehpp_766',['Vector.hpp',['../Vector_8hpp.html',1,'']]], + ['vhbits_767',['VHBits',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#ad35666ded6cb3e27ae5ed4e8fcb88a8e',1,'llama::mapping::internal::BitPackedIntCommon::VHBits()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a7de3f59fbe4900973609d003707039a2',1,'llama::mapping::BitPackedIntSoA::VHBits()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a9e4008194e30cbdf45f0908861c6524c',1,'llama::mapping::BitPackedIntAoS::VHBits()']]], + ['view_768',['View',['../structllama_1_1View.html',1,'llama::View< TMapping, TBlobType, TAccessor >'],['../structllama_1_1RecordRef.html#ac9965a14a4632a3ac4d2ea35e722dca9',1,'llama::RecordRef::View()'],['../structllama_1_1View.html#aa827a9b348f8608d209b74065c33fea9',1,'llama::View::View()=default'],['../structllama_1_1View.html#a22cd26331c3909ad6f0c5286496b4177',1,'llama::View::View(Mapping mapping, Array< BlobType, Mapping::blobCount > blobs={}, Accessor accessor={})']]], + ['view_769',['view',['../structllama_1_1Iterator.html#a6d5bad87b068fd6786c1c8828bb3367f',1,'llama::Iterator']]], + ['view_2ehpp_770',['View.hpp',['../View_8hpp.html',1,'']]], + ['viewtype_771',['ViewType',['../structllama_1_1Vector.html#af3bb6141fb09a14f15976d8a2f57e3bc',1,'llama::Vector']]] ]; diff --git a/search/all_15.js b/search/all_15.js index f2c50d0404..d983447191 100644 --- a/search/all_15.js +++ b/search/all_15.js @@ -1,10 +1,10 @@ var searchData= [ - ['withaccessor_770',['withAccessor',['../namespacellama.html#a66091f10efa162f8e81cd6081ff155bf',1,'llama']]], - ['withmapping_771',['withMapping',['../namespacellama.html#a8bfcf783207896246153d05625310971',1,'llama']]], - ['wrapinnnodes_772',['WrapInNNodes',['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes.html',1,'llama::mapping::tree::internal']]], - ['wrapinnnodes_3c_20leaf_2c_200_20_3e_773',['WrapInNNodes< Leaf, 0 >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4.html',1,'llama::mapping::tree::internal']]], - ['writegnuplotdatafileascii_774',['writeGnuplotDataFileAscii',['../structllama_1_1mapping_1_1Heatmap.html#a7228b39457a0ff5b656f368e956ffa62',1,'llama::mapping::Heatmap']]], - ['writegnuplotdatafilebinary_775',['writeGnuplotDataFileBinary',['../structllama_1_1mapping_1_1Heatmap.html#a84b3989ab82a9fd9349090825bdede8a',1,'llama::mapping::Heatmap']]], - ['writes_776',['writes',['../structllama_1_1mapping_1_1AccessCounts.html#aaaef9ac789ae6c8d8203b93eeb9d9800',1,'llama::mapping::AccessCounts']]] + ['withaccessor_772',['withAccessor',['../namespacellama.html#a66091f10efa162f8e81cd6081ff155bf',1,'llama']]], + ['withmapping_773',['withMapping',['../namespacellama.html#a8bfcf783207896246153d05625310971',1,'llama']]], + ['wrapinnnodes_774',['WrapInNNodes',['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes.html',1,'llama::mapping::tree::internal']]], + ['wrapinnnodes_3c_20leaf_2c_200_20_3e_775',['WrapInNNodes< Leaf, 0 >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4.html',1,'llama::mapping::tree::internal']]], + ['writegnuplotdatafileascii_776',['writeGnuplotDataFileAscii',['../structllama_1_1mapping_1_1Heatmap.html#a7228b39457a0ff5b656f368e956ffa62',1,'llama::mapping::Heatmap']]], + ['writegnuplotdatafilebinary_777',['writeGnuplotDataFileBinary',['../structllama_1_1mapping_1_1Heatmap.html#a84b3989ab82a9fd9349090825bdede8a',1,'llama::mapping::Heatmap']]], + ['writes_778',['writes',['../structllama_1_1mapping_1_1AccessCounts.html#aaaef9ac789ae6c8d8203b93eeb9d9800',1,'llama::mapping::AccessCounts']]] ]; diff --git a/search/all_16.js b/search/all_16.js index 23ed5ed5e7..99c4fce8f2 100644 --- a/search/all_16.js +++ b/search/all_16.js @@ -1,7 +1,7 @@ var searchData= [ - ['_7efieldaccesscountreference_777',['~FieldAccessCountReference',['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#ae97eb28f567686f9a70d919f83b98e90',1,'llama::mapping::internal::FieldAccessCountReference']]], - ['_7erecordref_778',['~RecordRef',['../structllama_1_1RecordRef.html#aaa6addefc32ffeb87ab1149d7a58c166',1,'llama::RecordRef']]], - ['_7escopedupdate_779',['~ScopedUpdate',['../structllama_1_1ScopedUpdate.html#a029b104aea23cf590774d8dda65aa63e',1,'llama::ScopedUpdate::~ScopedUpdate()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a49d666f2cf7b4fa09c55b8b225a3c26e',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::~ScopedUpdate()']]], - ['_7evector_780',['~Vector',['../structllama_1_1Vector.html#aae0e4b5751d0f1743011f6f1372d3f50',1,'llama::Vector']]] + ['_7efieldaccesscountreference_779',['~FieldAccessCountReference',['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#ae97eb28f567686f9a70d919f83b98e90',1,'llama::mapping::internal::FieldAccessCountReference']]], + ['_7erecordref_780',['~RecordRef',['../structllama_1_1RecordRef.html#aaa6addefc32ffeb87ab1149d7a58c166',1,'llama::RecordRef']]], + ['_7escopedupdate_781',['~ScopedUpdate',['../structllama_1_1ScopedUpdate.html#a029b104aea23cf590774d8dda65aa63e',1,'llama::ScopedUpdate::~ScopedUpdate()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a49d666f2cf7b4fa09c55b8b225a3c26e',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::~ScopedUpdate()']]], + ['_7evector_782',['~Vector',['../structllama_1_1Vector.html#aae0e4b5751d0f1743011f6f1372d3f50',1,'llama::Vector']]] ]; diff --git a/search/all_2.js b/search/all_2.js index e534a1bc03..c8f706631d 100644 --- a/search/all_2.js +++ b/search/all_2.js @@ -1,53 +1,55 @@ var searchData= [ - ['can_5fuse_5franges_123',['CAN_USE_RANGES',['../macros_8hpp.html#a46ce794a2a02ddc4a84b9119b5f66ab8',1,'macros.hpp']]], - ['capacity_124',['capacity',['../structllama_1_1Vector.html#ac5b690eabe2e33ed5dbc92e2f01832ae',1,'llama::Vector']]], - ['cat_125',['Cat',['../namespacellama.html#aca92a835e40a98002ba3b05c050d00cf',1,'llama']]], - ['cat_126',['cat',['../namespacellama.html#a42cdd926d98388052f028ab19c94b649',1,'llama']]], - ['cbegin_127',['cbegin',['../structllama_1_1Vector.html#ac4ffac914906e5f4e585924f405c82ec',1,'llama::Vector::cbegin() const -> decltype(auto)'],['../structllama_1_1Vector.html#a80a45f6abdbe5474ba64bf74dddc7cc5',1,'llama::Vector::cbegin() -> decltype(auto)']]], - ['cend_128',['cend',['../structllama_1_1Vector.html#a6c8f7ba8b84bb9f3baa853626f7b2c09',1,'llama::Vector::cend() const -> decltype(auto)'],['../structllama_1_1Vector.html#ac69bf7c27634524c18ef47b78a2705b4',1,'llama::Vector::cend() -> decltype(auto)']]], - ['changenodechildsruntime_129',['changeNodeChildsRuntime',['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#a4c09293054538c57ff6c607b46d2ff5c',1,'llama::mapping::tree::functor::internal::changeNodeChildsRuntime(const Leaf< Identifier, Type, CountType > &tree, std::size_t)'],['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#a4577e18c9fe3f05ab7f82ea802b62e5d',1,'llama::mapping::tree::functor::internal::changeNodeChildsRuntime(const Node< Identifier, Type, CountType > &tree, std::size_t newValue)']]], - ['changenodechildsruntimefunctor_130',['ChangeNodeChildsRuntimeFunctor',['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html',1,'llama::mapping::tree::functor::internal']]], - ['changenoderuntime_131',['changeNodeRuntime',['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#ac34cb45840a388e6759308c38c0c067c',1,'llama::mapping::tree::functor::internal::changeNodeRuntime(const Node< Identifier, Type, CountType > &tree, std::size_t newValue)'],['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#aacecbea2fac0422eb2475de65ff985db',1,'llama::mapping::tree::functor::internal::changeNodeRuntime(const Leaf< Identifier, Type, CountType > &, std::size_t newValue)']]], - ['changetype_132',['ChangeType',['../structllama_1_1mapping_1_1ChangeType.html',1,'llama::mapping']]], - ['changetype_2ehpp_133',['ChangeType.hpp',['../ChangeType_8hpp.html',1,'']]], - ['changetypeprojection_134',['ChangeTypeProjection',['../structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html',1,'llama::mapping::internal']]], - ['childindex_135',['childIndex',['../structllama_1_1mapping_1_1tree_1_1TreeCoordElement.html#af940beddea3456e8099b5d5665e74bde',1,'llama::mapping::tree::TreeCoordElement']]], - ['childrentuple_136',['ChildrenTuple',['../structllama_1_1mapping_1_1tree_1_1Node.html#aaa1ae6a0d2bbc04c49fa589a1dcdf214',1,'llama::mapping::tree::Node']]], - ['childs_137',['childs',['../structllama_1_1mapping_1_1tree_1_1Node.html#a919033bfb2bdd7aa2ec5f86b6ea4afb9',1,'llama::mapping::tree::Node']]], - ['childtag_138',['ChildTag',['../structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html#aa812e22aa085b357557bb52fdf3023a9',1,'llama::internal::GetTagsImpl< ChildType[Count], RecordCoord< FirstCoord, Coords... > >::ChildTag()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#a9c7167cf08f4223bd26c58f5673f8a72',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >::ChildTag()']]], - ['childtype_139',['ChildType',['../structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html#a4f0efc5cc51905fdf85e2840db517516',1,'llama::internal::GetTypeImpl< Record< Children... >, RecordCoord< HeadCoord, TailCoords... > >::ChildType()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html#a6b98211f990f0d4dec6efa042c16c3c7',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >::ChildType()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#a5983bacdbded6a1b2f4dd691df440aeb',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >::ChildType()']]], - ['choosesimdlanes_140',['chooseSimdLanes',['../namespacellama.html#abb21e8bcb7c41613b7183a1beef1f600',1,'llama']]], - ['clear_141',['clear',['../structllama_1_1Vector.html#a88964c400aac2c24acb8840d4dbc3893',1,'llama::Vector']]], - ['common_2ehpp_142',['Common.hpp',['../Common_8hpp.html',1,'']]], - ['compute_143',['compute',['../structllama_1_1mapping_1_1Heatmap.html#a61de2bd56eb559805fbc861a7d6c99a7',1,'llama::mapping::Heatmap::compute()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a33c2ed2be790fac4d3ef7eff7ddf6510',1,'llama::mapping::FieldAccessCount::compute()'],['../structllama_1_1mapping_1_1Split.html#afe8a2ca79a26d15e0b36fe3867a9d8fd',1,'llama::mapping::Split::compute()'],['../structllama_1_1mapping_1_1Bytesplit.html#acea52b775d27aea28f2331ecdc6ee6ae',1,'llama::mapping::Bytesplit::compute()'],['../structllama_1_1mapping_1_1Null.html#a184defdf2c28b9f95768982f290237b7',1,'llama::mapping::Null::compute()'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a52893b528b8192ec4882f154ba01294f',1,'llama::mapping::PermuteArrayIndex::compute()'],['../structllama_1_1mapping_1_1Projection.html#a1cc3a5431bcb81a1475d502ecd25ae61',1,'llama::mapping::Projection::compute()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a85eb8d6fcc8604ff3654f62491a5832a',1,'llama::mapping::BitPackedIntSoA::compute()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a98bf6eccea8e898be9e6459910113a13',1,'llama::mapping::BitPackedFloatAoS::compute()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a3e970429c672e5d0c87fadf4ad045aae',1,'llama::mapping::BitPackedFloatSoA::compute()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a22e21162efd3d3ab88f48f13882d8d0b',1,'llama::mapping::BitPackedIntAoS::compute()']]], - ['concepts_2ehpp_144',['Concepts.hpp',['../Concepts_8hpp.html',1,'']]], - ['const_145',['Const',['../structllama_1_1accessor_1_1Const.html',1,'llama::accessor']]], - ['const_5fiterator_146',['const_iterator',['../structllama_1_1View.html#a97c3f6fda42ae88399100512db446234',1,'llama::View::const_iterator()'],['../structllama_1_1SubView.html#ad1c5cc054c145d0c5b154d5ef4661de5',1,'llama::SubView::const_iterator()']]], - ['constant_147',['Constant',['../namespacellama.html#a0af0304a902bcb5c5c90377ad751033a',1,'llama']]], - ['constexprcopy_148',['constexprCopy',['../namespacellama_1_1internal.html#a22e2af564cf52bab9f8d55c97aacd872',1,'llama::internal']]], - ['constexprcount_149',['constexprCount',['../namespacellama_1_1internal.html#a20951c25dfe873211d2ad75e21959ba8',1,'llama::internal']]], - ['constexprremovecopy_150',['constexprRemoveCopy',['../namespacellama_1_1internal.html#add45b9d3f0923821582c3bc9f7973087',1,'llama::internal']]], - ['constexprsearch_151',['constexprSearch',['../namespacellama_1_1internal.html#a06b6530184968dbd1019a24aee8edd9e',1,'llama::internal']]], - ['constructfield_152',['constructField',['../namespacellama.html#a0289e8c7f0657f29a2b02a1d37452493',1,'llama']]], - ['constructfields_153',['constructFields',['../namespacellama.html#af4c8d962f80ddc030f99b08479ecb083',1,'llama']]], - ['copy_154',['copy',['../namespacellama.html#ab67a5448cc031309dc1aa8580b7d4950',1,'llama']]], - ['copy_155',['Copy',['../structllama_1_1Copy.html',1,'llama']]], - ['copy_2ehpp_156',['Copy.hpp',['../Copy_8hpp.html',1,'']]], - ['copy_3c_20mapping_2c_20mapping_20_3e_157',['Copy< Mapping, Mapping >',['../structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4.html',1,'llama']]], - ['copy_3c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanessrc_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanesdst_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20lanessrc_20_21_3dlanesdst_20_3e_20_3e_158',['Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields >, std::enable_if_t< LanesSrc !=LanesDst > >',['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Linecca40af6cbfeabebd92c0340cc1055ba.html',1,'llama']]], - ['copy_3c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanessrc_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20mapping_3a_3asoa_3c_20arrayextents_2c_20recorddim_2c_20dstblobs_2c_20dstsubarrayalignment_2c_20linearizearrayindex_2c_20permutefields_20_3e_20_3e_159',['Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::SoA< ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields > >',['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line859743977e4e49efc57e47040098b4b8.html',1,'llama']]], - ['copy_3c_20mapping_3a_3asoa_3c_20arrayextents_2c_20recorddim_2c_20srcblobs_2c_20srcsubarrayalignment_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanesdst_2c_20linearizearrayindex_2c_20permutefields_20_3e_20_3e_160',['Copy< mapping::SoA< ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields > >',['../structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub712ac8967d7b9cd8f921b93e85e89274.html',1,'llama']]], - ['copyconst_161',['CopyConst',['../namespacellama.html#aa7d11eb31b39aeb9471429ced9d7a484',1,'llama']]], - ['copyrecord_162',['copyRecord',['../namespacellama.html#a4fca680f97ca52a42cd74519e6347395',1,'llama']]], - ['core_2ehpp_163',['Core.hpp',['../Core_8hpp.html',1,'']]], - ['count_164',['count',['../structllama_1_1mapping_1_1tree_1_1Node.html#aeb71ef45f26bd67ef74651c298ecb62f',1,'llama::mapping::tree::Node::count()'],['../structllama_1_1mapping_1_1tree_1_1Leaf.html#a8f026ec65877a5458ae92eb95678ca0f',1,'llama::mapping::tree::Leaf::count()']]], - ['countandidenttostring_165',['countAndIdentToString',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a0f5840fc793fb073e78d7801f57ec9e9',1,'llama::mapping::tree::internal']]], - ['counttype_166',['CountType',['../structllama_1_1mapping_1_1Heatmap.html#af6a30d2930a1dbdb549142ab6a5218de',1,'llama::mapping::Heatmap::CountType()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#abf11fd7084ed576acc6e0cfa3bff8de7',1,'llama::mapping::FieldAccessCount::CountType()']]], - ['createchildren_167',['createChildren',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html#ae551ba2c29a3b074c6ec0f646d826350',1,'llama::mapping::tree::internal::CreateTreeElement< Tag, ChildType[Count], CountType >']]], - ['createtree_168',['createTree',['../namespacellama_1_1mapping_1_1tree.html#adaaaf6bd620fdbc2042f2c1d68cd96ea',1,'llama::mapping::tree']]], - ['createtreecoord_169',['createTreeCoord',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ac1888103916dd5726db1e4f151c38b0d',1,'llama::mapping::tree::internal::createTreeCoord()'],['../namespacellama_1_1mapping_1_1tree.html#a2116f38159bee878ad9cfb2f0558cba2',1,'llama::mapping::tree::createTreeCoord()']]], - ['createtreeelement_170',['CreateTreeElement',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement.html',1,'llama::mapping::tree::internal']]], - ['createtreeelement_3c_20tag_2c_20childtype_5bcount_5d_2c_20counttype_20_3e_171',['CreateTreeElement< Tag, ChildType[Count], CountType >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html',1,'llama::mapping::tree::internal']]], - ['createtreeelement_3c_20tag_2c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20counttype_20_3e_172',['CreateTreeElement< Tag, Record< Fields... >, CountType >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_8_8_8_01_4_00_01CountType_01_4.html',1,'llama::mapping::tree::internal']]] + ['can_5fuse_5franges_122',['CAN_USE_RANGES',['../macros_8hpp.html#a46ce794a2a02ddc4a84b9119b5f66ab8',1,'macros.hpp']]], + ['capacity_123',['capacity',['../structllama_1_1Vector.html#ac5b690eabe2e33ed5dbc92e2f01832ae',1,'llama::Vector']]], + ['cat_124',['Cat',['../namespacellama.html#aca92a835e40a98002ba3b05c050d00cf',1,'llama']]], + ['cat_125',['cat',['../namespacellama.html#a42cdd926d98388052f028ab19c94b649',1,'llama']]], + ['cbegin_126',['cbegin',['../structllama_1_1Vector.html#ac4ffac914906e5f4e585924f405c82ec',1,'llama::Vector::cbegin() const -> decltype(auto)'],['../structllama_1_1Vector.html#a80a45f6abdbe5474ba64bf74dddc7cc5',1,'llama::Vector::cbegin() -> decltype(auto)']]], + ['cend_127',['cend',['../structllama_1_1Vector.html#a6c8f7ba8b84bb9f3baa853626f7b2c09',1,'llama::Vector::cend() const -> decltype(auto)'],['../structllama_1_1Vector.html#ac69bf7c27634524c18ef47b78a2705b4',1,'llama::Vector::cend() -> decltype(auto)']]], + ['changenodechildsruntime_128',['changeNodeChildsRuntime',['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#a4c09293054538c57ff6c607b46d2ff5c',1,'llama::mapping::tree::functor::internal::changeNodeChildsRuntime(const Leaf< Identifier, Type, CountType > &tree, std::size_t)'],['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#a4577e18c9fe3f05ab7f82ea802b62e5d',1,'llama::mapping::tree::functor::internal::changeNodeChildsRuntime(const Node< Identifier, Type, CountType > &tree, std::size_t newValue)']]], + ['changenodechildsruntimefunctor_129',['ChangeNodeChildsRuntimeFunctor',['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html',1,'llama::mapping::tree::functor::internal']]], + ['changenoderuntime_130',['changeNodeRuntime',['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#aacecbea2fac0422eb2475de65ff985db',1,'llama::mapping::tree::functor::internal::changeNodeRuntime(const Leaf< Identifier, Type, CountType > &, std::size_t newValue)'],['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#ac34cb45840a388e6759308c38c0c067c',1,'llama::mapping::tree::functor::internal::changeNodeRuntime(const Node< Identifier, Type, CountType > &tree, std::size_t newValue)']]], + ['changetype_131',['ChangeType',['../structllama_1_1mapping_1_1ChangeType.html',1,'llama::mapping']]], + ['changetype_2ehpp_132',['ChangeType.hpp',['../ChangeType_8hpp.html',1,'']]], + ['changetypeprojection_133',['ChangeTypeProjection',['../structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html',1,'llama::mapping::internal']]], + ['childindex_134',['childIndex',['../structllama_1_1mapping_1_1tree_1_1TreeCoordElement.html#af940beddea3456e8099b5d5665e74bde',1,'llama::mapping::tree::TreeCoordElement']]], + ['childrentuple_135',['ChildrenTuple',['../structllama_1_1mapping_1_1tree_1_1Node.html#aaa1ae6a0d2bbc04c49fa589a1dcdf214',1,'llama::mapping::tree::Node']]], + ['childs_136',['childs',['../structllama_1_1mapping_1_1tree_1_1Node.html#a919033bfb2bdd7aa2ec5f86b6ea4afb9',1,'llama::mapping::tree::Node']]], + ['childtag_137',['ChildTag',['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#a9c7167cf08f4223bd26c58f5673f8a72',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >::ChildTag()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html#aa812e22aa085b357557bb52fdf3023a9',1,'llama::internal::GetTagsImpl< ChildType[Count], RecordCoord< FirstCoord, Coords... > >::ChildTag()']]], + ['childtype_138',['ChildType',['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#a5983bacdbded6a1b2f4dd691df440aeb',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >::ChildType()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html#a6b98211f990f0d4dec6efa042c16c3c7',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >::ChildType()'],['../structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html#a4f0efc5cc51905fdf85e2840db517516',1,'llama::internal::GetTypeImpl< Record< Children... >, RecordCoord< HeadCoord, TailCoords... > >::ChildType()']]], + ['choosesimdlanes_139',['chooseSimdLanes',['../namespacellama.html#abb21e8bcb7c41613b7183a1beef1f600',1,'llama']]], + ['clear_140',['clear',['../structllama_1_1Vector.html#a88964c400aac2c24acb8840d4dbc3893',1,'llama::Vector']]], + ['common_2ehpp_141',['Common.hpp',['../Common_8hpp.html',1,'']]], + ['compute_142',['compute',['../structllama_1_1mapping_1_1Split.html#afe8a2ca79a26d15e0b36fe3867a9d8fd',1,'llama::mapping::Split::compute()'],['../structllama_1_1mapping_1_1Projection.html#a1cc3a5431bcb81a1475d502ecd25ae61',1,'llama::mapping::Projection::compute()'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a52893b528b8192ec4882f154ba01294f',1,'llama::mapping::PermuteArrayIndex::compute()'],['../structllama_1_1mapping_1_1Null.html#a184defdf2c28b9f95768982f290237b7',1,'llama::mapping::Null::compute()'],['../structllama_1_1mapping_1_1Heatmap.html#a61de2bd56eb559805fbc861a7d6c99a7',1,'llama::mapping::Heatmap::compute()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a33c2ed2be790fac4d3ef7eff7ddf6510',1,'llama::mapping::FieldAccessCount::compute()'],['../structllama_1_1mapping_1_1Bytesplit.html#acea52b775d27aea28f2331ecdc6ee6ae',1,'llama::mapping::Bytesplit::compute()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a85eb8d6fcc8604ff3654f62491a5832a',1,'llama::mapping::BitPackedIntSoA::compute()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a22e21162efd3d3ab88f48f13882d8d0b',1,'llama::mapping::BitPackedIntAoS::compute()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a3e970429c672e5d0c87fadf4ad045aae',1,'llama::mapping::BitPackedFloatSoA::compute()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a98bf6eccea8e898be9e6459910113a13',1,'llama::mapping::BitPackedFloatAoS::compute()']]], + ['concepts_2ehpp_143',['Concepts.hpp',['../Concepts_8hpp.html',1,'']]], + ['const_144',['Const',['../structllama_1_1accessor_1_1Const.html',1,'llama::accessor']]], + ['const_5fiterator_145',['const_iterator',['../structllama_1_1View.html#a97c3f6fda42ae88399100512db446234',1,'llama::View::const_iterator()'],['../structllama_1_1SubView.html#ad1c5cc054c145d0c5b154d5ef4661de5',1,'llama::SubView::const_iterator()']]], + ['constant_146',['Constant',['../namespacellama.html#a0af0304a902bcb5c5c90377ad751033a',1,'llama']]], + ['constexprcopy_147',['constexprCopy',['../namespacellama_1_1internal.html#a22e2af564cf52bab9f8d55c97aacd872',1,'llama::internal']]], + ['constexprcount_148',['constexprCount',['../namespacellama_1_1internal.html#a20951c25dfe873211d2ad75e21959ba8',1,'llama::internal']]], + ['constexprremovecopy_149',['constexprRemoveCopy',['../namespacellama_1_1internal.html#add45b9d3f0923821582c3bc9f7973087',1,'llama::internal']]], + ['constexprsearch_150',['constexprSearch',['../namespacellama_1_1internal.html#a06b6530184968dbd1019a24aee8edd9e',1,'llama::internal']]], + ['constructfield_151',['constructField',['../namespacellama.html#a0289e8c7f0657f29a2b02a1d37452493',1,'llama']]], + ['constructfields_152',['constructFields',['../namespacellama.html#af4c8d962f80ddc030f99b08479ecb083',1,'llama']]], + ['copy_153',['copy',['../namespacellama.html#ab67a5448cc031309dc1aa8580b7d4950',1,'llama']]], + ['copy_154',['Copy',['../structllama_1_1Copy.html',1,'llama']]], + ['copy_2ehpp_155',['Copy.hpp',['../Copy_8hpp.html',1,'']]], + ['copy_3c_20mapping_2c_20mapping_20_3e_156',['Copy< Mapping, Mapping >',['../structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4.html',1,'llama']]], + ['copy_3c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanessrc_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanesdst_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20lanessrc_20_21_3dlanesdst_20_3e_20_3e_157',['Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields >, std::enable_if_t< LanesSrc !=LanesDst > >',['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Linecca40af6cbfeabebd92c0340cc1055ba.html',1,'llama']]], + ['copy_3c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanessrc_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20mapping_3a_3asoa_3c_20arrayextents_2c_20recorddim_2c_20dstblobs_2c_20dstsubarrayalignment_2c_20linearizearrayindex_2c_20permutefields_20_3e_20_3e_158',['Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::SoA< ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields > >',['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line859743977e4e49efc57e47040098b4b8.html',1,'llama']]], + ['copy_3c_20mapping_3a_3asoa_3c_20arrayextents_2c_20recorddim_2c_20srcblobs_2c_20srcsubarrayalignment_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanesdst_2c_20linearizearrayindex_2c_20permutefields_20_3e_20_3e_159',['Copy< mapping::SoA< ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields > >',['../structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub712ac8967d7b9cd8f921b93e85e89274.html',1,'llama']]], + ['copyblobs_160',['copyBlobs',['../namespacellama.html#a2f41c329ce5acee2de376b6640afcbe8',1,'llama']]], + ['copyblobwithmemcpy_161',['copyBlobWithMemcpy',['../namespacellama_1_1internal.html#a1c6df394c66fe2b06db0c0ad6a5e7b12',1,'llama::internal']]], + ['copyconst_162',['CopyConst',['../namespacellama.html#aa7d11eb31b39aeb9471429ced9d7a484',1,'llama']]], + ['copyrecord_163',['copyRecord',['../namespacellama.html#a4fca680f97ca52a42cd74519e6347395',1,'llama']]], + ['core_2ehpp_164',['Core.hpp',['../Core_8hpp.html',1,'']]], + ['count_165',['count',['../structllama_1_1mapping_1_1tree_1_1Node.html#aeb71ef45f26bd67ef74651c298ecb62f',1,'llama::mapping::tree::Node::count()'],['../structllama_1_1mapping_1_1tree_1_1Leaf.html#a8f026ec65877a5458ae92eb95678ca0f',1,'llama::mapping::tree::Leaf::count()']]], + ['countandidenttostring_166',['countAndIdentToString',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a0f5840fc793fb073e78d7801f57ec9e9',1,'llama::mapping::tree::internal']]], + ['counttype_167',['CountType',['../structllama_1_1mapping_1_1Heatmap.html#af6a30d2930a1dbdb549142ab6a5218de',1,'llama::mapping::Heatmap::CountType()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#abf11fd7084ed576acc6e0cfa3bff8de7',1,'llama::mapping::FieldAccessCount::CountType()']]], + ['createchildren_168',['createChildren',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html#ae551ba2c29a3b074c6ec0f646d826350',1,'llama::mapping::tree::internal::CreateTreeElement< Tag, ChildType[Count], CountType >']]], + ['createtree_169',['createTree',['../namespacellama_1_1mapping_1_1tree.html#adaaaf6bd620fdbc2042f2c1d68cd96ea',1,'llama::mapping::tree']]], + ['createtreecoord_170',['createTreeCoord',['../namespacellama_1_1mapping_1_1tree.html#a2116f38159bee878ad9cfb2f0558cba2',1,'llama::mapping::tree::createTreeCoord()'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ac1888103916dd5726db1e4f151c38b0d',1,'llama::mapping::tree::internal::createTreeCoord(const ArrayIndex &ai, std::index_sequence< ADIndices... >, RecordCoord< FirstRecordCoord, RecordCoords... >)']]], + ['createtreeelement_171',['CreateTreeElement',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement.html',1,'llama::mapping::tree::internal']]], + ['createtreeelement_3c_20tag_2c_20childtype_5bcount_5d_2c_20counttype_20_3e_172',['CreateTreeElement< Tag, ChildType[Count], CountType >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html',1,'llama::mapping::tree::internal']]], + ['createtreeelement_3c_20tag_2c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20counttype_20_3e_173',['CreateTreeElement< Tag, Record< Fields... >, CountType >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_8_8_8_01_4_00_01CountType_01_4.html',1,'llama::mapping::tree::internal']]] ]; diff --git a/search/all_3.js b/search/all_3.js index ddb68ed565..ba845eed9a 100644 --- a/search/all_3.js +++ b/search/all_3.js @@ -1,18 +1,18 @@ var searchData= [ - ['data_173',['data',['../structllama_1_1Array.html#aac212f44b09bef91a0a44f39abb2377a',1,'llama::Array::data() -> T *'],['../structllama_1_1Array.html#ac712290289d93eb6736d03579f846cc6',1,'llama::Array::data() const -> const T *'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a62c079f22672a7b042bc5694d11e1e8e',1,'llama::Array< T, 0 >::data() -> T *'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a23b81ef26990eb569e6de47fdcce7e7f',1,'llama::Array< T, 0 >::data() const -> const T *']]], - ['deallocate_174',['deallocate',['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a39814021953be3e8253913bd53e34ac3',1,'llama::bloballoc::AlignedAllocator']]], - ['decaycopy_175',['decayCopy',['../namespacellama.html#a0f8572ce32d64cda19cb705d78247bed',1,'llama']]], - ['default_176',['Default',['../structllama_1_1accessor_1_1Default.html',1,'llama::accessor']]], - ['dependentfalse_177',['dependentFalse',['../namespacellama_1_1internal.html#a99f936c1db4c84570feff6ea76a4934a',1,'llama::internal']]], - ['dev_178',['dev',['../structllama_1_1bloballoc_1_1AlpakaBuf.html#ad1930b33613ebfb61309aa1b5f05552e',1,'llama::bloballoc::AlpakaBuf']]], - ['difference_5ftype_179',['difference_type',['../structllama_1_1ArrayIndexIterator.html#afd99e3fda129714e52502e5ae3ac8bdd',1,'llama::ArrayIndexIterator::difference_type()'],['../structllama_1_1Iterator.html#a1c4827ad584ac0c5cd8eadd3465adb33',1,'llama::Iterator::difference_type()']]], - ['discard_180',['Discard',['../namespacellama_1_1mapping.html#a839eb914ca2bc41f5db9ca6e016b18f9ad94b42030b9785fd754d5c1754961269',1,'llama::mapping']]], - ['divceil_181',['divCeil',['../namespacellama.html#a516c8260631ec1b61a52f0e56dc58ac7',1,'llama']]], - ['divideassign_182',['DivideAssign',['../structllama_1_1internal_1_1DivideAssign.html',1,'llama::internal']]], - ['dot_183',['dot',['../namespacellama.html#a672915c49821a718f5dfa5d4540c4192',1,'llama']]], - ['dummy_184',['dummy',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html#a90604f1217d9acf3b7a5afd329893f0c',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >']]], - ['dumpmapping_2ehpp_185',['DumpMapping.hpp',['../DumpMapping_8hpp.html',1,'']]], - ['dyn_186',['dyn',['../namespacellama.html#a1f5816e83615dc84a55b3c2e6f2a0237',1,'llama']]], - ['dyn_187',['Dyn',['../structllama_1_1internal_1_1Dyn.html',1,'llama::internal']]] + ['data_174',['data',['../structllama_1_1Array.html#aac212f44b09bef91a0a44f39abb2377a',1,'llama::Array::data() -> T *'],['../structllama_1_1Array.html#ac712290289d93eb6736d03579f846cc6',1,'llama::Array::data() const -> const T *'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a62c079f22672a7b042bc5694d11e1e8e',1,'llama::Array< T, 0 >::data() -> T *'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a23b81ef26990eb569e6de47fdcce7e7f',1,'llama::Array< T, 0 >::data() const -> const T *']]], + ['deallocate_175',['deallocate',['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a39814021953be3e8253913bd53e34ac3',1,'llama::bloballoc::AlignedAllocator']]], + ['decaycopy_176',['decayCopy',['../namespacellama.html#a0f8572ce32d64cda19cb705d78247bed',1,'llama']]], + ['default_177',['Default',['../structllama_1_1accessor_1_1Default.html',1,'llama::accessor']]], + ['dependentfalse_178',['dependentFalse',['../namespacellama_1_1internal.html#a99f936c1db4c84570feff6ea76a4934a',1,'llama::internal']]], + ['dev_179',['dev',['../structllama_1_1bloballoc_1_1AlpakaBuf.html#ad1930b33613ebfb61309aa1b5f05552e',1,'llama::bloballoc::AlpakaBuf']]], + ['difference_5ftype_180',['difference_type',['../structllama_1_1ArrayIndexIterator.html#afd99e3fda129714e52502e5ae3ac8bdd',1,'llama::ArrayIndexIterator::difference_type()'],['../structllama_1_1Iterator.html#a1c4827ad584ac0c5cd8eadd3465adb33',1,'llama::Iterator::difference_type()']]], + ['discard_181',['Discard',['../namespacellama_1_1mapping.html#a839eb914ca2bc41f5db9ca6e016b18f9ad94b42030b9785fd754d5c1754961269',1,'llama::mapping']]], + ['divceil_182',['divCeil',['../namespacellama.html#a516c8260631ec1b61a52f0e56dc58ac7',1,'llama']]], + ['divideassign_183',['DivideAssign',['../structllama_1_1internal_1_1DivideAssign.html',1,'llama::internal']]], + ['dot_184',['dot',['../namespacellama.html#a672915c49821a718f5dfa5d4540c4192',1,'llama']]], + ['dummy_185',['dummy',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html#a90604f1217d9acf3b7a5afd329893f0c',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >']]], + ['dumpmapping_2ehpp_186',['DumpMapping.hpp',['../DumpMapping_8hpp.html',1,'']]], + ['dyn_187',['dyn',['../namespacellama.html#a1f5816e83615dc84a55b3c2e6f2a0237',1,'llama']]], + ['dyn_188',['Dyn',['../structllama_1_1internal_1_1Dyn.html',1,'llama::internal']]] ]; diff --git a/search/all_4.js b/search/all_4.js index 31efedd32f..750c7ae06d 100644 --- a/search/all_4.js +++ b/search/all_4.js @@ -1,10 +1,10 @@ var searchData= [ - ['element_188',['element',['../structllama_1_1Array.html#a4c5aece6fee015c5d80e0815f40e6749',1,'llama::Array']]], - ['empty_189',['empty',['../structllama_1_1Array.html#a8fe388fdeca8ea27485333ff00b8b1f5',1,'llama::Array::empty()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#abe7d3aeee8f68b3a8aa94dac44ae1d73',1,'llama::Array< T, 0 >::empty()'],['../structllama_1_1Vector.html#a810ee5694772da3167d1e1c99a983288',1,'llama::Vector::empty()']]], - ['end_190',['end',['../structllama_1_1View.html#a60ea916b74c979d658774792e9490d40',1,'llama::View::end() -> iterator'],['../structllama_1_1View.html#a949eeed1494299bb8cbc39260ab9331d',1,'llama::View::end() const -> const_iterator'],['../structllama_1_1Vector.html#a740bad9bba7b6b5a202d22a733a7dcc6',1,'llama::Vector::end() const -> decltype(auto)'],['../structllama_1_1Vector.html#a426d9ce87ce0e0c834cb34e153445e47',1,'llama::Vector::end() -> decltype(auto)'],['../structllama_1_1ArrayIndexRange.html#a1a9dcbac960200ebd049b882e1debe30',1,'llama::ArrayIndexRange::end()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a76b2e4500d706b9218674858442b5587',1,'llama::Array< T, 0 >::end() const -> const T *'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a94c4d7a815cd5d4a18e7903584f22299',1,'llama::Array< T, 0 >::end() -> T *'],['../structllama_1_1Array.html#a66793ca523fda5798f6173d608621643',1,'llama::Array::end() const -> const T *'],['../structllama_1_1Array.html#a84bc834840cc6b3ff49a405326fd729a',1,'llama::Array::end() -> T *']]], - ['erase_191',['erase',['../structllama_1_1Vector.html#a5c3a89b510481d73eb9b8f46e08a722f',1,'llama::Vector']]], - ['exponent_192',['exponent',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html#a0eb3b40be2a13f10e68ced54b0fc8d14',1,'llama::mapping::internal::FloatBitTraits< float >::exponent()'],['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html#ac2285f2cd106b8e92f6f4a626b9ad9d0',1,'llama::mapping::internal::FloatBitTraits< double >::exponent()']]], - ['exponentbits_193',['exponentBits',['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a6f6fd42927080307413510517f4b0f4a',1,'llama::mapping::BitPackedFloatSoA::exponentBits()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#ac070950434a6bc2db0cf14ff52d61e06',1,'llama::mapping::BitPackedFloatAoS::exponentBits()']]], - ['extents_194',['extents',['../structllama_1_1mapping_1_1MappingBase.html#ae552d836a8b07ae87ee2ab6280646051',1,'llama::mapping::MappingBase::extents()'],['../structllama_1_1mapping_1_1Split.html#ab955c7d70714d5170a2e3df0aec4c104',1,'llama::mapping::Split::extents()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#ad4134a52459174535c33f52bca737855',1,'llama::mapping::tree::Mapping::extents()'],['../structllama_1_1View.html#ad2cffd2465f0ff9217d8797b52757faa',1,'llama::View::extents()'],['../structllama_1_1SubView.html#adffeb468efc9037e839b4b1acbe83319',1,'llama::SubView::extents()']]] + ['element_189',['element',['../structllama_1_1Array.html#a4c5aece6fee015c5d80e0815f40e6749',1,'llama::Array']]], + ['empty_190',['empty',['../structllama_1_1Array.html#a8fe388fdeca8ea27485333ff00b8b1f5',1,'llama::Array::empty()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#abe7d3aeee8f68b3a8aa94dac44ae1d73',1,'llama::Array< T, 0 >::empty()'],['../structllama_1_1Vector.html#a810ee5694772da3167d1e1c99a983288',1,'llama::Vector::empty()']]], + ['end_191',['end',['../structllama_1_1View.html#a60ea916b74c979d658774792e9490d40',1,'llama::View::end() -> iterator'],['../structllama_1_1View.html#a949eeed1494299bb8cbc39260ab9331d',1,'llama::View::end() const -> const_iterator'],['../structllama_1_1Vector.html#a740bad9bba7b6b5a202d22a733a7dcc6',1,'llama::Vector::end() const -> decltype(auto)'],['../structllama_1_1Vector.html#a426d9ce87ce0e0c834cb34e153445e47',1,'llama::Vector::end() -> decltype(auto)'],['../structllama_1_1ArrayIndexRange.html#a1a9dcbac960200ebd049b882e1debe30',1,'llama::ArrayIndexRange::end()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a76b2e4500d706b9218674858442b5587',1,'llama::Array< T, 0 >::end() const -> const T *'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a94c4d7a815cd5d4a18e7903584f22299',1,'llama::Array< T, 0 >::end() -> T *'],['../structllama_1_1Array.html#a66793ca523fda5798f6173d608621643',1,'llama::Array::end() const -> const T *'],['../structllama_1_1Array.html#a84bc834840cc6b3ff49a405326fd729a',1,'llama::Array::end() -> T *']]], + ['erase_192',['erase',['../structllama_1_1Vector.html#a5c3a89b510481d73eb9b8f46e08a722f',1,'llama::Vector']]], + ['exponent_193',['exponent',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html#a0eb3b40be2a13f10e68ced54b0fc8d14',1,'llama::mapping::internal::FloatBitTraits< float >::exponent()'],['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html#ac2285f2cd106b8e92f6f4a626b9ad9d0',1,'llama::mapping::internal::FloatBitTraits< double >::exponent()']]], + ['exponentbits_194',['exponentBits',['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a6f6fd42927080307413510517f4b0f4a',1,'llama::mapping::BitPackedFloatSoA::exponentBits()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#ac070950434a6bc2db0cf14ff52d61e06',1,'llama::mapping::BitPackedFloatAoS::exponentBits()']]], + ['extents_195',['extents',['../structllama_1_1mapping_1_1MappingBase.html#ae552d836a8b07ae87ee2ab6280646051',1,'llama::mapping::MappingBase::extents()'],['../structllama_1_1mapping_1_1Split.html#ab955c7d70714d5170a2e3df0aec4c104',1,'llama::mapping::Split::extents()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#ad4134a52459174535c33f52bca737855',1,'llama::mapping::tree::Mapping::extents()'],['../structllama_1_1View.html#ad2cffd2465f0ff9217d8797b52757faa',1,'llama::View::extents()'],['../structllama_1_1SubView.html#adffeb468efc9037e839b4b1acbe83319',1,'llama::SubView::extents()']]] ]; diff --git a/search/all_5.js b/search/all_5.js index 93c4053692..814e191365 100644 --- a/search/all_5.js +++ b/search/all_5.js @@ -1,45 +1,45 @@ var searchData= [ - ['f_195',['f',['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html#ad81d397d27ee18beac31b6c7a0eb95dc',1,'llama::mapping::internal::ReplaceTagListsByCoords< RecordDim, mp_list< Args... > >::f()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html#a9cc8ef5254e9cf2f921bc5465c849f12',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >::f()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html#ae301479a41458aaebc8098ad978f1b00',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Record< Fields... >, TypeFunctor >::f()']]], - ['field_196',['Field',['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#a5b8baa636c765ec6faaefea45eb58ee5',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >::Field()'],['../structllama_1_1Field.html',1,'llama::Field< Tag, Type >']]], - ['fieldaccesscount_197',['FieldAccessCount',['../structllama_1_1mapping_1_1FieldAccessCount.html#a5f79af9d640e07035df034618d8f3263',1,'llama::mapping::FieldAccessCount::FieldAccessCount()=default'],['../structllama_1_1mapping_1_1FieldAccessCount.html#ab7343517e4c8227cf9a3be93aebb8edd',1,'llama::mapping::FieldAccessCount::FieldAccessCount(Mapping mapping)'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a759681052237a95eb60e3d6ca9670116',1,'llama::mapping::FieldAccessCount::FieldAccessCount(Args &&... innerArgs)'],['../structllama_1_1mapping_1_1FieldAccessCount.html',1,'llama::mapping::FieldAccessCount< Mapping, TCountType, MyCodeHandlesProxyReferences >']]], - ['fieldaccesscount_2ehpp_198',['FieldAccessCount.hpp',['../FieldAccessCount_8hpp.html',1,'']]], - ['fieldaccesscountreference_199',['FieldAccessCountReference',['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a58ba84f14ae75577424985303913df00',1,'llama::mapping::internal::FieldAccessCountReference::FieldAccessCountReference(RefFwd &&r, AccessCounts< Count > *hits)'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#ab87c9902f9ac5a980302c5f7f7e0e0d8',1,'llama::mapping::internal::FieldAccessCountReference::FieldAccessCountReference(const FieldAccessCountReference &)=default'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#affe0e1d7775e0c98f96d24d3a4dcc5a7',1,'llama::mapping::internal::FieldAccessCountReference::FieldAccessCountReference(FieldAccessCountReference &&) noexcept=default'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html',1,'llama::mapping::internal::FieldAccessCountReference< Value, Ref, Count >']]], - ['fieldalignment_200',['fieldAlignment',['../structllama_1_1mapping_1_1AoS.html#a6d5506fa2b267712920764cf288be0d3',1,'llama::mapping::AoS::fieldAlignment()'],['../structllama_1_1mapping_1_1One.html#a431d4d7646f62691277b90e19ff8f589',1,'llama::mapping::One::fieldAlignment()']]], - ['fieldalignment_201',['FieldAlignment',['../namespacellama_1_1mapping.html#aeead2d9c8929b8c0aff18aad054a0710',1,'llama::mapping']]], - ['fieldhits_202',['fieldHits',['../structllama_1_1mapping_1_1FieldAccessCount.html#a0774f3c44d838d70fd9282d5e96fe373',1,'llama::mapping::FieldAccessCount::fieldHits(Blobs &blobs) const -> FieldHitsArray &'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a6a823fcc9d717e66eda247c184c2f2e8',1,'llama::mapping::FieldAccessCount::fieldHits(const Blobs &blobs) const -> const FieldHitsArray &']]], - ['fieldhitsarray_203',['FieldHitsArray',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html',1,'llama::mapping::FieldAccessCount']]], - ['fieldwisecopy_204',['fieldWiseCopy',['../namespacellama.html#af977754d689a5f3cc10fd80d4b37ba1f',1,'llama']]], - ['findfieldbytag_205',['FindFieldByTag',['../structllama_1_1internal_1_1FindFieldByTag.html',1,'llama::internal']]], - ['first_206',['first',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#ab00fd67e6be0259103672f9ad42c2313',1,'llama::Tuple< TFirstElement, RestElements... >::first() -> decltype(auto)'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a50c417423e38988a5a3087d782965df2',1,'llama::Tuple< TFirstElement, RestElements... >::first() const -> decltype(auto)']]], - ['first_207',['First',['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#a63149c2fdc237aff98d21de860df83e1',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >']]], - ['firstelement_208',['FirstElement',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#ae0669a86a4899ff36045d01a9922f182',1,'llama::Tuple< TFirstElement, RestElements... >']]], - ['flatalignof_209',['flatAlignOf',['../namespacellama.html#a6f2067ffe5979128e7efaf1fd4c35810',1,'llama']]], - ['flatalignofimpl_210',['flatAlignOfImpl',['../namespacellama_1_1internal.html#a2413ee7f2d6487f7e306148cf2b46ac4',1,'llama::internal']]], - ['flatfieldcount_211',['flatFieldCount',['../namespacellama.html#aa6c960189f5edc242be631e2e8757914',1,'llama']]], - ['flatfieldcount_3c_20child_5bn_5d_3e_212',['flatFieldCount< Child[N]>',['../namespacellama.html#a0cf4c61546502674c83b7e32611aca4d',1,'llama']]], - ['flatfieldcount_3c_20record_3c_20children_2e_2e_2e_20_3e_20_3e_213',['flatFieldCount< Record< Children... > >',['../namespacellama.html#a9692409342a1118048ffccba3ed1938e',1,'llama']]], - ['flatfieldcountbefore_214',['flatFieldCountBefore',['../namespacellama_1_1internal.html#a1dc0436b8f0598e4fe3e707051be5b5f',1,'llama::internal']]], - ['flatfieldcountbefore_3c_200_2c_20record_3c_20children_2e_2e_2e_20_3e_20_3e_215',['flatFieldCountBefore< 0, Record< Children... > >',['../namespacellama_1_1internal.html#a6eeb732eb19f17e2eb85e50b07fe3f42',1,'llama::internal']]], - ['flatfieldcountbefore_3c_20i_2c_20record_3c_20children_2e_2e_2e_20_3e_20_3e_216',['flatFieldCountBefore< I, Record< Children... > >',['../namespacellama_1_1internal.html#a0a6972426a3c2ab551a48d21cac6370c',1,'llama::internal']]], - ['flatoffsetof_217',['flatOffsetOf',['../namespacellama.html#a7b86f2441b1aae82532668e1a8377df2',1,'llama']]], - ['flatrecordcoord_218',['flatRecordCoord',['../namespacellama.html#a6c3056b43b48f32a66160a6dd273662d',1,'llama']]], - ['flatrecordcoord_3c_20child_5bn_5d_2c_20recordcoord_3c_20i_2c_20is_2e_2e_2e_20_3e_20_3e_219',['flatRecordCoord< Child[N], RecordCoord< I, Is... > >',['../namespacellama.html#aef46edda82bf9ef35a2d461b77b5911f',1,'llama']]], - ['flatrecordcoord_3c_20record_3c_20children_2e_2e_2e_20_3e_2c_20recordcoord_3c_20i_2c_20is_2e_2e_2e_20_3e_20_3e_220',['flatRecordCoord< Record< Children... >, RecordCoord< I, Is... > >',['../namespacellama.html#a49085229ed957d67678ce1e04c704e67',1,'llama']]], - ['flatrecordcoord_3c_20t_2c_20recordcoord_3c_3e_20_3e_221',['flatRecordCoord< T, RecordCoord<> >',['../namespacellama.html#a03ce8695c9b67882c44356056ad3156d',1,'llama']]], - ['flatrecorddim_222',['FlatRecordDim',['../namespacellama.html#a1fddf1f638927edfb8da8e3c78da4e1c',1,'llama::FlatRecordDim()'],['../structllama_1_1mapping_1_1PermuteFieldsSorted.html#a04f7ce002a8eb0cc3fa8e5cbc1804b99',1,'llama::mapping::PermuteFieldsSorted::FlatRecordDim()'],['../structllama_1_1mapping_1_1PermuteFieldsInOrder.html#a2abf718cc2a89f328177bf92f89b281a',1,'llama::mapping::PermuteFieldsInOrder::FlatRecordDim()']]], - ['flatsizeof_223',['flatSizeOf',['../namespacellama.html#ac8f48517b46c35c1a511273f08d2abb3',1,'llama']]], - ['flattenrecorddimimpl_224',['FlattenRecordDimImpl',['../structllama_1_1internal_1_1FlattenRecordDimImpl.html',1,'llama::internal']]], - ['flattenrecorddimimpl_3c_20child_5bn_5d_3e_225',['FlattenRecordDimImpl< Child[N]>',['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4.html',1,'llama::internal']]], - ['flattenrecorddimimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_20_3e_226',['FlattenRecordDimImpl< Record< Fields... > >',['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4.html',1,'llama::internal']]], - ['floatbittraits_227',['FloatBitTraits',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits.html',1,'llama::mapping::internal']]], - ['floatbittraits_3c_20double_20_3e_228',['FloatBitTraits< double >',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html',1,'llama::mapping::internal']]], - ['floatbittraits_3c_20float_20_3e_229',['FloatBitTraits< float >',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html',1,'llama::mapping::internal']]], - ['fn_230',['fn',['../structllama_1_1mapping_1_1BindBytesplit.html#af6f67dfb2ab8ad468eac3e071a229975',1,'llama::mapping::BindBytesplit::fn()'],['../structllama_1_1mapping_1_1BindProjection.html#ab0fddc09cd47662763c804f607282f52',1,'llama::mapping::BindProjection::fn()'],['../structllama_1_1mapping_1_1BindAoS.html#aa852df3c2d422680c1de725fd22ae5c3',1,'llama::mapping::BindAoS::fn()'],['../structllama_1_1mapping_1_1BindAoSoA.html#a96a1f256e450ece838aadda32436227e',1,'llama::mapping::BindAoSoA::fn()'],['../structllama_1_1mapping_1_1BindBitPackedFloatSoA.html#a55e38b1ad0dad6fc0d4d6500aaa24c28',1,'llama::mapping::BindBitPackedFloatSoA::fn()'],['../structllama_1_1mapping_1_1BindBitPackedFloatAoS.html#a27655810cab80971f95602f80710e04b',1,'llama::mapping::BindBitPackedFloatAoS::fn()'],['../structllama_1_1mapping_1_1BindBitPackedIntSoA.html#af63daca26caa57795ade63dcac96e0dd',1,'llama::mapping::BindBitPackedIntSoA::fn()'],['../structllama_1_1mapping_1_1BindBitPackedIntAoS.html#ac478f4993423e1633a235715080683c6',1,'llama::mapping::BindBitPackedIntAoS::fn()'],['../structllama_1_1mapping_1_1BindByteswap.html#ad8d2d4b3c91ec934c54ccca89ec6cfae',1,'llama::mapping::BindByteswap::fn()'],['../structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html#ad9696dbf839dd91e64d4e44a7296cf92',1,'llama::mapping::internal::MakeProjectionPair::fn()'],['../structllama_1_1mapping_1_1BindChangeType.html#a464b7a13c9650494f7e83562f35aef28',1,'llama::mapping::BindChangeType::fn()'],['../structllama_1_1mapping_1_1BindOne.html#ad56e6679f95a9a8581929113cc5ce4a6',1,'llama::mapping::BindOne::fn()'],['../structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html#a904b3f0f95a0fdcd1fd443faa861cff8',1,'llama::mapping::internal::MakeReplacerProj::fn()'],['../structllama_1_1mapping_1_1BindSoA.html#ab74a41dd2ce0afcb4ece55fb3240da75',1,'llama::mapping::BindSoA::fn()'],['../structllama_1_1mapping_1_1BindSplit.html#a73005c55d6ee5af3aaa67ce7e224b2f2',1,'llama::mapping::BindSplit::fn()'],['../structllama_1_1internal_1_1BindMakeSizedSimd.html#acca5c76c5268c0c3ec794a8afdc74417',1,'llama::internal::BindMakeSizedSimd::fn()'],['../structllama_1_1internal_1_1MakePassSecond.html#a8a36ab4e38565686d9e56564c6552bc6',1,'llama::internal::MakePassSecond::fn()'],['../structllama_1_1internal_1_1SizeEqualTo.html#a40c704eb6956b099cbe4aeb8f0cee320',1,'llama::internal::SizeEqualTo::fn()']]], - ['foreacharrayindex_231',['forEachArrayIndex',['../namespacellama.html#a1abf3984cdb9b597c147f06626114575',1,'llama::forEachArrayIndex([[maybe_unused]] const ArrayIndex< SizeType, Dim > &extents, Func &&func, OuterIndices... outerIndices)'],['../namespacellama.html#a372264ea5e1f1bbbd0d89ffd5a9a77a2',1,'llama::forEachArrayIndex(ArrayExtents< SizeType, Sizes... > extents, Func &&func)']]], - ['foreachleaf_232',['forEachLeaf',['../namespacellama.html#aacc8837b94b46c9989ce0e7fe8c172ac',1,'llama']]], - ['foreachleafcoord_233',['forEachLeafCoord',['../namespacellama.html#a91f5d2462d07fc7d5cfa0dac05946c63',1,'llama::forEachLeafCoord(Functor &&functor, RecordCoord< Coords... > baseCoord)'],['../namespacellama.html#a28ad5ce29085756570effc3b27378a5c',1,'llama::forEachLeafCoord(Functor &&functor, Tags...)']]], - ['forward_5flike_234',['forward_like',['../namespacellama_1_1internal.html#ab9c450a82fa4a4c09fdc9b4e95d12db3',1,'llama::internal']]], - ['front_235',['front',['../structllama_1_1Vector.html#a6ec0b09092e029905c52458f8a62fe33',1,'llama::Vector::front() const -> decltype(auto)'],['../structllama_1_1Vector.html#ae53571551352f291d724e36967e2bb3a',1,'llama::Vector::front() -> decltype(auto)'],['../structllama_1_1Array_3_01T_00_010_01_4.html#aea390a9aea895aeaa0a17807ef256279',1,'llama::Array< T, 0 >::front() const -> const T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#ad2d75e2be9d2efff7bf984f0acd57ead',1,'llama::Array< T, 0 >::front() -> T &'],['../structllama_1_1Array.html#a2d98cd257742250ac3c6719d1a4c7628',1,'llama::Array::front() const -> const T &'],['../structllama_1_1Array.html#ad52f8200264f4af5b40762c5177f1e99',1,'llama::Array::front() -> T &'],['../structllama_1_1RecordCoord.html#a9eba3978f93a2195c99e8f459a291f9e',1,'llama::RecordCoord::front()']]], - ['functors_2ehpp_236',['Functors.hpp',['../Functors_8hpp.html',1,'']]] + ['f_196',['f',['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html#ad81d397d27ee18beac31b6c7a0eb95dc',1,'llama::mapping::internal::ReplaceTagListsByCoords< RecordDim, mp_list< Args... > >::f()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html#a9cc8ef5254e9cf2f921bc5465c849f12',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >::f()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html#ae301479a41458aaebc8098ad978f1b00',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Record< Fields... >, TypeFunctor >::f()']]], + ['field_197',['Field',['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#a5b8baa636c765ec6faaefea45eb58ee5',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >::Field()'],['../structllama_1_1Field.html',1,'llama::Field< Tag, Type >']]], + ['fieldaccesscount_198',['FieldAccessCount',['../structllama_1_1mapping_1_1FieldAccessCount.html#a5f79af9d640e07035df034618d8f3263',1,'llama::mapping::FieldAccessCount::FieldAccessCount()=default'],['../structllama_1_1mapping_1_1FieldAccessCount.html#ab7343517e4c8227cf9a3be93aebb8edd',1,'llama::mapping::FieldAccessCount::FieldAccessCount(Mapping mapping)'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a759681052237a95eb60e3d6ca9670116',1,'llama::mapping::FieldAccessCount::FieldAccessCount(Args &&... innerArgs)'],['../structllama_1_1mapping_1_1FieldAccessCount.html',1,'llama::mapping::FieldAccessCount< Mapping, TCountType, MyCodeHandlesProxyReferences >']]], + ['fieldaccesscount_2ehpp_199',['FieldAccessCount.hpp',['../FieldAccessCount_8hpp.html',1,'']]], + ['fieldaccesscountreference_200',['FieldAccessCountReference',['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a58ba84f14ae75577424985303913df00',1,'llama::mapping::internal::FieldAccessCountReference::FieldAccessCountReference(RefFwd &&r, AccessCounts< Count > *hits)'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#ab87c9902f9ac5a980302c5f7f7e0e0d8',1,'llama::mapping::internal::FieldAccessCountReference::FieldAccessCountReference(const FieldAccessCountReference &)=default'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#affe0e1d7775e0c98f96d24d3a4dcc5a7',1,'llama::mapping::internal::FieldAccessCountReference::FieldAccessCountReference(FieldAccessCountReference &&) noexcept=default'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html',1,'llama::mapping::internal::FieldAccessCountReference< Value, Ref, Count >']]], + ['fieldalignment_201',['fieldAlignment',['../structllama_1_1mapping_1_1AoS.html#a6d5506fa2b267712920764cf288be0d3',1,'llama::mapping::AoS::fieldAlignment()'],['../structllama_1_1mapping_1_1One.html#a431d4d7646f62691277b90e19ff8f589',1,'llama::mapping::One::fieldAlignment()']]], + ['fieldalignment_202',['FieldAlignment',['../namespacellama_1_1mapping.html#aeead2d9c8929b8c0aff18aad054a0710',1,'llama::mapping']]], + ['fieldhits_203',['fieldHits',['../structllama_1_1mapping_1_1FieldAccessCount.html#a0774f3c44d838d70fd9282d5e96fe373',1,'llama::mapping::FieldAccessCount::fieldHits(Blobs &blobs) const -> FieldHitsArray &'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a6a823fcc9d717e66eda247c184c2f2e8',1,'llama::mapping::FieldAccessCount::fieldHits(const Blobs &blobs) const -> const FieldHitsArray &']]], + ['fieldhitsarray_204',['FieldHitsArray',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html',1,'llama::mapping::FieldAccessCount']]], + ['fieldwisecopy_205',['fieldWiseCopy',['../namespacellama.html#af977754d689a5f3cc10fd80d4b37ba1f',1,'llama']]], + ['findfieldbytag_206',['FindFieldByTag',['../structllama_1_1internal_1_1FindFieldByTag.html',1,'llama::internal']]], + ['first_207',['first',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#ab00fd67e6be0259103672f9ad42c2313',1,'llama::Tuple< TFirstElement, RestElements... >::first() -> decltype(auto)'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a50c417423e38988a5a3087d782965df2',1,'llama::Tuple< TFirstElement, RestElements... >::first() const -> decltype(auto)']]], + ['first_208',['First',['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#a63149c2fdc237aff98d21de860df83e1',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >']]], + ['firstelement_209',['FirstElement',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#ae0669a86a4899ff36045d01a9922f182',1,'llama::Tuple< TFirstElement, RestElements... >']]], + ['flatalignof_210',['flatAlignOf',['../namespacellama.html#a6f2067ffe5979128e7efaf1fd4c35810',1,'llama']]], + ['flatalignofimpl_211',['flatAlignOfImpl',['../namespacellama_1_1internal.html#a2413ee7f2d6487f7e306148cf2b46ac4',1,'llama::internal']]], + ['flatfieldcount_212',['flatFieldCount',['../namespacellama.html#aa6c960189f5edc242be631e2e8757914',1,'llama']]], + ['flatfieldcount_3c_20child_5bn_5d_3e_213',['flatFieldCount< Child[N]>',['../namespacellama.html#a0cf4c61546502674c83b7e32611aca4d',1,'llama']]], + ['flatfieldcount_3c_20record_3c_20children_2e_2e_2e_20_3e_20_3e_214',['flatFieldCount< Record< Children... > >',['../namespacellama.html#a9692409342a1118048ffccba3ed1938e',1,'llama']]], + ['flatfieldcountbefore_215',['flatFieldCountBefore',['../namespacellama_1_1internal.html#a1dc0436b8f0598e4fe3e707051be5b5f',1,'llama::internal']]], + ['flatfieldcountbefore_3c_200_2c_20record_3c_20children_2e_2e_2e_20_3e_20_3e_216',['flatFieldCountBefore< 0, Record< Children... > >',['../namespacellama_1_1internal.html#a6eeb732eb19f17e2eb85e50b07fe3f42',1,'llama::internal']]], + ['flatfieldcountbefore_3c_20i_2c_20record_3c_20children_2e_2e_2e_20_3e_20_3e_217',['flatFieldCountBefore< I, Record< Children... > >',['../namespacellama_1_1internal.html#a0a6972426a3c2ab551a48d21cac6370c',1,'llama::internal']]], + ['flatoffsetof_218',['flatOffsetOf',['../namespacellama.html#a7b86f2441b1aae82532668e1a8377df2',1,'llama']]], + ['flatrecordcoord_219',['flatRecordCoord',['../namespacellama.html#a6c3056b43b48f32a66160a6dd273662d',1,'llama']]], + ['flatrecordcoord_3c_20child_5bn_5d_2c_20recordcoord_3c_20i_2c_20is_2e_2e_2e_20_3e_20_3e_220',['flatRecordCoord< Child[N], RecordCoord< I, Is... > >',['../namespacellama.html#aef46edda82bf9ef35a2d461b77b5911f',1,'llama']]], + ['flatrecordcoord_3c_20record_3c_20children_2e_2e_2e_20_3e_2c_20recordcoord_3c_20i_2c_20is_2e_2e_2e_20_3e_20_3e_221',['flatRecordCoord< Record< Children... >, RecordCoord< I, Is... > >',['../namespacellama.html#a49085229ed957d67678ce1e04c704e67',1,'llama']]], + ['flatrecordcoord_3c_20t_2c_20recordcoord_3c_3e_20_3e_222',['flatRecordCoord< T, RecordCoord<> >',['../namespacellama.html#a03ce8695c9b67882c44356056ad3156d',1,'llama']]], + ['flatrecorddim_223',['FlatRecordDim',['../namespacellama.html#a1fddf1f638927edfb8da8e3c78da4e1c',1,'llama::FlatRecordDim()'],['../structllama_1_1mapping_1_1PermuteFieldsSorted.html#a04f7ce002a8eb0cc3fa8e5cbc1804b99',1,'llama::mapping::PermuteFieldsSorted::FlatRecordDim()'],['../structllama_1_1mapping_1_1PermuteFieldsInOrder.html#a2abf718cc2a89f328177bf92f89b281a',1,'llama::mapping::PermuteFieldsInOrder::FlatRecordDim()']]], + ['flatsizeof_224',['flatSizeOf',['../namespacellama.html#ac8f48517b46c35c1a511273f08d2abb3',1,'llama']]], + ['flattenrecorddimimpl_225',['FlattenRecordDimImpl',['../structllama_1_1internal_1_1FlattenRecordDimImpl.html',1,'llama::internal']]], + ['flattenrecorddimimpl_3c_20child_5bn_5d_3e_226',['FlattenRecordDimImpl< Child[N]>',['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4.html',1,'llama::internal']]], + ['flattenrecorddimimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_20_3e_227',['FlattenRecordDimImpl< Record< Fields... > >',['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4.html',1,'llama::internal']]], + ['floatbittraits_228',['FloatBitTraits',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits.html',1,'llama::mapping::internal']]], + ['floatbittraits_3c_20double_20_3e_229',['FloatBitTraits< double >',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html',1,'llama::mapping::internal']]], + ['floatbittraits_3c_20float_20_3e_230',['FloatBitTraits< float >',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html',1,'llama::mapping::internal']]], + ['fn_231',['fn',['../structllama_1_1mapping_1_1BindBytesplit.html#af6f67dfb2ab8ad468eac3e071a229975',1,'llama::mapping::BindBytesplit::fn()'],['../structllama_1_1mapping_1_1BindProjection.html#ab0fddc09cd47662763c804f607282f52',1,'llama::mapping::BindProjection::fn()'],['../structllama_1_1mapping_1_1BindAoS.html#aa852df3c2d422680c1de725fd22ae5c3',1,'llama::mapping::BindAoS::fn()'],['../structllama_1_1mapping_1_1BindAoSoA.html#a96a1f256e450ece838aadda32436227e',1,'llama::mapping::BindAoSoA::fn()'],['../structllama_1_1mapping_1_1BindBitPackedFloatSoA.html#a55e38b1ad0dad6fc0d4d6500aaa24c28',1,'llama::mapping::BindBitPackedFloatSoA::fn()'],['../structllama_1_1mapping_1_1BindBitPackedFloatAoS.html#a27655810cab80971f95602f80710e04b',1,'llama::mapping::BindBitPackedFloatAoS::fn()'],['../structllama_1_1mapping_1_1BindBitPackedIntSoA.html#af63daca26caa57795ade63dcac96e0dd',1,'llama::mapping::BindBitPackedIntSoA::fn()'],['../structllama_1_1mapping_1_1BindBitPackedIntAoS.html#ac478f4993423e1633a235715080683c6',1,'llama::mapping::BindBitPackedIntAoS::fn()'],['../structllama_1_1mapping_1_1BindByteswap.html#ad8d2d4b3c91ec934c54ccca89ec6cfae',1,'llama::mapping::BindByteswap::fn()'],['../structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html#ad9696dbf839dd91e64d4e44a7296cf92',1,'llama::mapping::internal::MakeProjectionPair::fn()'],['../structllama_1_1mapping_1_1BindChangeType.html#a464b7a13c9650494f7e83562f35aef28',1,'llama::mapping::BindChangeType::fn()'],['../structllama_1_1mapping_1_1BindOne.html#ad56e6679f95a9a8581929113cc5ce4a6',1,'llama::mapping::BindOne::fn()'],['../structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html#a904b3f0f95a0fdcd1fd443faa861cff8',1,'llama::mapping::internal::MakeReplacerProj::fn()'],['../structllama_1_1mapping_1_1BindSoA.html#ab74a41dd2ce0afcb4ece55fb3240da75',1,'llama::mapping::BindSoA::fn()'],['../structllama_1_1mapping_1_1BindSplit.html#a73005c55d6ee5af3aaa67ce7e224b2f2',1,'llama::mapping::BindSplit::fn()'],['../structllama_1_1internal_1_1BindMakeSizedSimd.html#acca5c76c5268c0c3ec794a8afdc74417',1,'llama::internal::BindMakeSizedSimd::fn()'],['../structllama_1_1internal_1_1MakePassSecond.html#a8a36ab4e38565686d9e56564c6552bc6',1,'llama::internal::MakePassSecond::fn()'],['../structllama_1_1internal_1_1SizeEqualTo.html#a40c704eb6956b099cbe4aeb8f0cee320',1,'llama::internal::SizeEqualTo::fn()']]], + ['foreacharrayindex_232',['forEachArrayIndex',['../namespacellama.html#a1abf3984cdb9b597c147f06626114575',1,'llama::forEachArrayIndex([[maybe_unused]] const ArrayIndex< SizeType, Dim > &extents, Func &&func, OuterIndices... outerIndices)'],['../namespacellama.html#a372264ea5e1f1bbbd0d89ffd5a9a77a2',1,'llama::forEachArrayIndex(ArrayExtents< SizeType, Sizes... > extents, Func &&func)']]], + ['foreachleaf_233',['forEachLeaf',['../namespacellama.html#aacc8837b94b46c9989ce0e7fe8c172ac',1,'llama']]], + ['foreachleafcoord_234',['forEachLeafCoord',['../namespacellama.html#a91f5d2462d07fc7d5cfa0dac05946c63',1,'llama::forEachLeafCoord(Functor &&functor, RecordCoord< Coords... > baseCoord)'],['../namespacellama.html#a28ad5ce29085756570effc3b27378a5c',1,'llama::forEachLeafCoord(Functor &&functor, Tags...)']]], + ['forward_5flike_235',['forward_like',['../namespacellama_1_1internal.html#ab9c450a82fa4a4c09fdc9b4e95d12db3',1,'llama::internal']]], + ['front_236',['front',['../structllama_1_1Vector.html#a6ec0b09092e029905c52458f8a62fe33',1,'llama::Vector::front() const -> decltype(auto)'],['../structllama_1_1Vector.html#ae53571551352f291d724e36967e2bb3a',1,'llama::Vector::front() -> decltype(auto)'],['../structllama_1_1Array_3_01T_00_010_01_4.html#aea390a9aea895aeaa0a17807ef256279',1,'llama::Array< T, 0 >::front() const -> const T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#ad2d75e2be9d2efff7bf984f0acd57ead',1,'llama::Array< T, 0 >::front() -> T &'],['../structllama_1_1Array.html#a2d98cd257742250ac3c6719d1a4c7628',1,'llama::Array::front() const -> const T &'],['../structllama_1_1Array.html#ad52f8200264f4af5b40762c5177f1e99',1,'llama::Array::front() -> T &'],['../structllama_1_1RecordCoord.html#a9eba3978f93a2195c99e8f459a291f9e',1,'llama::RecordCoord::front()']]], + ['functors_2ehpp_237',['Functors.hpp',['../Functors_8hpp.html',1,'']]] ]; diff --git a/search/all_6.js b/search/all_6.js index 65fed65add..9cb0aa6a22 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -1,36 +1,36 @@ var searchData= [ - ['get_237',['get',['../structllama_1_1ScopedUpdate.html#a7d88a7ec80ed16d09dade610fb3ac386',1,'llama::ScopedUpdate::get()'],['../structllama_1_1Array.html#ae5db7865aabd4d3174462fc7a818fe73',1,'llama::Array::get() -> T &'],['../structllama_1_1Array.html#a4376175e8327f95424cd17bbca0c27b9',1,'llama::Array::get() const -> const T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a4412ad1cc0688ee8067457890324b5b6',1,'llama::Array< T, 0 >::get() -> T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a8de47bfa9fbdeb79ef7d09a0faf57078',1,'llama::Array< T, 0 >::get() const -> const T &'],['../structllama_1_1ArrayExtents.html#a4693739ef8f42b3dfeb8203b74395ed7',1,'llama::ArrayExtents::get()'],['../structllama_1_1RecordRef.html#a72a33b30f3a6b9484e4d68f85aa2f24b',1,'llama::RecordRef::get() -> decltype(auto)'],['../structllama_1_1RecordRef.html#a0338c0014a8c13bdf8525703e9faf306',1,'llama::RecordRef::get() const -> decltype(auto)'],['../structllama_1_1ScopedUpdate.html#a3fb6bbcdac3b919b02f07443c8270ac6',1,'llama::ScopedUpdate::get()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a26122cea9eb17797ee808646bcdce74b',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::get() -> value_type &'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a195388b18b269cd3e12cd181aebe72bd',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::get() const -> const value_type &'],['../namespacellama.html#ab4a445e00f595ee5e2f75fc0a0e81b07',1,'llama::get(Tuple< Elements... > &tuple) -> auto &'],['../namespacellama.html#a0b641cbeb889f9a3002ae9ec9b6569c9',1,'llama::get(const Tuple< Elements... > &tuple) -> const auto &']]], - ['getchildrenblobsize_238',['getChildrenBlobSize',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a7bbee2eb82b2b9e2fdc3e20c9712bdfa',1,'llama::mapping::tree::internal']]], - ['getcoordfromtags_239',['GetCoordFromTags',['../namespacellama.html#ac1474c16fc91cddf593cb83ac1234619',1,'llama']]], - ['getcoordfromtagsimpl_240',['GetCoordFromTagsImpl',['../structllama_1_1internal_1_1GetCoordFromTagsImpl.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_20resultcoords_2e_2e_2e_20_3e_2c_20firsttag_2c_20tags_2e_2e_2e_20_3e_241',['GetCoordFromTagsImpl< ChildType[Count], RecordCoord< ResultCoords... >, FirstTag, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Rea82f6370a44084538dfd07ee1f739c70.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_3e_2c_20mp_5flist_3c_20tags_2e_2e_2e_20_3e_20_3e_242',['GetCoordFromTagsImpl< ChildType[Count], RecordCoord<>, mp_list< Tags... > >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_4_0013246d85cb9afa4ef03a045cfb732088.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_3e_2c_20tags_2e_2e_2e_20_3e_243',['GetCoordFromTagsImpl< ChildType[Count], RecordCoord<>, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_20resultcoords_2e_2e_2e_20_3e_2c_20firsttag_2c_20tags_2e_2e_2e_20_3e_244',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_3e_2c_20mp_5flist_3c_20tags_2e_2e_2e_20_3e_20_3e_245',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, mp_list< Tags... > >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorb006549913676b1d5139a1b53818a5b4.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_3e_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_246',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, RecordCoord< RCs... > >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorfe79fdbf9645e3871343e16a1c302dbb.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_3e_2c_20tags_2e_2e_2e_20_3e_247',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20recorddim_2c_20recordcoord_20_3e_248',['GetCoordFromTagsImpl< RecordDim, RecordCoord >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4.html',1,'llama::internal']]], - ['getfieldtag_249',['GetFieldTag',['../namespacellama.html#aca81dc9a7fe8571b47958428e8bfe231',1,'llama']]], - ['getfieldtype_250',['GetFieldType',['../namespacellama.html#a75dfd56127d13358c2991a57340657dc',1,'llama']]], - ['getnode_251',['getNode',['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#a973f75bab67ac1d1f76361c12ac0e6ad',1,'llama::mapping::tree::functor::internal']]], - ['gettag_252',['GetTag',['../namespacellama.html#a5c9a9464eb5c520170ea7911bac60863',1,'llama']]], - ['gettagimpl_253',['GetTagImpl',['../structllama_1_1internal_1_1GetTagImpl.html',1,'llama::internal']]], - ['gettagimpl_3c_20recorddim_2c_20recordcoord_3c_3e_20_3e_254',['GetTagImpl< RecordDim, RecordCoord<> >',['../structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4.html',1,'llama::internal']]], - ['gettags_255',['GetTags',['../namespacellama.html#a4a4fd33218cce7b2e592486d80f2ae90',1,'llama']]], - ['gettagsimpl_256',['GetTagsImpl',['../structllama_1_1internal_1_1GetTagsImpl.html',1,'llama::internal']]], - ['gettagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_20firstcoord_2c_20coords_2e_2e_2e_20_3e_20_3e_257',['GetTagsImpl< ChildType[Count], RecordCoord< FirstCoord, Coords... > >',['../structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html',1,'llama::internal']]], - ['gettagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_20firstcoord_2c_20coords_2e_2e_2e_20_3e_20_3e_258',['GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >',['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html',1,'llama::internal']]], - ['gettagsimpl_3c_20t_2c_20recordcoord_3c_3e_20_3e_259',['GetTagsImpl< T, RecordCoord<> >',['../structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4.html',1,'llama::internal']]], - ['gettreeblobbyte_260',['getTreeBlobByte',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ab73089a3ad1b460da9b759a1965c08a8',1,'llama::mapping::tree::internal']]], - ['gettreeblobsize_261',['getTreeBlobSize',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ac2eb7732be218b043c755eb7bc8ccd6a',1,'llama::mapping::tree::internal::getTreeBlobSize(const Childs &childs, const CountType &count) -> std::size_t'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a11f58f162722edf45582c4f3a409dde3',1,'llama::mapping::tree::internal::getTreeBlobSize(const Leaf< Identifier, Type, CountType > &leaf) -> std::size_t'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a10fbf0b82282d13a9bb7f1d5557aaaf2',1,'llama::mapping::tree::internal::getTreeBlobSize(const Node< Identifier, Type, CountType > &node) -> std::size_t']]], - ['gettype_262',['GetType',['../namespacellama.html#acdfb627d325de5ab6c18cdc842cd7350',1,'llama']]], - ['gettypeimpl_263',['GetTypeImpl',['../structllama_1_1internal_1_1GetTypeImpl.html',1,'llama::internal']]], - ['gettypeimpl_3c_20childtype_5bn_5d_2c_20recordcoord_3c_20headcoord_2c_20tailcoords_2e_2e_2e_20_3e_20_3e_264',['GetTypeImpl< ChildType[N], RecordCoord< HeadCoord, TailCoords... > >',['../structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_01TailCoords_8_8_8_01_4_01_4.html',1,'llama::internal']]], - ['gettypeimpl_3c_20record_3c_20children_2e_2e_2e_20_3e_2c_20recordcoord_3c_20headcoord_2c_20tailcoords_2e_2e_2e_20_3e_20_3e_265',['GetTypeImpl< Record< Children... >, RecordCoord< HeadCoord, TailCoords... > >',['../structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html',1,'llama::internal']]], - ['gettypeimpl_3c_20t_2c_20recordcoord_3c_3e_20_3e_266',['GetTypeImpl< T, RecordCoord<> >',['../structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4.html',1,'llama::internal']]], - ['gnuplotscriptascii_267',['gnuplotScriptAscii',['../structllama_1_1mapping_1_1Heatmap.html#a732b6e767007550c1acf855fdb7f958b',1,'llama::mapping::Heatmap']]], - ['gnuplotscriptbinary_268',['gnuplotScriptBinary',['../structllama_1_1mapping_1_1Heatmap.html#af46157df5d2bec1171ee6990943796df',1,'llama::mapping::Heatmap']]], - ['granularity_269',['granularity',['../structllama_1_1mapping_1_1Heatmap.html#a0ed006df2279a44a51949de4885f25e3',1,'llama::mapping::Heatmap']]] + ['get_238',['get',['../structllama_1_1ScopedUpdate.html#a7d88a7ec80ed16d09dade610fb3ac386',1,'llama::ScopedUpdate::get()'],['../structllama_1_1Array.html#ae5db7865aabd4d3174462fc7a818fe73',1,'llama::Array::get() -> T &'],['../structllama_1_1Array.html#a4376175e8327f95424cd17bbca0c27b9',1,'llama::Array::get() const -> const T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a4412ad1cc0688ee8067457890324b5b6',1,'llama::Array< T, 0 >::get() -> T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a8de47bfa9fbdeb79ef7d09a0faf57078',1,'llama::Array< T, 0 >::get() const -> const T &'],['../structllama_1_1ArrayExtents.html#a4693739ef8f42b3dfeb8203b74395ed7',1,'llama::ArrayExtents::get()'],['../structllama_1_1RecordRef.html#a72a33b30f3a6b9484e4d68f85aa2f24b',1,'llama::RecordRef::get() -> decltype(auto)'],['../structllama_1_1RecordRef.html#a0338c0014a8c13bdf8525703e9faf306',1,'llama::RecordRef::get() const -> decltype(auto)'],['../structllama_1_1ScopedUpdate.html#a3fb6bbcdac3b919b02f07443c8270ac6',1,'llama::ScopedUpdate::get()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a26122cea9eb17797ee808646bcdce74b',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::get() -> value_type &'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a195388b18b269cd3e12cd181aebe72bd',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::get() const -> const value_type &'],['../namespacellama.html#ab4a445e00f595ee5e2f75fc0a0e81b07',1,'llama::get(Tuple< Elements... > &tuple) -> auto &'],['../namespacellama.html#a0b641cbeb889f9a3002ae9ec9b6569c9',1,'llama::get(const Tuple< Elements... > &tuple) -> const auto &']]], + ['getchildrenblobsize_239',['getChildrenBlobSize',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a7bbee2eb82b2b9e2fdc3e20c9712bdfa',1,'llama::mapping::tree::internal']]], + ['getcoordfromtags_240',['GetCoordFromTags',['../namespacellama.html#ac1474c16fc91cddf593cb83ac1234619',1,'llama']]], + ['getcoordfromtagsimpl_241',['GetCoordFromTagsImpl',['../structllama_1_1internal_1_1GetCoordFromTagsImpl.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_20resultcoords_2e_2e_2e_20_3e_2c_20firsttag_2c_20tags_2e_2e_2e_20_3e_242',['GetCoordFromTagsImpl< ChildType[Count], RecordCoord< ResultCoords... >, FirstTag, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Rea82f6370a44084538dfd07ee1f739c70.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_3e_2c_20mp_5flist_3c_20tags_2e_2e_2e_20_3e_20_3e_243',['GetCoordFromTagsImpl< ChildType[Count], RecordCoord<>, mp_list< Tags... > >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_4_0013246d85cb9afa4ef03a045cfb732088.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_3e_2c_20tags_2e_2e_2e_20_3e_244',['GetCoordFromTagsImpl< ChildType[Count], RecordCoord<>, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_20resultcoords_2e_2e_2e_20_3e_2c_20firsttag_2c_20tags_2e_2e_2e_20_3e_245',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_3e_2c_20mp_5flist_3c_20tags_2e_2e_2e_20_3e_20_3e_246',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, mp_list< Tags... > >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorb006549913676b1d5139a1b53818a5b4.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_3e_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_247',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, RecordCoord< RCs... > >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorfe79fdbf9645e3871343e16a1c302dbb.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_3e_2c_20tags_2e_2e_2e_20_3e_248',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20recorddim_2c_20recordcoord_20_3e_249',['GetCoordFromTagsImpl< RecordDim, RecordCoord >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4.html',1,'llama::internal']]], + ['getfieldtag_250',['GetFieldTag',['../namespacellama.html#aca81dc9a7fe8571b47958428e8bfe231',1,'llama']]], + ['getfieldtype_251',['GetFieldType',['../namespacellama.html#a75dfd56127d13358c2991a57340657dc',1,'llama']]], + ['getnode_252',['getNode',['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#a973f75bab67ac1d1f76361c12ac0e6ad',1,'llama::mapping::tree::functor::internal']]], + ['gettag_253',['GetTag',['../namespacellama.html#a5c9a9464eb5c520170ea7911bac60863',1,'llama']]], + ['gettagimpl_254',['GetTagImpl',['../structllama_1_1internal_1_1GetTagImpl.html',1,'llama::internal']]], + ['gettagimpl_3c_20recorddim_2c_20recordcoord_3c_3e_20_3e_255',['GetTagImpl< RecordDim, RecordCoord<> >',['../structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4.html',1,'llama::internal']]], + ['gettags_256',['GetTags',['../namespacellama.html#a4a4fd33218cce7b2e592486d80f2ae90',1,'llama']]], + ['gettagsimpl_257',['GetTagsImpl',['../structllama_1_1internal_1_1GetTagsImpl.html',1,'llama::internal']]], + ['gettagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_20firstcoord_2c_20coords_2e_2e_2e_20_3e_20_3e_258',['GetTagsImpl< ChildType[Count], RecordCoord< FirstCoord, Coords... > >',['../structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html',1,'llama::internal']]], + ['gettagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_20firstcoord_2c_20coords_2e_2e_2e_20_3e_20_3e_259',['GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >',['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html',1,'llama::internal']]], + ['gettagsimpl_3c_20t_2c_20recordcoord_3c_3e_20_3e_260',['GetTagsImpl< T, RecordCoord<> >',['../structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4.html',1,'llama::internal']]], + ['gettreeblobbyte_261',['getTreeBlobByte',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ab73089a3ad1b460da9b759a1965c08a8',1,'llama::mapping::tree::internal']]], + ['gettreeblobsize_262',['getTreeBlobSize',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ac2eb7732be218b043c755eb7bc8ccd6a',1,'llama::mapping::tree::internal::getTreeBlobSize(const Childs &childs, const CountType &count) -> std::size_t'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a11f58f162722edf45582c4f3a409dde3',1,'llama::mapping::tree::internal::getTreeBlobSize(const Leaf< Identifier, Type, CountType > &leaf) -> std::size_t'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a10fbf0b82282d13a9bb7f1d5557aaaf2',1,'llama::mapping::tree::internal::getTreeBlobSize(const Node< Identifier, Type, CountType > &node) -> std::size_t']]], + ['gettype_263',['GetType',['../namespacellama.html#acdfb627d325de5ab6c18cdc842cd7350',1,'llama']]], + ['gettypeimpl_264',['GetTypeImpl',['../structllama_1_1internal_1_1GetTypeImpl.html',1,'llama::internal']]], + ['gettypeimpl_3c_20childtype_5bn_5d_2c_20recordcoord_3c_20headcoord_2c_20tailcoords_2e_2e_2e_20_3e_20_3e_265',['GetTypeImpl< ChildType[N], RecordCoord< HeadCoord, TailCoords... > >',['../structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_01TailCoords_8_8_8_01_4_01_4.html',1,'llama::internal']]], + ['gettypeimpl_3c_20record_3c_20children_2e_2e_2e_20_3e_2c_20recordcoord_3c_20headcoord_2c_20tailcoords_2e_2e_2e_20_3e_20_3e_266',['GetTypeImpl< Record< Children... >, RecordCoord< HeadCoord, TailCoords... > >',['../structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html',1,'llama::internal']]], + ['gettypeimpl_3c_20t_2c_20recordcoord_3c_3e_20_3e_267',['GetTypeImpl< T, RecordCoord<> >',['../structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4.html',1,'llama::internal']]], + ['gnuplotscriptascii_268',['gnuplotScriptAscii',['../structllama_1_1mapping_1_1Heatmap.html#a732b6e767007550c1acf855fdb7f958b',1,'llama::mapping::Heatmap']]], + ['gnuplotscriptbinary_269',['gnuplotScriptBinary',['../structllama_1_1mapping_1_1Heatmap.html#af46157df5d2bec1171ee6990943796df',1,'llama::mapping::Heatmap']]], + ['granularity_270',['granularity',['../structllama_1_1mapping_1_1Heatmap.html#a0ed006df2279a44a51949de4885f25e3',1,'llama::mapping::Heatmap']]] ]; diff --git a/search/all_7.js b/search/all_7.js index a2379265f7..7ac1fefbef 100644 --- a/search/all_7.js +++ b/search/all_7.js @@ -1,11 +1,11 @@ var searchData= [ - ['hasanycomputedfield_270',['hasAnyComputedField',['../namespacellama.html#a156385d5598b772070206225a5093266',1,'llama']]], - ['hash_3c_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_271',['hash< llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], - ['haslargersize_272',['HasLargerSize',['../namespacellama_1_1mapping_1_1internal.html#aefb16cc8176bc77f148c9fd8d51f88e1',1,'llama::mapping::internal']]], - ['hassametags_273',['hasSameTags',['../namespacellama.html#a39d280955e5b9deb36f6c8fa1124ca2b',1,'llama']]], - ['hastag_274',['HasTag',['../structllama_1_1internal_1_1FindFieldByTag.html#a639f42c84662e72d362dac10a48bdaf1',1,'llama::internal::FindFieldByTag']]], - ['heatmap_275',['Heatmap',['../structllama_1_1mapping_1_1Heatmap.html#a3d374b0e9ffbc6ce8617ca2419b01a92',1,'llama::mapping::Heatmap::Heatmap()=default'],['../structllama_1_1mapping_1_1Heatmap.html#a4086c43804ed0bffd1f484a9142ef0a6',1,'llama::mapping::Heatmap::Heatmap(Mapping mapping)'],['../structllama_1_1mapping_1_1Heatmap.html#ac2c647634026cb6ea41aa8f9a4b06062',1,'llama::mapping::Heatmap::Heatmap(Args &&... innerArgs)'],['../structllama_1_1mapping_1_1Heatmap.html',1,'llama::mapping::Heatmap< Mapping, Granularity, TCountType >']]], - ['heatmap_2ehpp_276',['Heatmap.hpp',['../Heatmap_8hpp.html',1,'']]], - ['help_277',['help',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a241d0ae35f9bac0dabf5713cde4dfda4',1,'llama::internal::LeafRecordCoordsImpl< Record< Fields... >, RecordCoord< RCs... > >::help()'],['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#adb2bd117dda728656e636518bc81e1e7',1,'llama::internal::LeafRecordCoordsImpl< Child[N], RecordCoord< RCs... > >::help()']]] + ['hasanycomputedfield_271',['hasAnyComputedField',['../namespacellama.html#a156385d5598b772070206225a5093266',1,'llama']]], + ['hash_3c_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_272',['hash< llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], + ['haslargersize_273',['HasLargerSize',['../namespacellama_1_1mapping_1_1internal.html#aefb16cc8176bc77f148c9fd8d51f88e1',1,'llama::mapping::internal']]], + ['hassametags_274',['hasSameTags',['../namespacellama.html#a39d280955e5b9deb36f6c8fa1124ca2b',1,'llama']]], + ['hastag_275',['HasTag',['../structllama_1_1internal_1_1FindFieldByTag.html#a639f42c84662e72d362dac10a48bdaf1',1,'llama::internal::FindFieldByTag']]], + ['heatmap_276',['Heatmap',['../structllama_1_1mapping_1_1Heatmap.html#a3d374b0e9ffbc6ce8617ca2419b01a92',1,'llama::mapping::Heatmap::Heatmap()=default'],['../structllama_1_1mapping_1_1Heatmap.html#a4086c43804ed0bffd1f484a9142ef0a6',1,'llama::mapping::Heatmap::Heatmap(Mapping mapping)'],['../structllama_1_1mapping_1_1Heatmap.html#ac2c647634026cb6ea41aa8f9a4b06062',1,'llama::mapping::Heatmap::Heatmap(Args &&... innerArgs)'],['../structllama_1_1mapping_1_1Heatmap.html',1,'llama::mapping::Heatmap< Mapping, Granularity, TCountType >']]], + ['heatmap_2ehpp_277',['Heatmap.hpp',['../Heatmap_8hpp.html',1,'']]], + ['help_278',['help',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a241d0ae35f9bac0dabf5713cde4dfda4',1,'llama::internal::LeafRecordCoordsImpl< Record< Fields... >, RecordCoord< RCs... > >::help()'],['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#adb2bd117dda728656e636518bc81e1e7',1,'llama::internal::LeafRecordCoordsImpl< Child[N], RecordCoord< RCs... > >::help()']]] ]; diff --git a/search/all_8.js b/search/all_8.js index 979ce3704a..1928abb620 100644 --- a/search/all_8.js +++ b/search/all_8.js @@ -1,87 +1,87 @@ var searchData= [ - ['idem_278',['Idem',['../structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html',1,'llama::mapping::tree::functor']]], - ['identifier_279',['Identifier',['../structllama_1_1mapping_1_1tree_1_1Leaf.html#a1fc784a9c8c87bc43ff682121b8fd5d7',1,'llama::mapping::tree::Leaf::Identifier()'],['../structllama_1_1mapping_1_1tree_1_1Node.html#a505e7e6a29add068afe6c17f3e5a022c',1,'llama::mapping::tree::Node::Identifier()']]], - ['index_280',['Index',['../structllama_1_1ArrayExtents_3_01T_01_4.html#a3c7a03c62d1570aee15138dc3a754b10',1,'llama::ArrayExtents< T >::Index()'],['../structllama_1_1ArrayExtents.html#abce5defd13fa5853289a5b1f744eb243',1,'llama::ArrayExtents::Index()']]], - ['indextypefromargs_281',['IndexTypeFromArgs',['../structllama_1_1internal_1_1IndexTypeFromArgs.html',1,'llama::internal']]], - ['indextypefromargs_3c_20default_2c_20firstint_2c_20ints_2e_2e_2e_20_3e_282',['IndexTypeFromArgs< Default, FirstInt, Ints... >',['../structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4.html',1,'llama::internal']]], - ['indirectvalue_283',['IndirectValue',['../structllama_1_1internal_1_1IndirectValue.html',1,'llama::internal']]], - ['inner_284',['Inner',['../structllama_1_1mapping_1_1Projection.html#a22727dd1e166dbfea0a762d7d163bac0',1,'llama::mapping::Projection::Inner()'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a62eb3f9b50656086f868504acb084925',1,'llama::mapping::PermuteArrayIndex::Inner()'],['../structllama_1_1mapping_1_1Heatmap.html#af33773e38b72e7d43561b1dbffcd1052',1,'llama::mapping::Heatmap::Inner()'],['../structllama_1_1mapping_1_1Bytesplit.html#ae9a0b3f519c15de176403f3eea6e072b',1,'llama::mapping::Bytesplit::Inner()']]], - ['insert_285',['insert',['../structllama_1_1Vector.html#a937ddab02e937975cd8b0e097250d337',1,'llama::Vector']]], - ['integbits_286',['integBits',['../namespacellama_1_1mapping_1_1internal.html#a0b646068d34ea7c565e412d470de2abc',1,'llama::mapping::internal::integBits(E e, M m)'],['../namespacellama_1_1mapping_1_1internal.html#af82bc84df6926cd1cd56cd929c035aeb',1,'llama::mapping::internal::integBits(llama::internal::BoxedValue< Constant< E >>, llama::internal::BoxedValue< Constant< M >>)']]], - ['inttostrsize_287',['intToStrSize',['../namespacellama_1_1internal.html#ad4195dfa3069a0e4cc1d15e13175cc88',1,'llama::internal']]], - ['isallowedfieldtype_288',['isAllowedFieldType',['../namespacellama.html#acca32b49e2be7c3c136e940939c531ae',1,'llama']]], - ['isallowedfieldtype_289',['IsAllowedFieldType',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a80dcaa71f6e62bf0b4d0a3b69f9406de',1,'llama::mapping::internal::BitPackedIntCommon']]], - ['isaos_290',['isAoS',['../namespacellama_1_1mapping.html#a8ccdc77397e087a2a223e32b544006fa',1,'llama::mapping']]], - ['isaos_3c_20aos_3c_20arrayextents_2c_20recorddim_2c_20fieldalignment_2c_20linearizearrayindexfunctor_2c_20permutefields_20_3e_20_3e_291',['isAoS< AoS< ArrayExtents, RecordDim, FieldAlignment, LinearizeArrayIndexFunctor, PermuteFields > >',['../namespacellama_1_1mapping.html#a52d3f2a8cc0eb9d356536d8f57888d22',1,'llama::mapping']]], - ['isaosoa_292',['isAoSoA',['../namespacellama_1_1mapping.html#a5f9ae52631dd878c1ae2c2e73f353580',1,'llama::mapping']]], - ['isaosoa_3c_20aosoa_3c_20ad_2c_20rd_2c_20l_2c_20lin_2c_20perm_20_3e_20_3e_293',['isAoSoA< AoSoA< AD, RD, L, Lin, Perm > >',['../namespacellama_1_1mapping.html#a121e1d727915a265684db0491a13b644',1,'llama::mapping']]], - ['isbitpackedfloataos_294',['isBitPackedFloatAoS',['../namespacellama_1_1mapping.html#a2c8b80aa8bfba10f6b647735746bb61b',1,'llama::mapping']]], - ['isbitpackedfloataos_3c_20bitpackedfloataos_3c_20arrayextents_2c_20recorddim_2c_20exponentbits_2c_20mantissabits_2c_20linearizearrayindexfunctor_2c_20permutefields_2c_20storedintegral_20_3e_20_3e_295',['isBitPackedFloatAoS< BitPackedFloatAoS< ArrayExtents, RecordDim, ExponentBits, MantissaBits, LinearizeArrayIndexFunctor, PermuteFields, StoredIntegral > >',['../namespacellama_1_1mapping.html#a26443c5794d6ec9f578f48a634f58c8b',1,'llama::mapping']]], - ['isbitpackedfloatsoa_296',['isBitPackedFloatSoA',['../namespacellama_1_1mapping.html#af9c9d24fc8ce05a939c4bdb3ca8ae133',1,'llama::mapping']]], - ['isbitpackedfloatsoa_3c_20bitpackedfloatsoa_3c_20ts_2e_2e_2e_20_3e_20_3e_297',['isBitPackedFloatSoA< BitPackedFloatSoA< Ts... > >',['../namespacellama_1_1mapping.html#a89403fec542ad934c779be84c857e970',1,'llama::mapping']]], - ['isbitpackedintaos_298',['isBitPackedIntAoS',['../namespacellama_1_1mapping.html#a4106c8cedc2eabae181bb199449cd690',1,'llama::mapping']]], - ['isbitpackedintaos_3c_20bitpackedintaos_3c_20arrayextents_2c_20recorddim_2c_20bits_2c_20signbit_2c_20linearizearrayindexfunctor_2c_20permutefields_2c_20storedintegral_20_3e_20_3e_299',['isBitPackedIntAoS< BitPackedIntAoS< ArrayExtents, RecordDim, Bits, SignBit, LinearizeArrayIndexFunctor, PermuteFields, StoredIntegral > >',['../namespacellama_1_1mapping.html#a84bc973f00885d7e0aaa8becbc7c11bd',1,'llama::mapping']]], - ['isbitpackedintsoa_300',['isBitPackedIntSoA',['../namespacellama_1_1mapping.html#a6663b77c0af63f5b4ac7d7d1ca0eaf9e',1,'llama::mapping']]], - ['isbitpackedintsoa_3c_20bitpackedintsoa_3c_20arrayextents_2c_20recorddim_2c_20bits_2c_20signbit_2c_20linearizearrayindexfunctor_2c_20storedintegral_20_3e_20_3e_301',['isBitPackedIntSoA< BitPackedIntSoA< ArrayExtents, RecordDim, Bits, SignBit, LinearizeArrayIndexFunctor, StoredIntegral > >',['../namespacellama_1_1mapping.html#ac74e8844246c4f7f7f47c807e892b11c',1,'llama::mapping']]], - ['isboundedarray_302',['IsBoundedArray',['../structllama_1_1internal_1_1IsBoundedArray.html',1,'llama::internal']]], - ['isboundedarray_3c_20t_5bn_5d_3e_303',['IsBoundedArray< T[N]>',['../structllama_1_1internal_1_1IsBoundedArray_3_01T_0fN_0e_4.html',1,'llama::internal']]], - ['isbytesplit_304',['isBytesplit',['../namespacellama_1_1mapping.html#a3e1dc6fefae9503d7e22ed80ea689098',1,'llama::mapping']]], - ['isbytesplit_3c_20bytesplit_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_20_3e_20_3e_305',['isBytesplit< Bytesplit< TArrayExtents, TRecordDim, InnerMapping > >',['../namespacellama_1_1mapping.html#a660e6891f37e1339cf157ea1fe8f4b86',1,'llama::mapping']]], - ['isbyteswap_306',['isByteswap',['../namespacellama_1_1mapping.html#af3bf715d9af3ff57725630f67437007b',1,'llama::mapping']]], - ['isbyteswap_3c_20byteswap_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_20_3e_20_3e_307',['isByteswap< Byteswap< TArrayExtents, TRecordDim, InnerMapping > >',['../namespacellama_1_1mapping.html#aad837c290cbaeffaa4a30ebb4c24c29a',1,'llama::mapping']]], - ['ischangetype_308',['isChangeType',['../namespacellama_1_1mapping.html#ac5ba972c9e6a90a0294dbb91aa8e774f',1,'llama::mapping']]], - ['ischangetype_3c_20changetype_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_2c_20replacementmap_20_3e_20_3e_309',['isChangeType< ChangeType< TArrayExtents, TRecordDim, InnerMapping, ReplacementMap > >',['../namespacellama_1_1mapping.html#a9ca2b15cf29934313d827f7e8a972952',1,'llama::mapping']]], - ['iscomputed_310',['isComputed',['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a84c762119deabae1c988a44538c6e69a',1,'llama::mapping::BitPackedFloatAoS::isComputed()'],['../namespacellama.html#a9676a3903b134df116791bcae533d6c6',1,'llama::isComputed()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a68727b90bf3ff0efcd886d539f1ec18b',1,'llama::mapping::FieldAccessCount::isComputed()'],['../structllama_1_1mapping_1_1Heatmap.html#ac0367a8b8a7b5edb75411364e8b1e7de',1,'llama::mapping::Heatmap::isComputed()'],['../structllama_1_1mapping_1_1Null.html#a699bf73e9c926389b2c9211098bae0c2',1,'llama::mapping::Null::isComputed()'],['../structllama_1_1mapping_1_1Projection.html#afe951187a320045148991fce5c61b224',1,'llama::mapping::Projection::isComputed()'],['../structllama_1_1mapping_1_1Split.html#af580f2bd1ebb7c0de5ad5437f287238b',1,'llama::mapping::Split::isComputed()'],['../structllama_1_1mapping_1_1Bytesplit.html#a5115425b91f0b0607696c9594d115a63',1,'llama::mapping::Bytesplit::isComputed()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#ad120a49ea1e230878a8c20ae91f9fb7d',1,'llama::mapping::internal::BitPackedIntCommon::isComputed()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a1a168506193631b987170a3899038b8e',1,'llama::mapping::BitPackedFloatSoA::isComputed()']]], - ['iscomputed_311',['IsComputed',['../structllama_1_1internal_1_1IsComputed.html',1,'llama::internal']]], - ['iscomputed_3c_20mapping_2c_20recordcoord_2c_20std_3a_3avoid_5ft_3c_20decltype_28mapping_3a_3aiscomputed_28recordcoord_7b_7d_29_29_3e_20_3e_312',['IsComputed< Mapping, RecordCoord, std::void_t< decltype(Mapping::isComputed(RecordCoord{}))> >',['../structllama_1_1internal_1_1IsComputed_3_01Mapping_00_01RecordCoord_00_01std_1_1void__t_3_01declt31ec39d02aa75d5ea3308109fe018112.html',1,'llama::internal']]], - ['isconstant_313',['isConstant',['../namespacellama.html#aeb3261387e3af25b2f65fb3725bacde1',1,'llama']]], - ['isconstant_314',['IsConstant',['../structllama_1_1internal_1_1IsConstant.html',1,'llama::internal']]], - ['isconstant_3c_20std_3a_3aintegral_5fconstant_3c_20t_2c_20v_20_3e_20_3e_315',['IsConstant< std::integral_constant< T, V > >',['../structllama_1_1internal_1_1IsConstant_3_01std_1_1integral__constant_3_01T_00_01V_01_4_01_4.html',1,'llama::internal']]], - ['isdirectlistinitializable_316',['isDirectListInitializable',['../namespacellama_1_1internal.html#ab894af475936b236e92c32b9ddde4003',1,'llama::internal']]], - ['isdirectlistinitializablefromtuple_317',['isDirectListInitializableFromTuple',['../namespacellama_1_1internal.html#adac3b860082c6e49c312325ae0a2d166',1,'llama::internal']]], - ['isdirectlistinitializablefromtuple_3c_20t_2c_20tuple_3c_20args_2e_2e_2e_20_3e_20_3e_318',['isDirectListInitializableFromTuple< T, Tuple< Args... > >',['../namespacellama_1_1internal.html#a4522640644ac2790e930a57ea0ec85c9',1,'llama::internal']]], - ['isdirectlistinitializableimpl_319',['isDirectListInitializableImpl',['../namespacellama_1_1internal.html#adecb2f7954000ceb98ea4ec0a68da21d',1,'llama::internal']]], - ['isfield_320',['isField',['../namespacellama.html#a75482a9b4713c755f75805bd247866e9',1,'llama']]], - ['isfield_3c_20field_3c_20tag_2c_20type_20_3e_20_3e_321',['isField< Field< Tag, Type > >',['../namespacellama.html#ae026262aaccd3c32d553a96d7a56e8b3',1,'llama']]], - ['isfieldaccesscount_322',['isFieldAccessCount',['../namespacellama_1_1mapping.html#a6915406ebc3c267d178d2b8d2de4880d',1,'llama::mapping']]], - ['isfieldaccesscount_3c_20fieldaccesscount_3c_20mapping_2c_20counttype_2c_20mycodehandlesproxyreferences_20_3e_20_3e_323',['isFieldAccessCount< FieldAccessCount< Mapping, CountType, MyCodeHandlesProxyReferences > >',['../namespacellama_1_1mapping.html#aefb24225681377e371e5529d5c41c6f0',1,'llama::mapping']]], - ['isfieldtypesmallerorequalstorageintegral_324',['IsFieldTypeSmallerOrEqualStorageIntegral',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a8f403c3b479257eab7d51b83528950b8',1,'llama::mapping::internal::BitPackedIntCommon']]], - ['isheatmap_325',['isHeatmap',['../namespacellama_1_1mapping.html#a6d27fa50275ed7d312703a8d661bcb02',1,'llama::mapping']]], - ['isheatmap_3c_20heatmap_3c_20mapping_2c_20granularity_2c_20counttype_20_3e_20_3e_326',['isHeatmap< Heatmap< Mapping, Granularity, CountType > >',['../namespacellama_1_1mapping.html#af6e9af2cfa31c4441b3eaf35b776c29e',1,'llama::mapping']]], - ['isidentchar_327',['isIdentChar',['../namespacellama_1_1internal.html#a7a180ada47fd3f35af9c404efbce16cf',1,'llama::internal']]], - ['isnull_328',['isNull',['../namespacellama_1_1mapping.html#af49f9cf9be4341952fbf347c07147f7b',1,'llama::mapping']]], - ['isnull_3c_20null_3c_20arrayextents_2c_20recorddim_20_3e_20_3e_329',['isNull< Null< ArrayExtents, RecordDim > >',['../namespacellama_1_1mapping.html#ae20fac87225a87f15d01c14b334c0746',1,'llama::mapping']]], - ['isone_330',['isOne',['../namespacellama_1_1mapping.html#a3f61909f579ae3a51762dd71aaae2556',1,'llama::mapping::isOne()'],['../namespacellama.html#aecf6a2d8f8fd3cde95667fbf433e42d1',1,'llama::isOne()']]], - ['isone_3c_20one_3c_20arrayextents_2c_20recorddim_2c_20fieldalignment_2c_20permutefields_20_3e_20_3e_331',['isOne< One< ArrayExtents, RecordDim, FieldAlignment, PermuteFields > >',['../namespacellama_1_1mapping.html#a59a4bc53c92ec61ba6d4e0c1556f2687',1,'llama::mapping']]], - ['isone_3c_20recordref_3c_20view_2c_20boundrecordcoord_2c_20true_20_3e_20_3e_332',['isOne< RecordRef< View, BoundRecordCoord, true > >',['../namespacellama.html#a44aec444f97e67c053400d58fae4126b',1,'llama']]], - ['ispermutearrayindex_333',['isPermuteArrayIndex',['../namespacellama_1_1mapping.html#a8b6f974b9d6c835a460f747435633822',1,'llama::mapping']]], - ['ispermutearrayindex_3c_20permutearrayindex_3c_20mapping_2c_20permutation_2e_2e_2e_20_3e_20_3e_334',['isPermuteArrayIndex< PermuteArrayIndex< Mapping, Permutation... > >',['../namespacellama_1_1mapping.html#a20979d81de36d3cf4b8e445f158dbb42',1,'llama::mapping']]], - ['isprojection_335',['isProjection',['../namespacellama_1_1mapping.html#a7c53c4de0dcccd8f0334b24fde6f0a68',1,'llama::mapping']]], - ['isprojection_3c_20projection_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_2c_20replacementmap_20_3e_20_3e_336',['isProjection< Projection< TArrayExtents, TRecordDim, InnerMapping, ReplacementMap > >',['../namespacellama_1_1mapping.html#a256603f940c0e5cadda24280055fb150',1,'llama::mapping']]], - ['isproxyreference_337',['isProxyReference',['../namespacellama.html#a06e1dd12e96257f3aaf7a1ea6b9eead8',1,'llama']]], - ['isproxyreferenceimpl_338',['IsProxyReferenceImpl',['../structllama_1_1internal_1_1IsProxyReferenceImpl.html',1,'llama::internal']]], - ['isproxyreferenceimpl_3c_20r_2c_20std_3a_3avoid_5ft_3c_20typename_20r_3a_3avalue_5ftype_2c_20decltype_28static_5fcast_3c_20typename_20r_3a_3avalue_5ftype_20_3e_28std_3a_3adeclval_3c_20r_20_26_20_3e_28_29_29_29_2c_20decltype_28std_3a_3adeclval_3c_20r_20_26_20_3e_28_29_3dstd_3a_3adeclval_3c_20typename_20r_3a_3avalue_5ftype_20_3e_28_29_29_3e_20_3e_339',['IsProxyReferenceImpl< R, std::void_t< typename R::value_type, decltype(static_cast< typename R::value_type >(std::declval< R & >())), decltype(std::declval< R & >()=std::declval< typename R::value_type >())> >',['../structllama_1_1internal_1_1IsProxyReferenceImpl_3_01R_00_01std_1_1void__t_3_01typename_01R_1_1vaf29d5bd88afd76084d03518114f19340.html',1,'llama::internal']]], - ['isrecord_340',['isRecord',['../namespacellama.html#a3b2aa8fd3e43e43b830bc4a71b180175',1,'llama']]], - ['isrecord_3c_20record_3c_20fields_2e_2e_2e_20_3e_20_3e_341',['isRecord< Record< Fields... > >',['../namespacellama.html#adee8dc812f8d14dbea092728c88a937d',1,'llama']]], - ['isrecordcoord_342',['isRecordCoord',['../namespacellama.html#a548294a2b7b4f2e76954d9cf9edcdec7',1,'llama']]], - ['isrecordcoord_3c_20recordcoord_3c_20coords_2e_2e_2e_20_3e_20_3e_343',['isRecordCoord< RecordCoord< Coords... > >',['../namespacellama.html#a9c898b6940a90559b91b4057b85fb74b',1,'llama']]], - ['isrecorddim_344',['isRecordDim',['../namespacellama.html#ab8f37f9e6c5055a9fa84709a6c5e5304',1,'llama']]], - ['isrecordref_345',['isRecordRef',['../namespacellama.html#af3acf31ae1481251861f38e12ee58dda',1,'llama']]], - ['isrecordref_3c_20recordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_346',['isRecordRef< RecordRef< View, BoundRecordCoord, OwnView > >',['../namespacellama.html#a88abd408b8ac8bd2456a8316a62a5928',1,'llama']]], - ['isselected_347',['isSelected',['../namespacellama_1_1mapping_1_1internal.html#a80b85cc773de0f9db4d011d6823ba687',1,'llama::mapping::internal']]], - ['isselected_3c_20rc_2c_20mp_5flist_3c_20recordcoordsformapping1_2e_2e_2e_20_3e_20_3e_348',['isSelected< RC, mp_list< RecordCoordsForMapping1... > >',['../namespacellama_1_1mapping_1_1internal.html#a1a3be9b6100e9b76058515f69b1c3582',1,'llama::mapping::internal']]], - ['issoa_349',['isSoA',['../namespacellama_1_1mapping.html#a131edc0148d778b3ebe27f58df87ffc1',1,'llama::mapping']]], - ['issoa_3c_20soa_3c_20arrayextents_2c_20recorddim_2c_20blobs_2c_20subarrayalignment_2c_20linearizearrayindexfunctor_20_3e_20_3e_350',['isSoA< SoA< ArrayExtents, RecordDim, Blobs, SubArrayAlignment, LinearizeArrayIndexFunctor > >',['../namespacellama_1_1mapping.html#a49ae1174eb89cb8f2ce65f200d0bdf6c',1,'llama::mapping']]], - ['issplit_351',['isSplit',['../namespacellama_1_1mapping.html#aabd645ad645fb163c9c63781b08ed50a',1,'llama::mapping']]], - ['issplit_3c_20split_3c_20arrayextents_2c_20recorddim_2c_20selectorformapping1_2c_20mappingtemplate1_2c_20mappingtemplate2_2c_20separateblobs_20_3e_20_3e_352',['isSplit< Split< ArrayExtents, RecordDim, SelectorForMapping1, MappingTemplate1, MappingTemplate2, SeparateBlobs > >',['../namespacellama_1_1mapping.html#a990d4d3fa6208c7df73c636dd60ec6a7',1,'llama::mapping']]], - ['istuplelike_353',['isTupleLike',['../namespacellama_1_1internal.html#aa30231c6e488d62d3b26388e1ca9f590',1,'llama::internal']]], - ['isview_354',['isView',['../namespacellama.html#a2c3ef24f7ab0d71912a5f7e71cf24130',1,'llama']]], - ['isview_3c_20view_3c_20mapping_2c_20blobtype_2c_20accessor_20_3e_20_3e_355',['isView< View< Mapping, BlobType, Accessor > >',['../namespacellama.html#abada4e4a295e9cacca30c9bebd6f5dbf',1,'llama']]], - ['iterator_356',['Iterator',['../structllama_1_1Iterator.html#afa877e06adc28f4c7bb7644b2aa77d67',1,'llama::Iterator::Iterator()=default'],['../structllama_1_1Iterator.html#a87ca77106e3bf02e1ddf3124fd00a5de',1,'llama::Iterator::Iterator(ArrayIndexIterator arrayIndex, View *view)']]], - ['iterator_357',['iterator',['../structllama_1_1Vector.html#a7cb2da4cdee69566d96d906796ac96ff',1,'llama::Vector::iterator()'],['../structllama_1_1View.html#abe36abe814e4a701c181c5fd06b6b9b0',1,'llama::View::iterator()'],['../structllama_1_1SubView.html#a71c77a388115768cf3f88f4a09732de3',1,'llama::SubView::iterator()']]], - ['iterator_358',['Iterator',['../structllama_1_1Iterator.html',1,'llama']]], - ['iterator_5fcategory_359',['iterator_category',['../structllama_1_1Iterator.html#a9e213325f5a69c320be804d24e0b1ccd',1,'llama::Iterator::iterator_category()'],['../structllama_1_1ArrayIndexIterator.html#ac149b9191555df8d9cd3c8b08b6f22ab',1,'llama::ArrayIndexIterator::iterator_category()']]], - ['loadsimdrecord_360',['loadSimdRecord',['../structllama_1_1RecordRef.html#a4db77e1b7709685c7eb45c7f6c86fb48',1,'llama::RecordRef']]], - ['storesimdrecord_361',['storeSimdRecord',['../structllama_1_1RecordRef.html#ab919c94e030e63d8d3220fe055280c5f',1,'llama::RecordRef']]] + ['idem_279',['Idem',['../structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html',1,'llama::mapping::tree::functor']]], + ['identifier_280',['Identifier',['../structllama_1_1mapping_1_1tree_1_1Leaf.html#a1fc784a9c8c87bc43ff682121b8fd5d7',1,'llama::mapping::tree::Leaf::Identifier()'],['../structllama_1_1mapping_1_1tree_1_1Node.html#a505e7e6a29add068afe6c17f3e5a022c',1,'llama::mapping::tree::Node::Identifier()']]], + ['index_281',['Index',['../structllama_1_1ArrayExtents_3_01T_01_4.html#a3c7a03c62d1570aee15138dc3a754b10',1,'llama::ArrayExtents< T >::Index()'],['../structllama_1_1ArrayExtents.html#abce5defd13fa5853289a5b1f744eb243',1,'llama::ArrayExtents::Index()']]], + ['indextypefromargs_282',['IndexTypeFromArgs',['../structllama_1_1internal_1_1IndexTypeFromArgs.html',1,'llama::internal']]], + ['indextypefromargs_3c_20default_2c_20firstint_2c_20ints_2e_2e_2e_20_3e_283',['IndexTypeFromArgs< Default, FirstInt, Ints... >',['../structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4.html',1,'llama::internal']]], + ['indirectvalue_284',['IndirectValue',['../structllama_1_1internal_1_1IndirectValue.html',1,'llama::internal']]], + ['inner_285',['Inner',['../structllama_1_1mapping_1_1Projection.html#a22727dd1e166dbfea0a762d7d163bac0',1,'llama::mapping::Projection::Inner()'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a62eb3f9b50656086f868504acb084925',1,'llama::mapping::PermuteArrayIndex::Inner()'],['../structllama_1_1mapping_1_1Heatmap.html#af33773e38b72e7d43561b1dbffcd1052',1,'llama::mapping::Heatmap::Inner()'],['../structllama_1_1mapping_1_1Bytesplit.html#ae9a0b3f519c15de176403f3eea6e072b',1,'llama::mapping::Bytesplit::Inner()']]], + ['insert_286',['insert',['../structllama_1_1Vector.html#a937ddab02e937975cd8b0e097250d337',1,'llama::Vector']]], + ['integbits_287',['integBits',['../namespacellama_1_1mapping_1_1internal.html#a0b646068d34ea7c565e412d470de2abc',1,'llama::mapping::internal::integBits(E e, M m)'],['../namespacellama_1_1mapping_1_1internal.html#af82bc84df6926cd1cd56cd929c035aeb',1,'llama::mapping::internal::integBits(llama::internal::BoxedValue< Constant< E >>, llama::internal::BoxedValue< Constant< M >>)']]], + ['inttostrsize_288',['intToStrSize',['../namespacellama_1_1internal.html#ad4195dfa3069a0e4cc1d15e13175cc88',1,'llama::internal']]], + ['isallowedfieldtype_289',['isAllowedFieldType',['../namespacellama.html#acca32b49e2be7c3c136e940939c531ae',1,'llama']]], + ['isallowedfieldtype_290',['IsAllowedFieldType',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a80dcaa71f6e62bf0b4d0a3b69f9406de',1,'llama::mapping::internal::BitPackedIntCommon']]], + ['isaos_291',['isAoS',['../namespacellama_1_1mapping.html#a8ccdc77397e087a2a223e32b544006fa',1,'llama::mapping']]], + ['isaos_3c_20aos_3c_20arrayextents_2c_20recorddim_2c_20fieldalignment_2c_20linearizearrayindexfunctor_2c_20permutefields_20_3e_20_3e_292',['isAoS< AoS< ArrayExtents, RecordDim, FieldAlignment, LinearizeArrayIndexFunctor, PermuteFields > >',['../namespacellama_1_1mapping.html#a52d3f2a8cc0eb9d356536d8f57888d22',1,'llama::mapping']]], + ['isaosoa_293',['isAoSoA',['../namespacellama_1_1mapping.html#a5f9ae52631dd878c1ae2c2e73f353580',1,'llama::mapping']]], + ['isaosoa_3c_20aosoa_3c_20ad_2c_20rd_2c_20l_2c_20lin_2c_20perm_20_3e_20_3e_294',['isAoSoA< AoSoA< AD, RD, L, Lin, Perm > >',['../namespacellama_1_1mapping.html#a121e1d727915a265684db0491a13b644',1,'llama::mapping']]], + ['isbitpackedfloataos_295',['isBitPackedFloatAoS',['../namespacellama_1_1mapping.html#a2c8b80aa8bfba10f6b647735746bb61b',1,'llama::mapping']]], + ['isbitpackedfloataos_3c_20bitpackedfloataos_3c_20arrayextents_2c_20recorddim_2c_20exponentbits_2c_20mantissabits_2c_20linearizearrayindexfunctor_2c_20permutefields_2c_20storedintegral_20_3e_20_3e_296',['isBitPackedFloatAoS< BitPackedFloatAoS< ArrayExtents, RecordDim, ExponentBits, MantissaBits, LinearizeArrayIndexFunctor, PermuteFields, StoredIntegral > >',['../namespacellama_1_1mapping.html#a26443c5794d6ec9f578f48a634f58c8b',1,'llama::mapping']]], + ['isbitpackedfloatsoa_297',['isBitPackedFloatSoA',['../namespacellama_1_1mapping.html#af9c9d24fc8ce05a939c4bdb3ca8ae133',1,'llama::mapping']]], + ['isbitpackedfloatsoa_3c_20bitpackedfloatsoa_3c_20ts_2e_2e_2e_20_3e_20_3e_298',['isBitPackedFloatSoA< BitPackedFloatSoA< Ts... > >',['../namespacellama_1_1mapping.html#a89403fec542ad934c779be84c857e970',1,'llama::mapping']]], + ['isbitpackedintaos_299',['isBitPackedIntAoS',['../namespacellama_1_1mapping.html#a4106c8cedc2eabae181bb199449cd690',1,'llama::mapping']]], + ['isbitpackedintaos_3c_20bitpackedintaos_3c_20arrayextents_2c_20recorddim_2c_20bits_2c_20signbit_2c_20linearizearrayindexfunctor_2c_20permutefields_2c_20storedintegral_20_3e_20_3e_300',['isBitPackedIntAoS< BitPackedIntAoS< ArrayExtents, RecordDim, Bits, SignBit, LinearizeArrayIndexFunctor, PermuteFields, StoredIntegral > >',['../namespacellama_1_1mapping.html#a84bc973f00885d7e0aaa8becbc7c11bd',1,'llama::mapping']]], + ['isbitpackedintsoa_301',['isBitPackedIntSoA',['../namespacellama_1_1mapping.html#a6663b77c0af63f5b4ac7d7d1ca0eaf9e',1,'llama::mapping']]], + ['isbitpackedintsoa_3c_20bitpackedintsoa_3c_20arrayextents_2c_20recorddim_2c_20bits_2c_20signbit_2c_20linearizearrayindexfunctor_2c_20storedintegral_20_3e_20_3e_302',['isBitPackedIntSoA< BitPackedIntSoA< ArrayExtents, RecordDim, Bits, SignBit, LinearizeArrayIndexFunctor, StoredIntegral > >',['../namespacellama_1_1mapping.html#ac74e8844246c4f7f7f47c807e892b11c',1,'llama::mapping']]], + ['isboundedarray_303',['IsBoundedArray',['../structllama_1_1internal_1_1IsBoundedArray.html',1,'llama::internal']]], + ['isboundedarray_3c_20t_5bn_5d_3e_304',['IsBoundedArray< T[N]>',['../structllama_1_1internal_1_1IsBoundedArray_3_01T_0fN_0e_4.html',1,'llama::internal']]], + ['isbytesplit_305',['isBytesplit',['../namespacellama_1_1mapping.html#a3e1dc6fefae9503d7e22ed80ea689098',1,'llama::mapping']]], + ['isbytesplit_3c_20bytesplit_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_20_3e_20_3e_306',['isBytesplit< Bytesplit< TArrayExtents, TRecordDim, InnerMapping > >',['../namespacellama_1_1mapping.html#a660e6891f37e1339cf157ea1fe8f4b86',1,'llama::mapping']]], + ['isbyteswap_307',['isByteswap',['../namespacellama_1_1mapping.html#af3bf715d9af3ff57725630f67437007b',1,'llama::mapping']]], + ['isbyteswap_3c_20byteswap_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_20_3e_20_3e_308',['isByteswap< Byteswap< TArrayExtents, TRecordDim, InnerMapping > >',['../namespacellama_1_1mapping.html#aad837c290cbaeffaa4a30ebb4c24c29a',1,'llama::mapping']]], + ['ischangetype_309',['isChangeType',['../namespacellama_1_1mapping.html#ac5ba972c9e6a90a0294dbb91aa8e774f',1,'llama::mapping']]], + ['ischangetype_3c_20changetype_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_2c_20replacementmap_20_3e_20_3e_310',['isChangeType< ChangeType< TArrayExtents, TRecordDim, InnerMapping, ReplacementMap > >',['../namespacellama_1_1mapping.html#a9ca2b15cf29934313d827f7e8a972952',1,'llama::mapping']]], + ['iscomputed_311',['isComputed',['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a84c762119deabae1c988a44538c6e69a',1,'llama::mapping::BitPackedFloatAoS::isComputed()'],['../namespacellama.html#a9676a3903b134df116791bcae533d6c6',1,'llama::isComputed()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a68727b90bf3ff0efcd886d539f1ec18b',1,'llama::mapping::FieldAccessCount::isComputed()'],['../structllama_1_1mapping_1_1Heatmap.html#ac0367a8b8a7b5edb75411364e8b1e7de',1,'llama::mapping::Heatmap::isComputed()'],['../structllama_1_1mapping_1_1Null.html#a699bf73e9c926389b2c9211098bae0c2',1,'llama::mapping::Null::isComputed()'],['../structllama_1_1mapping_1_1Projection.html#afe951187a320045148991fce5c61b224',1,'llama::mapping::Projection::isComputed()'],['../structllama_1_1mapping_1_1Split.html#af580f2bd1ebb7c0de5ad5437f287238b',1,'llama::mapping::Split::isComputed()'],['../structllama_1_1mapping_1_1Bytesplit.html#a5115425b91f0b0607696c9594d115a63',1,'llama::mapping::Bytesplit::isComputed()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#ad120a49ea1e230878a8c20ae91f9fb7d',1,'llama::mapping::internal::BitPackedIntCommon::isComputed()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a1a168506193631b987170a3899038b8e',1,'llama::mapping::BitPackedFloatSoA::isComputed()']]], + ['iscomputed_312',['IsComputed',['../structllama_1_1internal_1_1IsComputed.html',1,'llama::internal']]], + ['iscomputed_3c_20mapping_2c_20recordcoord_2c_20std_3a_3avoid_5ft_3c_20decltype_28mapping_3a_3aiscomputed_28recordcoord_7b_7d_29_29_3e_20_3e_313',['IsComputed< Mapping, RecordCoord, std::void_t< decltype(Mapping::isComputed(RecordCoord{}))> >',['../structllama_1_1internal_1_1IsComputed_3_01Mapping_00_01RecordCoord_00_01std_1_1void__t_3_01declt31ec39d02aa75d5ea3308109fe018112.html',1,'llama::internal']]], + ['isconstant_314',['isConstant',['../namespacellama.html#aeb3261387e3af25b2f65fb3725bacde1',1,'llama']]], + ['isconstant_315',['IsConstant',['../structllama_1_1internal_1_1IsConstant.html',1,'llama::internal']]], + ['isconstant_3c_20std_3a_3aintegral_5fconstant_3c_20t_2c_20v_20_3e_20_3e_316',['IsConstant< std::integral_constant< T, V > >',['../structllama_1_1internal_1_1IsConstant_3_01std_1_1integral__constant_3_01T_00_01V_01_4_01_4.html',1,'llama::internal']]], + ['isdirectlistinitializable_317',['isDirectListInitializable',['../namespacellama_1_1internal.html#ab894af475936b236e92c32b9ddde4003',1,'llama::internal']]], + ['isdirectlistinitializablefromtuple_318',['isDirectListInitializableFromTuple',['../namespacellama_1_1internal.html#adac3b860082c6e49c312325ae0a2d166',1,'llama::internal']]], + ['isdirectlistinitializablefromtuple_3c_20t_2c_20tuple_3c_20args_2e_2e_2e_20_3e_20_3e_319',['isDirectListInitializableFromTuple< T, Tuple< Args... > >',['../namespacellama_1_1internal.html#a4522640644ac2790e930a57ea0ec85c9',1,'llama::internal']]], + ['isdirectlistinitializableimpl_320',['isDirectListInitializableImpl',['../namespacellama_1_1internal.html#adecb2f7954000ceb98ea4ec0a68da21d',1,'llama::internal']]], + ['isfield_321',['isField',['../namespacellama.html#a75482a9b4713c755f75805bd247866e9',1,'llama']]], + ['isfield_3c_20field_3c_20tag_2c_20type_20_3e_20_3e_322',['isField< Field< Tag, Type > >',['../namespacellama.html#ae026262aaccd3c32d553a96d7a56e8b3',1,'llama']]], + ['isfieldaccesscount_323',['isFieldAccessCount',['../namespacellama_1_1mapping.html#a6915406ebc3c267d178d2b8d2de4880d',1,'llama::mapping']]], + ['isfieldaccesscount_3c_20fieldaccesscount_3c_20mapping_2c_20counttype_2c_20mycodehandlesproxyreferences_20_3e_20_3e_324',['isFieldAccessCount< FieldAccessCount< Mapping, CountType, MyCodeHandlesProxyReferences > >',['../namespacellama_1_1mapping.html#aefb24225681377e371e5529d5c41c6f0',1,'llama::mapping']]], + ['isfieldtypesmallerorequalstorageintegral_325',['IsFieldTypeSmallerOrEqualStorageIntegral',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a8f403c3b479257eab7d51b83528950b8',1,'llama::mapping::internal::BitPackedIntCommon']]], + ['isheatmap_326',['isHeatmap',['../namespacellama_1_1mapping.html#a6d27fa50275ed7d312703a8d661bcb02',1,'llama::mapping']]], + ['isheatmap_3c_20heatmap_3c_20mapping_2c_20granularity_2c_20counttype_20_3e_20_3e_327',['isHeatmap< Heatmap< Mapping, Granularity, CountType > >',['../namespacellama_1_1mapping.html#af6e9af2cfa31c4441b3eaf35b776c29e',1,'llama::mapping']]], + ['isidentchar_328',['isIdentChar',['../namespacellama_1_1internal.html#a7a180ada47fd3f35af9c404efbce16cf',1,'llama::internal']]], + ['isnull_329',['isNull',['../namespacellama_1_1mapping.html#af49f9cf9be4341952fbf347c07147f7b',1,'llama::mapping']]], + ['isnull_3c_20null_3c_20arrayextents_2c_20recorddim_20_3e_20_3e_330',['isNull< Null< ArrayExtents, RecordDim > >',['../namespacellama_1_1mapping.html#ae20fac87225a87f15d01c14b334c0746',1,'llama::mapping']]], + ['isone_331',['isOne',['../namespacellama_1_1mapping.html#a3f61909f579ae3a51762dd71aaae2556',1,'llama::mapping::isOne()'],['../namespacellama.html#aecf6a2d8f8fd3cde95667fbf433e42d1',1,'llama::isOne()']]], + ['isone_3c_20one_3c_20arrayextents_2c_20recorddim_2c_20fieldalignment_2c_20permutefields_20_3e_20_3e_332',['isOne< One< ArrayExtents, RecordDim, FieldAlignment, PermuteFields > >',['../namespacellama_1_1mapping.html#a59a4bc53c92ec61ba6d4e0c1556f2687',1,'llama::mapping']]], + ['isone_3c_20recordref_3c_20view_2c_20boundrecordcoord_2c_20true_20_3e_20_3e_333',['isOne< RecordRef< View, BoundRecordCoord, true > >',['../namespacellama.html#a44aec444f97e67c053400d58fae4126b',1,'llama']]], + ['ispermutearrayindex_334',['isPermuteArrayIndex',['../namespacellama_1_1mapping.html#a8b6f974b9d6c835a460f747435633822',1,'llama::mapping']]], + ['ispermutearrayindex_3c_20permutearrayindex_3c_20mapping_2c_20permutation_2e_2e_2e_20_3e_20_3e_335',['isPermuteArrayIndex< PermuteArrayIndex< Mapping, Permutation... > >',['../namespacellama_1_1mapping.html#a20979d81de36d3cf4b8e445f158dbb42',1,'llama::mapping']]], + ['isprojection_336',['isProjection',['../namespacellama_1_1mapping.html#a7c53c4de0dcccd8f0334b24fde6f0a68',1,'llama::mapping']]], + ['isprojection_3c_20projection_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_2c_20replacementmap_20_3e_20_3e_337',['isProjection< Projection< TArrayExtents, TRecordDim, InnerMapping, ReplacementMap > >',['../namespacellama_1_1mapping.html#a256603f940c0e5cadda24280055fb150',1,'llama::mapping']]], + ['isproxyreference_338',['isProxyReference',['../namespacellama.html#a06e1dd12e96257f3aaf7a1ea6b9eead8',1,'llama']]], + ['isproxyreferenceimpl_339',['IsProxyReferenceImpl',['../structllama_1_1internal_1_1IsProxyReferenceImpl.html',1,'llama::internal']]], + ['isproxyreferenceimpl_3c_20r_2c_20std_3a_3avoid_5ft_3c_20typename_20r_3a_3avalue_5ftype_2c_20decltype_28static_5fcast_3c_20typename_20r_3a_3avalue_5ftype_20_3e_28std_3a_3adeclval_3c_20r_20_26_20_3e_28_29_29_29_2c_20decltype_28std_3a_3adeclval_3c_20r_20_26_20_3e_28_29_3dstd_3a_3adeclval_3c_20typename_20r_3a_3avalue_5ftype_20_3e_28_29_29_3e_20_3e_340',['IsProxyReferenceImpl< R, std::void_t< typename R::value_type, decltype(static_cast< typename R::value_type >(std::declval< R & >())), decltype(std::declval< R & >()=std::declval< typename R::value_type >())> >',['../structllama_1_1internal_1_1IsProxyReferenceImpl_3_01R_00_01std_1_1void__t_3_01typename_01R_1_1vaf29d5bd88afd76084d03518114f19340.html',1,'llama::internal']]], + ['isrecord_341',['isRecord',['../namespacellama.html#a3b2aa8fd3e43e43b830bc4a71b180175',1,'llama']]], + ['isrecord_3c_20record_3c_20fields_2e_2e_2e_20_3e_20_3e_342',['isRecord< Record< Fields... > >',['../namespacellama.html#adee8dc812f8d14dbea092728c88a937d',1,'llama']]], + ['isrecordcoord_343',['isRecordCoord',['../namespacellama.html#a548294a2b7b4f2e76954d9cf9edcdec7',1,'llama']]], + ['isrecordcoord_3c_20recordcoord_3c_20coords_2e_2e_2e_20_3e_20_3e_344',['isRecordCoord< RecordCoord< Coords... > >',['../namespacellama.html#a9c898b6940a90559b91b4057b85fb74b',1,'llama']]], + ['isrecorddim_345',['isRecordDim',['../namespacellama.html#ab8f37f9e6c5055a9fa84709a6c5e5304',1,'llama']]], + ['isrecordref_346',['isRecordRef',['../namespacellama.html#af3acf31ae1481251861f38e12ee58dda',1,'llama']]], + ['isrecordref_3c_20recordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_347',['isRecordRef< RecordRef< View, BoundRecordCoord, OwnView > >',['../namespacellama.html#a88abd408b8ac8bd2456a8316a62a5928',1,'llama']]], + ['isselected_348',['isSelected',['../namespacellama_1_1mapping_1_1internal.html#a80b85cc773de0f9db4d011d6823ba687',1,'llama::mapping::internal']]], + ['isselected_3c_20rc_2c_20mp_5flist_3c_20recordcoordsformapping1_2e_2e_2e_20_3e_20_3e_349',['isSelected< RC, mp_list< RecordCoordsForMapping1... > >',['../namespacellama_1_1mapping_1_1internal.html#a1a3be9b6100e9b76058515f69b1c3582',1,'llama::mapping::internal']]], + ['issoa_350',['isSoA',['../namespacellama_1_1mapping.html#a131edc0148d778b3ebe27f58df87ffc1',1,'llama::mapping']]], + ['issoa_3c_20soa_3c_20arrayextents_2c_20recorddim_2c_20blobs_2c_20subarrayalignment_2c_20linearizearrayindexfunctor_20_3e_20_3e_351',['isSoA< SoA< ArrayExtents, RecordDim, Blobs, SubArrayAlignment, LinearizeArrayIndexFunctor > >',['../namespacellama_1_1mapping.html#a49ae1174eb89cb8f2ce65f200d0bdf6c',1,'llama::mapping']]], + ['issplit_352',['isSplit',['../namespacellama_1_1mapping.html#aabd645ad645fb163c9c63781b08ed50a',1,'llama::mapping']]], + ['issplit_3c_20split_3c_20arrayextents_2c_20recorddim_2c_20selectorformapping1_2c_20mappingtemplate1_2c_20mappingtemplate2_2c_20separateblobs_20_3e_20_3e_353',['isSplit< Split< ArrayExtents, RecordDim, SelectorForMapping1, MappingTemplate1, MappingTemplate2, SeparateBlobs > >',['../namespacellama_1_1mapping.html#a990d4d3fa6208c7df73c636dd60ec6a7',1,'llama::mapping']]], + ['istuplelike_354',['isTupleLike',['../namespacellama_1_1internal.html#aa30231c6e488d62d3b26388e1ca9f590',1,'llama::internal']]], + ['isview_355',['isView',['../namespacellama.html#a2c3ef24f7ab0d71912a5f7e71cf24130',1,'llama']]], + ['isview_3c_20view_3c_20mapping_2c_20blobtype_2c_20accessor_20_3e_20_3e_356',['isView< View< Mapping, BlobType, Accessor > >',['../namespacellama.html#abada4e4a295e9cacca30c9bebd6f5dbf',1,'llama']]], + ['iterator_357',['Iterator',['../structllama_1_1Iterator.html#afa877e06adc28f4c7bb7644b2aa77d67',1,'llama::Iterator::Iterator()=default'],['../structllama_1_1Iterator.html#a87ca77106e3bf02e1ddf3124fd00a5de',1,'llama::Iterator::Iterator(ArrayIndexIterator arrayIndex, View *view)']]], + ['iterator_358',['iterator',['../structllama_1_1Vector.html#a7cb2da4cdee69566d96d906796ac96ff',1,'llama::Vector::iterator()'],['../structllama_1_1View.html#abe36abe814e4a701c181c5fd06b6b9b0',1,'llama::View::iterator()'],['../structllama_1_1SubView.html#a71c77a388115768cf3f88f4a09732de3',1,'llama::SubView::iterator()']]], + ['iterator_359',['Iterator',['../structllama_1_1Iterator.html',1,'llama']]], + ['iterator_5fcategory_360',['iterator_category',['../structllama_1_1Iterator.html#a9e213325f5a69c320be804d24e0b1ccd',1,'llama::Iterator::iterator_category()'],['../structllama_1_1ArrayIndexIterator.html#ac149b9191555df8d9cd3c8b08b6f22ab',1,'llama::ArrayIndexIterator::iterator_category()']]], + ['loadsimdrecord_361',['loadSimdRecord',['../structllama_1_1RecordRef.html#a4db77e1b7709685c7eb45c7f6c86fb48',1,'llama::RecordRef']]], + ['storesimdrecord_362',['storeSimdRecord',['../structllama_1_1RecordRef.html#ab919c94e030e63d8d3220fe055280c5f',1,'llama::RecordRef']]] ]; diff --git a/search/all_9.js b/search/all_9.js index de10a70d6a..e059092842 100644 --- a/search/all_9.js +++ b/search/all_9.js @@ -1,4 +1,4 @@ var searchData= [ - ['keep_362',['Keep',['../namespacellama_1_1mapping.html#a839eb914ca2bc41f5db9ca6e016b18f9a02bce93bff905887ad2233110bf9c49e',1,'llama::mapping']]] + ['keep_363',['Keep',['../namespacellama_1_1mapping.html#a839eb914ca2bc41f5db9ca6e016b18f9a02bce93bff905887ad2233110bf9c49e',1,'llama::mapping']]] ]; diff --git a/search/all_a.js b/search/all_a.js index bf8c7a16bb..792e1080fb 100644 --- a/search/all_a.js +++ b/search/all_a.js @@ -1,59 +1,59 @@ var searchData= [ - ['accessor_363',['accessor',['../namespacellama_1_1accessor.html',1,'llama']]], - ['bloballoc_364',['bloballoc',['../namespacellama_1_1bloballoc.html',1,'llama']]], - ['functor_365',['functor',['../namespacellama_1_1mapping_1_1tree_1_1functor.html',1,'llama::mapping::tree']]], - ['internal_366',['internal',['../namespacellama_1_1accessor_1_1internal.html',1,'llama::accessor::internal'],['../namespacellama_1_1internal.html',1,'llama::internal'],['../namespacellama_1_1mapping_1_1internal.html',1,'llama::mapping::internal'],['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html',1,'llama::mapping::tree::functor::internal'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html',1,'llama::mapping::tree::internal']]], - ['lanes_367',['lanes',['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#a3bb036cdf786ba6944bd0b26321597b5',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >::lanes()'],['../structllama_1_1mapping_1_1AoSoA.html#a25e8b7f91620ec5b3e8d39dad5f049df',1,'llama::mapping::AoSoA::lanes()']]], - ['largestintegral_368',['LargestIntegral',['../namespacellama_1_1mapping_1_1internal.html#af0c791e1b6579d493239e62d5cbefa59',1,'llama::mapping::internal']]], - ['leaf_369',['Leaf',['../structllama_1_1mapping_1_1tree_1_1Leaf.html',1,'llama::mapping::tree']]], - ['leafonlyrt_370',['LeafOnlyRT',['../structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html',1,'llama::mapping::tree::functor']]], - ['leafrecordcoords_371',['LeafRecordCoords',['../namespacellama.html#ab0c1ac83b09aa8a960eca20d2aea3a98',1,'llama']]], - ['leafrecordcoordsimpl_372',['LeafRecordCoordsImpl',['../structllama_1_1internal_1_1LeafRecordCoordsImpl.html',1,'llama::internal']]], - ['leafrecordcoordsimpl_3c_20child_5bn_5d_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_373',['LeafRecordCoordsImpl< Child[N], RecordCoord< RCs... > >',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::internal']]], - ['leafrecordcoordsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_374',['LeafRecordCoordsImpl< Record< Fields... >, RecordCoord< RCs... > >',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::internal']]], - ['leafrecordcoordsimpl_3c_20t_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_375',['LeafRecordCoordsImpl< T, RecordCoord< RCs... > >',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::internal']]], - ['lessalignment_376',['LessAlignment',['../namespacellama_1_1mapping_1_1internal.html#a761919af792a2052749e060dec4adafe',1,'llama::mapping::internal']]], - ['linearizearrayindexcpp_377',['LinearizeArrayIndexCpp',['../namespacellama_1_1mapping.html#a6daee0d04c15c779d7c13bb6dd2db420',1,'llama::mapping']]], - ['linearizearrayindexfortran_378',['LinearizeArrayIndexFortran',['../namespacellama_1_1mapping.html#a9be34ad5fb08df6a71cb67b11791611b',1,'llama::mapping']]], - ['linearizearrayindexfunctor_379',['LinearizeArrayIndexFunctor',['../structllama_1_1mapping_1_1SoA.html#a1a71d2b5ba2fcf52330d4fc2b81d3b14',1,'llama::mapping::SoA::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1AoS.html#a201c5660fa554b1fa51ac570b550182e',1,'llama::mapping::AoS::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1AoSoA.html#ad601750ae27c86b60baa77e52690e977',1,'llama::mapping::AoSoA::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#aa2e1181f91f2906b1dd40a1b14c011ff',1,'llama::mapping::BitPackedFloatSoA::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a8e5278acd858c456284f0d22b2a60b06',1,'llama::mapping::BitPackedFloatAoS::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a87be171e82345d6da98b5dc5a886a9d6',1,'llama::mapping::internal::BitPackedIntCommon::LinearizeArrayIndexFunctor()']]], - ['linearizearrayindexleft_380',['LinearizeArrayIndexLeft',['../structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html',1,'llama::mapping']]], - ['linearizearrayindexmorton_381',['LinearizeArrayIndexMorton',['../structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html',1,'llama::mapping']]], - ['linearizearrayindexright_382',['LinearizeArrayIndexRight',['../structllama_1_1mapping_1_1LinearizeArrayIndexRight.html',1,'llama::mapping']]], - ['list_383',['List',['../structllama_1_1RecordCoord.html#a685a368d5b00931fb77af19012b10b4b',1,'llama::RecordCoord::List()'],['../structllama_1_1RecordCoord_3_4.html#a2fbc9a92eb6d265b4f646333aa6df076',1,'llama::RecordCoord<>::List()']]], - ['literals_384',['literals',['../namespacellama_1_1literals.html',1,'llama']]], - ['llama_385',['llama',['../namespacellama.html',1,'']]], - ['llama_20api_20documentation_386',['LLAMA API documentation',['../index.html',1,'']]], - ['llama_2ehpp_387',['llama.hpp',['../llama_8hpp.html',1,'']]], - ['llama_5facc_388',['LLAMA_ACC',['../macros_8hpp.html#acdb51ba3bd1bda9d71de13d3a092d50a',1,'macros.hpp']]], - ['llama_5fbegin_5fsuppress_5fhost_5fdevice_5fwarning_389',['LLAMA_BEGIN_SUPPRESS_HOST_DEVICE_WARNING',['../macros_8hpp.html#a721a8877e1c29f2118eb4c2cb84bae66',1,'macros.hpp']]], - ['llama_5fconsteval_390',['LLAMA_CONSTEVAL',['../macros_8hpp.html#ac52095b6b237dbc727a93f91dba623b2',1,'macros.hpp']]], - ['llama_5fcopy_391',['LLAMA_COPY',['../macros_8hpp.html#a2c7addf59d59bed9110075644e115f97',1,'macros.hpp']]], - ['llama_5fdeclspec_5fempty_5fbases_392',['LLAMA_DECLSPEC_EMPTY_BASES',['../macros_8hpp.html#a54cf6c1e66eb82c07a01b945491e4916',1,'macros.hpp']]], - ['llama_5fend_5fsuppress_5fhost_5fdevice_5fwarning_393',['LLAMA_END_SUPPRESS_HOST_DEVICE_WARNING',['../macros_8hpp.html#af7008057667ae5357a49f28a175743bf',1,'macros.hpp']]], - ['llama_5fexport_394',['LLAMA_EXPORT',['../macros_8hpp.html#a331ec86158a0a6dd5c81714f9766eae1',1,'macros.hpp']]], - ['llama_5ffn_5fhost_5facc_5finline_395',['LLAMA_FN_HOST_ACC_INLINE',['../macros_8hpp.html#adad0b5fb27fb373cb41c47ed7ab419af',1,'macros.hpp']]], - ['llama_5fforce_5finline_396',['LLAMA_FORCE_INLINE',['../macros_8hpp.html#a602fc531cfc17c6b8fadea678b7c937b',1,'macros.hpp']]], - ['llama_5fhost_5facc_397',['LLAMA_HOST_ACC',['../macros_8hpp.html#a0df9a6bf4db1561110a18783a7276900',1,'macros.hpp']]], - ['llama_5findependent_5fdata_398',['LLAMA_INDEPENDENT_DATA',['../macros_8hpp.html#aa201f5c2567527b34eae5fbdab0e2416',1,'macros.hpp']]], - ['llama_5flambda_5finline_399',['LLAMA_LAMBDA_INLINE',['../macros_8hpp.html#a5a40ca12db507af3cf9cbff655513aca',1,'macros.hpp']]], - ['llama_5flambda_5finline_5fwith_5fspecifiers_400',['LLAMA_LAMBDA_INLINE_WITH_SPECIFIERS',['../macros_8hpp.html#a4721c0034a032224eb82625124525689',1,'macros.hpp']]], - ['llama_5flikely_401',['LLAMA_LIKELY',['../macros_8hpp.html#adcdd898f3fba9da3e28d988c57c9cbdd',1,'macros.hpp']]], - ['llama_5fpragma_402',['LLAMA_PRAGMA',['../macros_8hpp.html#a4de57f00925e4094739efa778cc4fe05',1,'macros.hpp']]], - ['llama_5fsuppress_5fhost_5fdevice_5fwarning_403',['LLAMA_SUPPRESS_HOST_DEVICE_WARNING',['../macros_8hpp.html#abe08b7d43a4670c1332a03f52d6010ac',1,'macros.hpp']]], - ['llama_5funlikely_404',['LLAMA_UNLIKELY',['../macros_8hpp.html#a00cc5cd2c6d364291992fbd5bbc4771f',1,'macros.hpp']]], - ['llama_5funroll_405',['LLAMA_UNROLL',['../macros_8hpp.html#aeedb6e6e72a46dc4496c0b684c14d5bd',1,'macros.hpp']]], - ['llama_5fversion_5fmajor_406',['LLAMA_VERSION_MAJOR',['../llama_8hpp.html#a8e2c37e852e6877edf8e3e9d9e2de8f3',1,'llama.hpp']]], - ['llama_5fversion_5fminor_407',['LLAMA_VERSION_MINOR',['../llama_8hpp.html#ad0bc6386ccc31c0274eb0337c1c8192b',1,'llama.hpp']]], - ['llama_5fversion_5fpatch_408',['LLAMA_VERSION_PATCH',['../llama_8hpp.html#a9cc4298783dc19b00d12972c3ef45ba7',1,'llama.hpp']]], - ['load_409',['load',['../structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html#ad9404e7b583c785d8535dfa010b6571c',1,'llama::mapping::internal::ChangeTypeProjection::load()'],['../structllama_1_1RecordRef.html#aff7f72b957384a550cb2fee9c303b23b',1,'llama::RecordRef::load() const -> LoaderConst'],['../structllama_1_1RecordRef.html#a77847e3b3e62b78dd42938b079e5e4c7',1,'llama::RecordRef::load() -> Loader'],['../structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html#ac4b0172c7b0eefdf91070cb949d6e39d',1,'llama::mapping::internal::ByteswapProjection::load()']]], - ['loadas_410',['loadAs',['../structllama_1_1RecordRef.html#abd56de3b1bc2549540a41e80f28bfcd7',1,'llama::RecordRef::loadAs() const -> TupleLike'],['../structllama_1_1RecordRef.html#a9bc0da67e993fb64667e84e9a4efd36c',1,'llama::RecordRef::loadAs() -> TupleLike']]], - ['loader_411',['Loader',['../structllama_1_1RecordRef_1_1Loader.html',1,'llama::RecordRef']]], - ['loaderconst_412',['LoaderConst',['../structllama_1_1RecordRef_1_1LoaderConst.html',1,'llama::RecordRef']]], - ['loadsimd_413',['loadSimd',['../namespacellama.html#a6060f4836e56bda4689232f0d22fecf8',1,'llama']]], - ['loadsimdrecord_414',['loadSimdRecord',['../namespacellama_1_1internal.html#a6cc3ab81fd3ee9d9fa0579a062e14dcb',1,'llama::internal']]], - ['loadunaligned_415',['loadUnaligned',['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#ab5a7f0f2dd7e52aa220aad5256a477c6',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >']]], - ['locked_416',['Locked',['../structllama_1_1accessor_1_1Locked.html',1,'llama::accessor']]], - ['mapping_417',['mapping',['../namespacellama_1_1mapping.html',1,'llama']]], - ['tree_418',['tree',['../namespacellama_1_1mapping_1_1tree.html',1,'llama::mapping']]] + ['accessor_364',['accessor',['../namespacellama_1_1accessor.html',1,'llama']]], + ['bloballoc_365',['bloballoc',['../namespacellama_1_1bloballoc.html',1,'llama']]], + ['functor_366',['functor',['../namespacellama_1_1mapping_1_1tree_1_1functor.html',1,'llama::mapping::tree']]], + ['internal_367',['internal',['../namespacellama_1_1accessor_1_1internal.html',1,'llama::accessor::internal'],['../namespacellama_1_1internal.html',1,'llama::internal'],['../namespacellama_1_1mapping_1_1internal.html',1,'llama::mapping::internal'],['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html',1,'llama::mapping::tree::functor::internal'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html',1,'llama::mapping::tree::internal']]], + ['lanes_368',['lanes',['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#a3bb036cdf786ba6944bd0b26321597b5',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >::lanes()'],['../structllama_1_1mapping_1_1AoSoA.html#a25e8b7f91620ec5b3e8d39dad5f049df',1,'llama::mapping::AoSoA::lanes()']]], + ['largestintegral_369',['LargestIntegral',['../namespacellama_1_1mapping_1_1internal.html#af0c791e1b6579d493239e62d5cbefa59',1,'llama::mapping::internal']]], + ['leaf_370',['Leaf',['../structllama_1_1mapping_1_1tree_1_1Leaf.html',1,'llama::mapping::tree']]], + ['leafonlyrt_371',['LeafOnlyRT',['../structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html',1,'llama::mapping::tree::functor']]], + ['leafrecordcoords_372',['LeafRecordCoords',['../namespacellama.html#ab0c1ac83b09aa8a960eca20d2aea3a98',1,'llama']]], + ['leafrecordcoordsimpl_373',['LeafRecordCoordsImpl',['../structllama_1_1internal_1_1LeafRecordCoordsImpl.html',1,'llama::internal']]], + ['leafrecordcoordsimpl_3c_20child_5bn_5d_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_374',['LeafRecordCoordsImpl< Child[N], RecordCoord< RCs... > >',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::internal']]], + ['leafrecordcoordsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_375',['LeafRecordCoordsImpl< Record< Fields... >, RecordCoord< RCs... > >',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::internal']]], + ['leafrecordcoordsimpl_3c_20t_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_376',['LeafRecordCoordsImpl< T, RecordCoord< RCs... > >',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::internal']]], + ['lessalignment_377',['LessAlignment',['../namespacellama_1_1mapping_1_1internal.html#a761919af792a2052749e060dec4adafe',1,'llama::mapping::internal']]], + ['linearizearrayindexcpp_378',['LinearizeArrayIndexCpp',['../namespacellama_1_1mapping.html#a6daee0d04c15c779d7c13bb6dd2db420',1,'llama::mapping']]], + ['linearizearrayindexfortran_379',['LinearizeArrayIndexFortran',['../namespacellama_1_1mapping.html#a9be34ad5fb08df6a71cb67b11791611b',1,'llama::mapping']]], + ['linearizearrayindexfunctor_380',['LinearizeArrayIndexFunctor',['../structllama_1_1mapping_1_1SoA.html#a1a71d2b5ba2fcf52330d4fc2b81d3b14',1,'llama::mapping::SoA::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1AoS.html#a201c5660fa554b1fa51ac570b550182e',1,'llama::mapping::AoS::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1AoSoA.html#ad601750ae27c86b60baa77e52690e977',1,'llama::mapping::AoSoA::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#aa2e1181f91f2906b1dd40a1b14c011ff',1,'llama::mapping::BitPackedFloatSoA::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a8e5278acd858c456284f0d22b2a60b06',1,'llama::mapping::BitPackedFloatAoS::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a87be171e82345d6da98b5dc5a886a9d6',1,'llama::mapping::internal::BitPackedIntCommon::LinearizeArrayIndexFunctor()']]], + ['linearizearrayindexleft_381',['LinearizeArrayIndexLeft',['../structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html',1,'llama::mapping']]], + ['linearizearrayindexmorton_382',['LinearizeArrayIndexMorton',['../structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html',1,'llama::mapping']]], + ['linearizearrayindexright_383',['LinearizeArrayIndexRight',['../structllama_1_1mapping_1_1LinearizeArrayIndexRight.html',1,'llama::mapping']]], + ['list_384',['List',['../structllama_1_1RecordCoord.html#a685a368d5b00931fb77af19012b10b4b',1,'llama::RecordCoord::List()'],['../structllama_1_1RecordCoord_3_4.html#a2fbc9a92eb6d265b4f646333aa6df076',1,'llama::RecordCoord<>::List()']]], + ['literals_385',['literals',['../namespacellama_1_1literals.html',1,'llama']]], + ['llama_386',['llama',['../namespacellama.html',1,'']]], + ['llama_20api_20documentation_387',['LLAMA API documentation',['../index.html',1,'']]], + ['llama_2ehpp_388',['llama.hpp',['../llama_8hpp.html',1,'']]], + ['llama_5facc_389',['LLAMA_ACC',['../macros_8hpp.html#acdb51ba3bd1bda9d71de13d3a092d50a',1,'macros.hpp']]], + ['llama_5fbegin_5fsuppress_5fhost_5fdevice_5fwarning_390',['LLAMA_BEGIN_SUPPRESS_HOST_DEVICE_WARNING',['../macros_8hpp.html#a721a8877e1c29f2118eb4c2cb84bae66',1,'macros.hpp']]], + ['llama_5fconsteval_391',['LLAMA_CONSTEVAL',['../macros_8hpp.html#ac52095b6b237dbc727a93f91dba623b2',1,'macros.hpp']]], + ['llama_5fcopy_392',['LLAMA_COPY',['../macros_8hpp.html#a2c7addf59d59bed9110075644e115f97',1,'macros.hpp']]], + ['llama_5fdeclspec_5fempty_5fbases_393',['LLAMA_DECLSPEC_EMPTY_BASES',['../macros_8hpp.html#a54cf6c1e66eb82c07a01b945491e4916',1,'macros.hpp']]], + ['llama_5fend_5fsuppress_5fhost_5fdevice_5fwarning_394',['LLAMA_END_SUPPRESS_HOST_DEVICE_WARNING',['../macros_8hpp.html#af7008057667ae5357a49f28a175743bf',1,'macros.hpp']]], + ['llama_5fexport_395',['LLAMA_EXPORT',['../macros_8hpp.html#a331ec86158a0a6dd5c81714f9766eae1',1,'macros.hpp']]], + ['llama_5ffn_5fhost_5facc_5finline_396',['LLAMA_FN_HOST_ACC_INLINE',['../macros_8hpp.html#adad0b5fb27fb373cb41c47ed7ab419af',1,'macros.hpp']]], + ['llama_5fforce_5finline_397',['LLAMA_FORCE_INLINE',['../macros_8hpp.html#a602fc531cfc17c6b8fadea678b7c937b',1,'macros.hpp']]], + ['llama_5fhost_5facc_398',['LLAMA_HOST_ACC',['../macros_8hpp.html#a0df9a6bf4db1561110a18783a7276900',1,'macros.hpp']]], + ['llama_5findependent_5fdata_399',['LLAMA_INDEPENDENT_DATA',['../macros_8hpp.html#aa201f5c2567527b34eae5fbdab0e2416',1,'macros.hpp']]], + ['llama_5flambda_5finline_400',['LLAMA_LAMBDA_INLINE',['../macros_8hpp.html#a5a40ca12db507af3cf9cbff655513aca',1,'macros.hpp']]], + ['llama_5flambda_5finline_5fwith_5fspecifiers_401',['LLAMA_LAMBDA_INLINE_WITH_SPECIFIERS',['../macros_8hpp.html#a4721c0034a032224eb82625124525689',1,'macros.hpp']]], + ['llama_5flikely_402',['LLAMA_LIKELY',['../macros_8hpp.html#adcdd898f3fba9da3e28d988c57c9cbdd',1,'macros.hpp']]], + ['llama_5fpragma_403',['LLAMA_PRAGMA',['../macros_8hpp.html#a4de57f00925e4094739efa778cc4fe05',1,'macros.hpp']]], + ['llama_5fsuppress_5fhost_5fdevice_5fwarning_404',['LLAMA_SUPPRESS_HOST_DEVICE_WARNING',['../macros_8hpp.html#abe08b7d43a4670c1332a03f52d6010ac',1,'macros.hpp']]], + ['llama_5funlikely_405',['LLAMA_UNLIKELY',['../macros_8hpp.html#a00cc5cd2c6d364291992fbd5bbc4771f',1,'macros.hpp']]], + ['llama_5funroll_406',['LLAMA_UNROLL',['../macros_8hpp.html#aeedb6e6e72a46dc4496c0b684c14d5bd',1,'macros.hpp']]], + ['llama_5fversion_5fmajor_407',['LLAMA_VERSION_MAJOR',['../llama_8hpp.html#a8e2c37e852e6877edf8e3e9d9e2de8f3',1,'llama.hpp']]], + ['llama_5fversion_5fminor_408',['LLAMA_VERSION_MINOR',['../llama_8hpp.html#ad0bc6386ccc31c0274eb0337c1c8192b',1,'llama.hpp']]], + ['llama_5fversion_5fpatch_409',['LLAMA_VERSION_PATCH',['../llama_8hpp.html#a9cc4298783dc19b00d12972c3ef45ba7',1,'llama.hpp']]], + ['load_410',['load',['../structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html#ad9404e7b583c785d8535dfa010b6571c',1,'llama::mapping::internal::ChangeTypeProjection::load()'],['../structllama_1_1RecordRef.html#aff7f72b957384a550cb2fee9c303b23b',1,'llama::RecordRef::load() const -> LoaderConst'],['../structllama_1_1RecordRef.html#a77847e3b3e62b78dd42938b079e5e4c7',1,'llama::RecordRef::load() -> Loader'],['../structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html#ac4b0172c7b0eefdf91070cb949d6e39d',1,'llama::mapping::internal::ByteswapProjection::load()']]], + ['loadas_411',['loadAs',['../structllama_1_1RecordRef.html#abd56de3b1bc2549540a41e80f28bfcd7',1,'llama::RecordRef::loadAs() const -> TupleLike'],['../structllama_1_1RecordRef.html#a9bc0da67e993fb64667e84e9a4efd36c',1,'llama::RecordRef::loadAs() -> TupleLike']]], + ['loader_412',['Loader',['../structllama_1_1RecordRef_1_1Loader.html',1,'llama::RecordRef']]], + ['loaderconst_413',['LoaderConst',['../structllama_1_1RecordRef_1_1LoaderConst.html',1,'llama::RecordRef']]], + ['loadsimd_414',['loadSimd',['../namespacellama.html#a6060f4836e56bda4689232f0d22fecf8',1,'llama']]], + ['loadsimdrecord_415',['loadSimdRecord',['../namespacellama_1_1internal.html#a6cc3ab81fd3ee9d9fa0579a062e14dcb',1,'llama::internal']]], + ['loadunaligned_416',['loadUnaligned',['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#ab5a7f0f2dd7e52aa220aad5256a477c6',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >']]], + ['locked_417',['Locked',['../structllama_1_1accessor_1_1Locked.html',1,'llama::accessor']]], + ['mapping_418',['mapping',['../namespacellama_1_1mapping.html',1,'llama']]], + ['tree_419',['tree',['../namespacellama_1_1mapping_1_1tree.html',1,'llama::mapping']]] ]; diff --git a/search/all_b.js b/search/all_b.js index 868331ce37..4b1a3bef32 100644 --- a/search/all_b.js +++ b/search/all_b.js @@ -1,57 +1,58 @@ var searchData= [ - ['m_419',['m',['../structllama_1_1accessor_1_1Locked_1_1Reference.html#aba460a4caf4c07c6012141671152f0b7',1,'llama::accessor::Locked::Reference::m()'],['../structllama_1_1accessor_1_1Locked.html#ab0471036fb296a91ba9bbd6911deb4f7',1,'llama::accessor::Locked::m()']]], - ['macros_2ehpp_420',['macros.hpp',['../macros_8hpp.html',1,'']]], - ['makearrayextents_421',['makeArrayExtents',['../namespacellama_1_1internal.html#aa53f8a0b5fadc80cbc91b1b8a1d7633c',1,'llama::internal']]], - ['makeblobarray_422',['makeBlobArray',['../namespacellama_1_1internal.html#a36b0736740116d5e9fff6172f5b202af',1,'llama::internal']]], - ['makebyteswapprojectionmap_423',['MakeByteswapProjectionMap',['../namespacellama_1_1mapping_1_1internal.html#adb00a2bdf0f7e3b06ba9dcfef66be7ca',1,'llama::mapping::internal']]], - ['makebyteswapprojectionpair_424',['MakeByteswapProjectionPair',['../namespacellama_1_1mapping_1_1internal.html#a210fe41eae49d7c373adee79f2826106',1,'llama::mapping::internal']]], - ['makefromtuple_425',['makeFromTuple',['../namespacellama_1_1internal.html#a0f1653ed919838d951dd7753b22cac7e',1,'llama::internal']]], - ['makemask_426',['makeMask',['../namespacellama_1_1mapping_1_1internal.html#a1a664b935ea0dec203a00a0298ebb423',1,'llama::mapping::internal']]], - ['makepasssecond_427',['MakePassSecond',['../structllama_1_1internal_1_1MakePassSecond.html',1,'llama::internal']]], - ['makeprojectionmap_428',['MakeProjectionMap',['../namespacellama_1_1mapping_1_1internal.html#adc18409b41258d27b1e0b91008d801e2',1,'llama::mapping::internal']]], - ['makeprojectionpair_429',['MakeProjectionPair',['../structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html',1,'llama::mapping::internal']]], - ['makereplacerproj_430',['MakeReplacerProj',['../structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html',1,'llama::mapping::internal']]], - ['maketransformedblobarray_431',['makeTransformedBlobArray',['../namespacellama_1_1internal.html#a8668f4ee45cbd9b4e752577b16631968',1,'llama::internal']]], - ['mantissa_432',['mantissa',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html#af14b3a3ab1d4f7227486148aa7eca763',1,'llama::mapping::internal::FloatBitTraits< double >::mantissa()'],['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html#a6dbfc13467fc2696ae7d2ab85974f4bd',1,'llama::mapping::internal::FloatBitTraits< float >::mantissa()']]], - ['mantissabits_433',['mantissaBits',['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#aaa98b71746fe3183dd7eb27a65274c55',1,'llama::mapping::BitPackedFloatSoA::mantissaBits()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a6ad0ddb793ff96207a435ff67cadc415',1,'llama::mapping::BitPackedFloatAoS::mantissaBits()']]], - ['mapping_434',['Mapping',['../structllama_1_1mapping_1_1tree_1_1Mapping.html',1,'llama::mapping::tree']]], - ['mapping_435',['mapping',['../structllama_1_1SubView.html#a0fa3920261624b9d5103204028552deb',1,'llama::SubView']]], - ['mapping_436',['Mapping',['../structllama_1_1View.html#ab78c51e95a88b07395d0311107f31ba3',1,'llama::View::Mapping()'],['../structllama_1_1SubView.html#ad0592b1c97fc1410f4f8993dba03aed1',1,'llama::SubView::Mapping()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#ad6a24222f361e29632ad42e5d3fd1f20',1,'llama::mapping::tree::Mapping::Mapping()=default'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a5a86485e3f5a72228c2831ff8a708125',1,'llama::mapping::tree::Mapping::Mapping(ArrayExtents extents, TreeOperationList treeOperationList, RecordDim={})']]], - ['mapping_437',['mapping',['../structllama_1_1View.html#a02995d9561c50196f5efae24031c0af6',1,'llama::View::mapping() -> Mapping &'],['../structllama_1_1View.html#a181eaaaf491f3ccf599503410cdbe42e',1,'llama::View::mapping() const -> const Mapping &'],['../structllama_1_1SubView.html#a23a0bbbee3851f97f653f5f7ee908c39',1,'llama::SubView::mapping()']]], - ['mapping_2ehpp_438',['Mapping.hpp',['../Mapping_8hpp.html',1,'']]], - ['mapping1_439',['Mapping1',['../structllama_1_1mapping_1_1Split.html#ac70c11ba46bc16d8dc004e07bd916431',1,'llama::mapping::Split']]], - ['mapping1_440',['mapping1',['../structllama_1_1mapping_1_1Split.html#a1e9692ef08e3ee8e907ceeb6dbf8d6b6',1,'llama::mapping::Split']]], - ['mapping2_441',['mapping2',['../structllama_1_1mapping_1_1Split.html#a2cbca78d3a9e6e58910e4edfa30f3d60',1,'llama::mapping::Split']]], + ['m_420',['m',['../structllama_1_1accessor_1_1Locked_1_1Reference.html#aba460a4caf4c07c6012141671152f0b7',1,'llama::accessor::Locked::Reference::m()'],['../structllama_1_1accessor_1_1Locked.html#ab0471036fb296a91ba9bbd6911deb4f7',1,'llama::accessor::Locked::m()']]], + ['macros_2ehpp_421',['macros.hpp',['../macros_8hpp.html',1,'']]], + ['makearrayextents_422',['makeArrayExtents',['../namespacellama_1_1internal.html#aa53f8a0b5fadc80cbc91b1b8a1d7633c',1,'llama::internal']]], + ['makeblobarray_423',['makeBlobArray',['../namespacellama_1_1internal.html#a36b0736740116d5e9fff6172f5b202af',1,'llama::internal']]], + ['makebyteswapprojectionmap_424',['MakeByteswapProjectionMap',['../namespacellama_1_1mapping_1_1internal.html#adb00a2bdf0f7e3b06ba9dcfef66be7ca',1,'llama::mapping::internal']]], + ['makebyteswapprojectionpair_425',['MakeByteswapProjectionPair',['../namespacellama_1_1mapping_1_1internal.html#a210fe41eae49d7c373adee79f2826106',1,'llama::mapping::internal']]], + ['makefromtuple_426',['makeFromTuple',['../namespacellama_1_1internal.html#a0f1653ed919838d951dd7753b22cac7e',1,'llama::internal']]], + ['makemask_427',['makeMask',['../namespacellama_1_1mapping_1_1internal.html#a1a664b935ea0dec203a00a0298ebb423',1,'llama::mapping::internal']]], + ['makepasssecond_428',['MakePassSecond',['../structllama_1_1internal_1_1MakePassSecond.html',1,'llama::internal']]], + ['makeprojectionmap_429',['MakeProjectionMap',['../namespacellama_1_1mapping_1_1internal.html#adc18409b41258d27b1e0b91008d801e2',1,'llama::mapping::internal']]], + ['makeprojectionpair_430',['MakeProjectionPair',['../structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html',1,'llama::mapping::internal']]], + ['makereplacerproj_431',['MakeReplacerProj',['../structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html',1,'llama::mapping::internal']]], + ['maketransformedblobarray_432',['makeTransformedBlobArray',['../namespacellama_1_1internal.html#a8668f4ee45cbd9b4e752577b16631968',1,'llama::internal']]], + ['mantissa_433',['mantissa',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html#a6dbfc13467fc2696ae7d2ab85974f4bd',1,'llama::mapping::internal::FloatBitTraits< float >::mantissa()'],['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html#af14b3a3ab1d4f7227486148aa7eca763',1,'llama::mapping::internal::FloatBitTraits< double >::mantissa()']]], + ['mantissabits_434',['mantissaBits',['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#aaa98b71746fe3183dd7eb27a65274c55',1,'llama::mapping::BitPackedFloatSoA::mantissaBits()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a6ad0ddb793ff96207a435ff67cadc415',1,'llama::mapping::BitPackedFloatAoS::mantissaBits()']]], + ['mapping_435',['Mapping',['../structllama_1_1mapping_1_1tree_1_1Mapping.html',1,'llama::mapping::tree']]], + ['mapping_436',['mapping',['../structllama_1_1SubView.html#a23a0bbbee3851f97f653f5f7ee908c39',1,'llama::SubView::mapping()'],['../structllama_1_1View.html#a181eaaaf491f3ccf599503410cdbe42e',1,'llama::View::mapping() const -> const Mapping &'],['../structllama_1_1View.html#a02995d9561c50196f5efae24031c0af6',1,'llama::View::mapping() -> Mapping &']]], + ['mapping_437',['Mapping',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a5a86485e3f5a72228c2831ff8a708125',1,'llama::mapping::tree::Mapping::Mapping(ArrayExtents extents, TreeOperationList treeOperationList, RecordDim={})'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#ad6a24222f361e29632ad42e5d3fd1f20',1,'llama::mapping::tree::Mapping::Mapping()=default'],['../structllama_1_1SubView.html#ad0592b1c97fc1410f4f8993dba03aed1',1,'llama::SubView::Mapping()'],['../structllama_1_1View.html#ab78c51e95a88b07395d0311107f31ba3',1,'llama::View::Mapping()']]], + ['mapping_438',['mapping',['../structllama_1_1SubView.html#a0fa3920261624b9d5103204028552deb',1,'llama::SubView']]], + ['mapping_2ehpp_439',['Mapping.hpp',['../Mapping_8hpp.html',1,'']]], + ['mapping1_440',['Mapping1',['../structllama_1_1mapping_1_1Split.html#ac70c11ba46bc16d8dc004e07bd916431',1,'llama::mapping::Split']]], + ['mapping1_441',['mapping1',['../structllama_1_1mapping_1_1Split.html#a1e9692ef08e3ee8e907ceeb6dbf8d6b6',1,'llama::mapping::Split']]], ['mapping2_442',['Mapping2',['../structllama_1_1mapping_1_1Split.html#a7f8c880946e1f571e2421e7cb8bb9b6b',1,'llama::mapping::Split']]], - ['mappingbase_443',['MappingBase',['../structllama_1_1mapping_1_1MappingBase.html',1,'llama::mapping::MappingBase< TArrayExtents, TRecordDim >'],['../structllama_1_1mapping_1_1MappingBase.html#a3ca09f04e20b05688fa3ca89c5224fde',1,'llama::mapping::MappingBase::MappingBase()=default'],['../structllama_1_1mapping_1_1MappingBase.html#adc783715f8bed6b56073c1ad4db068e4',1,'llama::mapping::MappingBase::MappingBase(ArrayExtents extents, RecordDim={})']]], - ['mapspiecewisecontiguous_444',['mapsPiecewiseContiguous',['../namespacellama.html#a32bf07b53ebc403eee401038fc95b591',1,'llama']]], - ['maptomemory_445',['mapToMemory',['../namespacellama.html#ae38fc0d77ddcdd41b2f2522f4c5bd24e',1,'llama']]], - ['maxlanes_446',['maxLanes',['../namespacellama_1_1mapping.html#abde584824d91d31ec24b7c326632a3c3',1,'llama::mapping']]], - ['memcopyfunc_447',['memcopyFunc',['../namespacellama_1_1internal.html#a359ae38d758d2af3b2e5610fcc32c110',1,'llama::internal']]], - ['memlocscomputed_448',['memLocsComputed',['../structllama_1_1mapping_1_1AccessCounts.html#a7cb54709b1b75556d89b0d62391f9475',1,'llama::mapping::AccessCounts']]], - ['mergedfunctors_449',['mergedFunctors',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a4361d3fef8c59d58c37bdeb5fb209cd8',1,'llama::mapping::tree::Mapping']]], - ['mergedfunctors_450',['MergedFunctors',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a497d204c1f51e5c9213fe50f4fe6199c',1,'llama::mapping::tree::Mapping']]], - ['mergedrecorddims_451',['MergedRecordDims',['../namespacellama.html#ab77dc388b0806851df1b1834ad4a31e0',1,'llama']]], - ['mergefunctors_452',['MergeFunctors',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html',1,'llama::mapping::tree::internal::MergeFunctors< Tree, TreeOperationList >'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#a290a4b78f8aaec3cf18f137d1d523ce8',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::MergeFunctors()=default'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#a8767dc6be695cfddd20d5200b431d1be',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::MergeFunctors(const Tree &, const Tuple<> &)'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a0529e28ca7c5c7dea31601b5d67cfdb5',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::MergeFunctors(const Tree &tree, const Tuple< Operations... > &treeOperationList)'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#ab99604ea7d89b69746842fc591b37d16',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::MergeFunctors()=default']]], - ['mergefunctors_3c_20basictree_2c_20treeoperationlist_20_3e_453',['MergeFunctors< BasicTree, TreeOperationList >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html',1,'llama::mapping::tree::internal']]], - ['mergefunctors_3c_20resulttree_2c_20mp_5fdrop_5fc_3c_20llama_3a_3atuple_3c_20operations_2e_2e_2e_20_3e_2c_201_20_3e_20_3e_454',['MergeFunctors< ResultTree, mp_drop_c< llama::Tuple< Operations... >, 1 > >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html',1,'llama::mapping::tree::internal']]], - ['mergefunctors_3c_20tree_2c_20tuple_3c_20operations_2e_2e_2e_20_3e_20_3e_455',['MergeFunctors< Tree, Tuple< Operations... > >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html',1,'llama::mapping::tree::internal']]], - ['mergefunctors_3c_20tree_2c_20tuple_3c_3e_20_3e_456',['MergeFunctors< Tree, Tuple<> >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html',1,'llama::mapping::tree::internal']]], - ['mergerecorddimsimpl_457',['mergeRecordDimsImpl',['../namespacellama_1_1internal.html#ab4ccd5eb73c48197b867b5fe4c98c55f',1,'llama::internal::mergeRecordDimsImpl(mp_identity< A > a, mp_identity< B >)'],['../namespacellama_1_1internal.html#afe13a6eb1562dd88e013a7529bad0018',1,'llama::internal::mergeRecordDimsImpl([[maybe_unused]] mp_identity< A[NA]> a, [[maybe_unused]] mp_identity< B[NB]> b)'],['../namespacellama_1_1internal.html#aca5b24ea77db0dbdd074d1235fd1630c',1,'llama::internal::mergeRecordDimsImpl(mp_identity< Record< FieldsA... >> a, mp_identity< Record<>>)'],['../namespacellama_1_1internal.html#acfbbb27c8356e64d8f7282336c3b60a1',1,'llama::internal::mergeRecordDimsImpl(mp_identity< Record< FieldsA... >>, mp_identity< Record< FieldB, FieldsB... >>)']]], - ['meta_2ehpp_458',['Meta.hpp',['../Meta_8hpp.html',1,'']]], - ['minalignedaos_459',['MinAlignedAoS',['../namespacellama_1_1mapping.html#a18212001c2e113884bd99703bf4b8645',1,'llama::mapping']]], - ['minalignedone_460',['MinAlignedOne',['../namespacellama_1_1mapping.html#a8712b71597c44e83220c489a459d3a1b',1,'llama::mapping']]], - ['minusassign_461',['MinusAssign',['../structllama_1_1internal_1_1MinusAssign.html',1,'llama::internal']]], - ['moduloassign_462',['ModuloAssign',['../structllama_1_1internal_1_1ModuloAssign.html',1,'llama::internal']]], - ['morealignment_463',['MoreAlignment',['../namespacellama_1_1mapping_1_1internal.html#a8c7482b69fbb2e73fe12f9acc59e95a3',1,'llama::mapping::internal']]], - ['movertdown_464',['MoveRTDown',['../structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html',1,'llama::mapping::tree::functor']]], - ['movertdownfixed_465',['MoveRTDownFixed',['../namespacellama_1_1mapping_1_1tree_1_1functor.html#aeac7b701ac28b8ab1eb842ee31ab499a',1,'llama::mapping::tree::functor']]], - ['mp_5funwrap_5fvalues_5finto_466',['mp_unwrap_values_into',['../namespacellama_1_1internal.html#a81e3783dd94e3a1b003f955aaacf49d6',1,'llama::internal']]], - ['mp_5funwrap_5fvalues_5finto_5fimpl_467',['mp_unwrap_values_into_impl',['../structllama_1_1internal_1_1mp__unwrap__values__into__impl.html',1,'llama::internal']]], - ['mp_5funwrap_5fvalues_5finto_5fimpl_3c_20fromlist_3c_20values_2e_2e_2e_20_3e_2c_20tolist_20_3e_468',['mp_unwrap_values_into_impl< FromList< Values... >, ToList >',['../structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4.html',1,'llama::internal']]], - ['mpforeachinlined_469',['mpForEachInlined',['../namespacellama_1_1internal.html#acde58af143505d1ef6a1d7e34d181e5f',1,'llama::internal']]], - ['multiblobsoa_470',['MultiBlobSoA',['../namespacellama_1_1mapping.html#abba9dcdfa9db81a7363c07f3f4e0fb70',1,'llama::mapping']]], - ['multiplyassign_471',['MultiplyAssign',['../structllama_1_1internal_1_1MultiplyAssign.html',1,'llama::internal']]], - ['mycodehandlesproxyreferences_472',['myCodeHandlesProxyReferences',['../structllama_1_1mapping_1_1FieldAccessCount.html#a6659aeb05757f98afc3ecf527c5eda4f',1,'llama::mapping::FieldAccessCount']]] + ['mapping2_443',['mapping2',['../structllama_1_1mapping_1_1Split.html#a2cbca78d3a9e6e58910e4edfa30f3d60',1,'llama::mapping::Split']]], + ['mappingbase_444',['MappingBase',['../structllama_1_1mapping_1_1MappingBase.html',1,'llama::mapping::MappingBase< TArrayExtents, TRecordDim >'],['../structllama_1_1mapping_1_1MappingBase.html#a3ca09f04e20b05688fa3ca89c5224fde',1,'llama::mapping::MappingBase::MappingBase()=default'],['../structllama_1_1mapping_1_1MappingBase.html#adc783715f8bed6b56073c1ad4db068e4',1,'llama::mapping::MappingBase::MappingBase(ArrayExtents extents, RecordDim={})']]], + ['mapspiecewisecontiguous_445',['mapsPiecewiseContiguous',['../namespacellama.html#a32bf07b53ebc403eee401038fc95b591',1,'llama']]], + ['maptomemory_446',['mapToMemory',['../namespacellama.html#ae38fc0d77ddcdd41b2f2522f4c5bd24e',1,'llama']]], + ['maxlanes_447',['maxLanes',['../namespacellama_1_1mapping.html#abde584824d91d31ec24b7c326632a3c3',1,'llama::mapping']]], + ['memcpy_448',['memcpy',['../namespacellama_1_1internal.html#ae7d043343c1a60a7ceb75ba7c06e4c18',1,'llama::internal']]], + ['memcpyblobs_449',['memcpyBlobs',['../namespacellama.html#a4959ae52801ba64e6f6c3ba612de29b7',1,'llama']]], + ['memlocscomputed_450',['memLocsComputed',['../structllama_1_1mapping_1_1AccessCounts.html#a7cb54709b1b75556d89b0d62391f9475',1,'llama::mapping::AccessCounts']]], + ['mergedfunctors_451',['mergedFunctors',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a4361d3fef8c59d58c37bdeb5fb209cd8',1,'llama::mapping::tree::Mapping']]], + ['mergedfunctors_452',['MergedFunctors',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a497d204c1f51e5c9213fe50f4fe6199c',1,'llama::mapping::tree::Mapping']]], + ['mergedrecorddims_453',['MergedRecordDims',['../namespacellama.html#ab77dc388b0806851df1b1834ad4a31e0',1,'llama']]], + ['mergefunctors_454',['MergeFunctors',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html',1,'llama::mapping::tree::internal::MergeFunctors< Tree, TreeOperationList >'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#a8767dc6be695cfddd20d5200b431d1be',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::MergeFunctors(const Tree &, const Tuple<> &)'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#a290a4b78f8aaec3cf18f137d1d523ce8',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::MergeFunctors()=default'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a0529e28ca7c5c7dea31601b5d67cfdb5',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::MergeFunctors(const Tree &tree, const Tuple< Operations... > &treeOperationList)'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#ab99604ea7d89b69746842fc591b37d16',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::MergeFunctors()=default']]], + ['mergefunctors_3c_20basictree_2c_20treeoperationlist_20_3e_455',['MergeFunctors< BasicTree, TreeOperationList >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html',1,'llama::mapping::tree::internal']]], + ['mergefunctors_3c_20resulttree_2c_20mp_5fdrop_5fc_3c_20llama_3a_3atuple_3c_20operations_2e_2e_2e_20_3e_2c_201_20_3e_20_3e_456',['MergeFunctors< ResultTree, mp_drop_c< llama::Tuple< Operations... >, 1 > >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html',1,'llama::mapping::tree::internal']]], + ['mergefunctors_3c_20tree_2c_20tuple_3c_20operations_2e_2e_2e_20_3e_20_3e_457',['MergeFunctors< Tree, Tuple< Operations... > >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html',1,'llama::mapping::tree::internal']]], + ['mergefunctors_3c_20tree_2c_20tuple_3c_3e_20_3e_458',['MergeFunctors< Tree, Tuple<> >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html',1,'llama::mapping::tree::internal']]], + ['mergerecorddimsimpl_459',['mergeRecordDimsImpl',['../namespacellama_1_1internal.html#ab4ccd5eb73c48197b867b5fe4c98c55f',1,'llama::internal::mergeRecordDimsImpl(mp_identity< A > a, mp_identity< B >)'],['../namespacellama_1_1internal.html#afe13a6eb1562dd88e013a7529bad0018',1,'llama::internal::mergeRecordDimsImpl([[maybe_unused]] mp_identity< A[NA]> a, [[maybe_unused]] mp_identity< B[NB]> b)'],['../namespacellama_1_1internal.html#aca5b24ea77db0dbdd074d1235fd1630c',1,'llama::internal::mergeRecordDimsImpl(mp_identity< Record< FieldsA... >> a, mp_identity< Record<>>)'],['../namespacellama_1_1internal.html#acfbbb27c8356e64d8f7282336c3b60a1',1,'llama::internal::mergeRecordDimsImpl(mp_identity< Record< FieldsA... >>, mp_identity< Record< FieldB, FieldsB... >>)']]], + ['meta_2ehpp_460',['Meta.hpp',['../Meta_8hpp.html',1,'']]], + ['minalignedaos_461',['MinAlignedAoS',['../namespacellama_1_1mapping.html#a18212001c2e113884bd99703bf4b8645',1,'llama::mapping']]], + ['minalignedone_462',['MinAlignedOne',['../namespacellama_1_1mapping.html#a8712b71597c44e83220c489a459d3a1b',1,'llama::mapping']]], + ['minusassign_463',['MinusAssign',['../structllama_1_1internal_1_1MinusAssign.html',1,'llama::internal']]], + ['moduloassign_464',['ModuloAssign',['../structllama_1_1internal_1_1ModuloAssign.html',1,'llama::internal']]], + ['morealignment_465',['MoreAlignment',['../namespacellama_1_1mapping_1_1internal.html#a8c7482b69fbb2e73fe12f9acc59e95a3',1,'llama::mapping::internal']]], + ['movertdown_466',['MoveRTDown',['../structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html',1,'llama::mapping::tree::functor']]], + ['movertdownfixed_467',['MoveRTDownFixed',['../namespacellama_1_1mapping_1_1tree_1_1functor.html#aeac7b701ac28b8ab1eb842ee31ab499a',1,'llama::mapping::tree::functor']]], + ['mp_5funwrap_5fvalues_5finto_468',['mp_unwrap_values_into',['../namespacellama_1_1internal.html#a81e3783dd94e3a1b003f955aaacf49d6',1,'llama::internal']]], + ['mp_5funwrap_5fvalues_5finto_5fimpl_469',['mp_unwrap_values_into_impl',['../structllama_1_1internal_1_1mp__unwrap__values__into__impl.html',1,'llama::internal']]], + ['mp_5funwrap_5fvalues_5finto_5fimpl_3c_20fromlist_3c_20values_2e_2e_2e_20_3e_2c_20tolist_20_3e_470',['mp_unwrap_values_into_impl< FromList< Values... >, ToList >',['../structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4.html',1,'llama::internal']]], + ['mpforeachinlined_471',['mpForEachInlined',['../namespacellama_1_1internal.html#acde58af143505d1ef6a1d7e34d181e5f',1,'llama::internal']]], + ['multiblobsoa_472',['MultiBlobSoA',['../namespacellama_1_1mapping.html#abba9dcdfa9db81a7363c07f3f4e0fb70',1,'llama::mapping']]], + ['multiplyassign_473',['MultiplyAssign',['../structllama_1_1internal_1_1MultiplyAssign.html',1,'llama::internal']]], + ['mycodehandlesproxyreferences_474',['myCodeHandlesProxyReferences',['../structllama_1_1mapping_1_1FieldAccessCount.html#a6659aeb05757f98afc3ecf527c5eda4f',1,'llama::mapping::FieldAccessCount']]] ]; diff --git a/search/all_c.js b/search/all_c.js index 24dcfc1cb9..3a48548cd4 100644 --- a/search/all_c.js +++ b/search/all_c.js @@ -1,13 +1,13 @@ var searchData= [ - ['newvalue_473',['newValue',['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html#a7f3c95fa9bb2bb5cf45f3a2724bd935d',1,'llama::mapping::tree::functor::internal::ChangeNodeChildsRuntimeFunctor']]], - ['next_474',['next',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a0cf8a3118f3709860816de7b31bad367',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >']]], - ['node_475',['Node',['../structllama_1_1mapping_1_1tree_1_1Node.html',1,'llama::mapping::tree']]], - ['noname_476',['NoName',['../structllama_1_1NoName.html',1,'llama']]], - ['normalizedselectorformapping1_477',['NormalizedSelectorForMapping1',['../structllama_1_1mapping_1_1Split.html#a9da900cbe7bbfc5887de6c016b8728d7',1,'llama::mapping::Split']]], - ['nr_478',['nr',['../structllama_1_1NrAndOffset.html#a27b2a6cf76158f1f5cffd3fb1995da82',1,'llama::NrAndOffset']]], - ['nrandoffset_479',['NrAndOffset',['../structllama_1_1NrAndOffset.html',1,'llama::NrAndOffset< T >'],['../namespacellama.html#a33a2a1438ebfa33ecdae893ab0b93e37',1,'llama::NrAndOffset(Int, Int) -> NrAndOffset< Int >']]], - ['null_480',['Null',['../structllama_1_1mapping_1_1Null.html',1,'llama::mapping']]], - ['null_2ehpp_481',['Null.hpp',['../Null_8hpp.html',1,'']]], - ['nullreference_482',['NullReference',['../structllama_1_1mapping_1_1internal_1_1NullReference.html',1,'llama::mapping::internal']]] + ['newvalue_475',['newValue',['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html#a7f3c95fa9bb2bb5cf45f3a2724bd935d',1,'llama::mapping::tree::functor::internal::ChangeNodeChildsRuntimeFunctor']]], + ['next_476',['next',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a0cf8a3118f3709860816de7b31bad367',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >']]], + ['node_477',['Node',['../structllama_1_1mapping_1_1tree_1_1Node.html',1,'llama::mapping::tree']]], + ['noname_478',['NoName',['../structllama_1_1NoName.html',1,'llama']]], + ['normalizedselectorformapping1_479',['NormalizedSelectorForMapping1',['../structllama_1_1mapping_1_1Split.html#a9da900cbe7bbfc5887de6c016b8728d7',1,'llama::mapping::Split']]], + ['nr_480',['nr',['../structllama_1_1NrAndOffset.html#a27b2a6cf76158f1f5cffd3fb1995da82',1,'llama::NrAndOffset']]], + ['nrandoffset_481',['NrAndOffset',['../structllama_1_1NrAndOffset.html',1,'llama::NrAndOffset< T >'],['../namespacellama.html#a33a2a1438ebfa33ecdae893ab0b93e37',1,'llama::NrAndOffset(Int, Int) -> NrAndOffset< Int >']]], + ['null_482',['Null',['../structllama_1_1mapping_1_1Null.html',1,'llama::mapping']]], + ['null_2ehpp_483',['Null.hpp',['../Null_8hpp.html',1,'']]], + ['nullreference_484',['NullReference',['../structllama_1_1mapping_1_1internal_1_1NullReference.html',1,'llama::mapping::internal']]] ]; diff --git a/search/all_d.js b/search/all_d.js index 44e1576249..849af46d65 100644 --- a/search/all_d.js +++ b/search/all_d.js @@ -1,49 +1,49 @@ var searchData= [ - ['offset_483',['offset',['../structllama_1_1NrAndOffset.html#a3ce7816ca78ecdb2a130aa886c0e9965',1,'llama::NrAndOffset::offset()'],['../structllama_1_1SubView.html#a247053b7eff2707c3551da7c6756a9c3',1,'llama::SubView::offset()']]], - ['offsetof_484',['offsetOf',['../namespacellama.html#aae03df933faef61723569d4655563bbe',1,'llama']]], - ['offsetofimplworkaround_485',['offsetOfImplWorkaround',['../namespacellama_1_1internal.html#a8420725970ab9da75999e4dfad4e8590',1,'llama::internal']]], - ['one_486',['One',['../structllama_1_1mapping_1_1One.html',1,'llama::mapping::One< TArrayExtents, TRecordDim, TFieldAlignment, PermuteFields >'],['../structllama_1_1mapping_1_1One.html#a3bb9a8f7aee62826434957ad56162388',1,'llama::mapping::One::One()=default'],['../structllama_1_1mapping_1_1One.html#a6e1341053b9461e3f67815825aa0417a',1,'llama::mapping::One::One(TArrayExtents extents, TRecordDim={})']]], - ['one_487',['one',['../namespacellama_1_1mapping_1_1tree.html#afbd4ba87d1acf92e1418324f097a68c8',1,'llama::mapping::tree']]], - ['one_488',['One',['../namespacellama.html#ace059168abe83f42c9493ad853abb746',1,'llama']]], - ['one_2ehpp_489',['One.hpp',['../One_8hpp.html',1,'']]], - ['one_3c_20mp_5fsize_5ft_3c_201_20_3e_20_3e_490',['one< mp_size_t< 1 > >',['../namespacellama_1_1mapping_1_1tree.html#a68ee4cf81bdbbb90a0279a4c9bc8c629',1,'llama::mapping::tree']]], - ['oneperfield_491',['OnePerField',['../namespacellama_1_1mapping.html#a79bb2d70c1866c3090d5810dd0c92cb3aa8d7ca911df4c0991253a7aaaa4e3708',1,'llama::mapping']]], - ['operation_492',['operation',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#ab816e628595fe858030104a21297fbc1',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >']]], - ['operator_20const_20value_5ftype_20_26_493',['operator const value_type &',['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a7a7dd8e2515d64235811144996cfa5e1',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >']]], - ['operator_20float_494',['operator Float',['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#a8dc6feb7bd643fcab23cb6f27227a35a',1,'llama::mapping::internal::BitPackedFloatRef']]], - ['operator_20integral_495',['operator Integral',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#adf3e2089299b70d1eee2387263a14c7a',1,'llama::mapping::internal::BitPackedIntRef']]], - ['operator_20t_496',['operator T',['../structllama_1_1mapping_1_1internal_1_1NullReference.html#ab7175083a8875287bb278fc746bf8fb2',1,'llama::mapping::internal::NullReference::operator T()'],['../structllama_1_1internal_1_1Dyn.html#a7c82aad3ed7ccb6cfa1827dcfa03c03e',1,'llama::internal::Dyn::operator T()'],['../structllama_1_1RecordRef_1_1Loader.html#a82ac4d3357448dc9d5bc8f699d9347f1',1,'llama::RecordRef::Loader::operator T()'],['../structllama_1_1RecordRef_1_1LoaderConst.html#a8ec460ffb2980ae5d3c28f89399ea91e',1,'llama::RecordRef::LoaderConst::operator T()']]], - ['operator_20value_5ftype_497',['operator value_type',['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#ad4cffefe1c8bdf53977b935f58d6430b',1,'llama::mapping::internal::ProjectionReference::operator value_type()'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a54245525bd23e9bbe3950b1809e2e8f4',1,'llama::accessor::Const::Reference::operator value_type()'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html#ad0ce8998aa95ad6d1b1af8b3e42846a1',1,'llama::accessor::Locked::Reference::operator value_type()'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#accb43aa5bb33fb0ce8227e8a6fd52190',1,'llama::mapping::Bytesplit::Reference::operator value_type()'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#aa3a2a4c948c885d0658cded1dd3c3800',1,'llama::mapping::internal::FieldAccessCountReference::operator value_type()']]], - ['operator_20value_5ftype_20_26_498',['operator value_type &',['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#ae257df6f897f467d5cba50ff7a599325',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >']]], - ['operator_21_3d_499',['operator!=',['../namespacellama.html#aa969f915a561005ba54a2c698a184965',1,'llama::operator!=(ArrayExtents< SizeTypeA, SizesA... > a, ArrayExtents< SizeTypeB, SizesB... > b) -> bool'],['../namespacellama.html#a07c4b4fb7b3d91e88bca98224400ac32',1,'llama::operator!=(const Tuple< ElementsA... > &a, const Tuple< ElementsB... > &b) -> bool'],['../namespacellama.html#a20099242b7f987d98d361a5f46ab90ae',1,'llama::operator!=(RecordCoord< CoordsA... > a, RecordCoord< CoordsB... > b)'],['../namespacellama.html#a4a8faed7400b66b8a3d13185ea2a26e4',1,'llama::operator!=(const NrAndOffset< TA > &a, const NrAndOffset< TB > &b) -> bool'],['../namespacellama.html#a91513e7294d6476ee4c4362a4093997f',1,'llama::operator!=(ArrayIndex< TA, Dim > a, ArrayIndex< TB, Dim > b) -> bool'],['../structllama_1_1Iterator.html#a76667c2aae49f9687e6b6421315cc32d',1,'llama::Iterator::operator!=()'],['../structllama_1_1Vector.html#aaf46beb086f0ae4e85a48f02781fc803',1,'llama::Vector::operator!=()'],['../structllama_1_1RecordRef.html#a29cafbc66f72dc1d0cdd50240dab09fd',1,'llama::RecordRef::operator!=()'],['../structllama_1_1RecordRef.html#a3ce3df14aae118c00ac669cac09645db',1,'llama::RecordRef::operator!=()'],['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a684eb9d179b19cfff2857631b175b411',1,'llama::bloballoc::AlignedAllocator::operator!=()'],['../structllama_1_1ArrayIndexIterator.html#a439f73bf9477df7a41b009deff5bbb63',1,'llama::ArrayIndexIterator::operator!=()'],['../structllama_1_1internal_1_1Dyn.html#ade772039b3ebff88ef6fb16ae72654f0',1,'llama::internal::Dyn::operator!=()'],['../structllama_1_1internal_1_1Dyn.html#a82a4528bd328f16198f5697cc120688d',1,'llama::internal::Dyn::operator!=()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a65c83a49c3e5e3b9ec5d9ac124104025',1,'llama::Array< T, 0 >::operator!=()'],['../structllama_1_1Array.html#a79c4e9b69ae046deace9f3583974d42a',1,'llama::Array::operator!=()']]], - ['operator_22_22_5frc_500',['operator""_RC',['../namespacellama_1_1literals.html#aafe5ae24f96109b3ca3d05eaf550e880',1,'llama::literals::operator""_RC()'],['../namespacellama_1_1literals.html#aafe5ae24f96109b3ca3d05eaf550e880',1,'llama::operator""_RC()']]], - ['operator_25_501',['operator%',['../structllama_1_1RecordRef.html#a8a7f083b4a3f84e6adba206117bb5979',1,'llama::RecordRef']]], - ['operator_25_3d_502',['operator%=',['../structllama_1_1RecordRef.html#abafb5f446c0f5d3b4c3e0f82b68c2cf8',1,'llama::RecordRef::operator%=()'],['../structllama_1_1ProxyRefOpMixin.html#a79956552e378d2dbb181c1e925b2278c',1,'llama::ProxyRefOpMixin::operator%=(const ValueType &rhs) -> Derived &']]], - ['operator_26_3d_503',['operator&=',['../structllama_1_1ProxyRefOpMixin.html#a9f835cd88e899ce34527bafba1751bb9',1,'llama::ProxyRefOpMixin']]], - ['operator_28_29_504',['operator()',['../structllama_1_1RecordRef.html#a6e3f77a18819a49ab694345faffab318',1,'llama::RecordRef::operator()(RecordCoord< Coord... >) const -> decltype(auto)'],['../structllama_1_1RecordRef.html#a033f16ec277c95ff8a0c5444c6bcb2bc',1,'llama::RecordRef::operator()(RecordCoord< Coord... >) -> decltype(auto)'],['../structllama_1_1RecordRef.html#a253303389a1a90b2f34508d5761d2e74',1,'llama::RecordRef::operator()(Tags...) const -> decltype(auto)'],['../structllama_1_1RecordRef.html#a010b5195d6633f6b656542bd57d48185',1,'llama::RecordRef::operator()(Tags...) -> decltype(auto)'],['../structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html#ac7feadd8ba99ce12ece0f844da21c099',1,'std::hash< llama::RecordRef< View, BoundRecordCoord, OwnView > >::operator()()'],['../structllama_1_1View.html#aeb97975804a31ebbddc3c53d4fbacdd5',1,'llama::View::operator()(llama::ArrayIndex< V, ArrayIndex::rank >) const'],['../structllama_1_1View.html#a7c3249eb32762c1e26a0a568091483ed',1,'llama::View::operator()(ArrayIndex ai) const -> decltype(auto)'],['../structllama_1_1View.html#a821703da22b47469141cd8b65f96a1ec',1,'llama::View::operator()(ArrayIndex ai) -> decltype(auto)'],['../structllama_1_1View.html#a99b9fd989744030d2b082b830ae4beb4',1,'llama::View::operator()(Indices... indices) const -> decltype(auto)'],['../structllama_1_1View.html#a62688dca2ffbedad30e219e2aa7d5400',1,'llama::View::operator()(Indices... indices) -> decltype(auto)'],['../structllama_1_1SubView.html#a545a766009667718fe1e7b9585c1760f',1,'llama::SubView::operator()(ArrayIndex ai) const -> decltype(auto)'],['../structllama_1_1SubView.html#a50c97c98b3b809230d5e006ce53f17f8',1,'llama::SubView::operator()(ArrayIndex ai) -> decltype(auto)'],['../structllama_1_1SubView.html#a891fb642b429a85a5bfee3570e43bc93',1,'llama::SubView::operator()(Indices... indices) const -> decltype(auto)'],['../structllama_1_1SubView.html#aac4ed75f83dedfee9601b8db3a44f9b9',1,'llama::SubView::operator()(Indices... indices) -> decltype(auto)'],['../structllama_1_1SubView.html#a7d6083bb7bd3625af019c0249b7c2ae1',1,'llama::SubView::operator()(RecordCoord< Coords... > rc={}) const -> decltype(auto)'],['../structllama_1_1SubView.html#a50ea3ae3586fb42363a16ed5cf54b864',1,'llama::SubView::operator()(RecordCoord< Coords... > rc={}) -> decltype(auto)'],['../structllama_1_1internal_1_1DivideAssign.html#a4ef194014d4c19d8bba9c2c3a0b7d9e0',1,'llama::internal::DivideAssign::operator()()'],['../structllama_1_1bloballoc_1_1AlpakaBuf.html#a3735e7625813dad6e0d3ee033e12bcce',1,'llama::bloballoc::AlpakaBuf::operator()()'],['../structllama_1_1bloballoc_1_1Vector.html#a460676ac82586d1bef38037a1816464b',1,'llama::bloballoc::Vector::operator()()'],['../structllama_1_1bloballoc_1_1SharedPtr.html#acb24918a6bf634b254bdfead6c1062dc',1,'llama::bloballoc::SharedPtr::operator()()'],['../structllama_1_1bloballoc_1_1UniquePtr.html#affa75475e5567690fee1a68fab39b5b7',1,'llama::bloballoc::UniquePtr::operator()()'],['../structllama_1_1bloballoc_1_1Array.html#a3c282745bc38c9554406545e7d108520',1,'llama::bloballoc::Array::operator()()'],['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#afa32b5cfa2ca7d69cf74dfbde40c9d95',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >::operator()()'],['../structllama_1_1internal_1_1ModuloAssign.html#ac863db222276f891da642407b09c9d0c',1,'llama::internal::ModuloAssign::operator()()'],['../structllama_1_1accessor_1_1Locked.html#aeee88009c22da968858523bfe8316558',1,'llama::accessor::Locked::operator()(T &r) const -> Reference< T &, std::remove_cv_t< T >>'],['../structllama_1_1accessor_1_1Locked.html#ab8f42cfaab9ba2478575e14fba16bb7a',1,'llama::accessor::Locked::operator()(PR r) const -> Reference< PR, typename PR::value_type >'],['../structllama_1_1accessor_1_1Restrict.html#a5c9e0516db9ef5137d4efe33f7954721',1,'llama::accessor::Restrict::operator()()'],['../structllama_1_1accessor_1_1Const.html#a1f214c5b705993d5a170c6441b6ec026',1,'llama::accessor::Const::operator()(ProxyReference r) const'],['../structllama_1_1accessor_1_1Const.html#aea8d22de7eb9b5f5020b69ed6286a435',1,'llama::accessor::Const::operator()(T &r) const -> const T &'],['../structllama_1_1accessor_1_1ByValue.html#a0cb861c84429f058947e64cb305d3943',1,'llama::accessor::ByValue::operator()()'],['../structllama_1_1accessor_1_1Default.html#a6bf43e681fa33310219aa1389743e6bc',1,'llama::accessor::Default::operator()()'],['../structllama_1_1Copy.html#a5456c747d230db86a65cb67f67d1aa05',1,'llama::Copy::operator()()'],['../structllama_1_1internal_1_1MultiplyAssign.html#a599a7a6643c36cb570c176f43c4496ca',1,'llama::internal::MultiplyAssign::operator()()'],['../structllama_1_1internal_1_1MinusAssign.html#a5478fd18a86b7a6c8f07f45159f8e9b7',1,'llama::internal::MinusAssign::operator()()'],['../structllama_1_1internal_1_1PlusAssign.html#a686ab20e5ce7f7383f161ca6465deba7',1,'llama::internal::PlusAssign::operator()()'],['../structllama_1_1internal_1_1Assign.html#ae8e7737477254928607c54a1dbe94918',1,'llama::internal::Assign::operator()()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html#a88176c7696b38941ce3359063566933b',1,'llama::mapping::tree::functor::internal::ChangeNodeChildsRuntimeFunctor::operator()()'],['../structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4.html#a07d8bb1043f704c649aba7ec2090b4c0',1,'llama::Copy< Mapping, Mapping >::operator()()'],['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Linecca40af6cbfeabebd92c0340cc1055ba.html#ae141b585c31bc810d01aeaec10d96e41',1,'llama::Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields >, std::enable_if_t< LanesSrc !=LanesDst > >::operator()()'],['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line859743977e4e49efc57e47040098b4b8.html#ae38407734a9910b9973081739990d445',1,'llama::Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::SoA< ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields > >::operator()()'],['../structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub712ac8967d7b9cd8f921b93e85e89274.html#a9c7e14912f334590b7420ac2b7d6bb77',1,'llama::Copy< mapping::SoA< ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields > >::operator()()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexRight.html#a2e557b74062a4f706f7454bde2e20e9b',1,'llama::mapping::LinearizeArrayIndexRight::operator()()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html#a6494312cef4828f0bf1360f585c22843',1,'llama::mapping::LinearizeArrayIndexLeft::operator()()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html#a17efec391738bcb8395f7592474ad3bf',1,'llama::mapping::LinearizeArrayIndexMorton::operator()()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html#a32b64325b2b8255a3965a073fd4075d0',1,'llama::mapping::tree::functor::internal::ChangeNodeChildsRuntimeFunctor::operator()()']]], - ['operator_2a_505',['operator*',['../structllama_1_1ArrayIndexIterator.html#a20ba6e8b4037ade1d9531ed712d2df70',1,'llama::ArrayIndexIterator::operator*()'],['../structllama_1_1Iterator.html#ac406e8f60f2dd8779a535d1f94dbc795',1,'llama::Iterator::operator*()'],['../structllama_1_1RecordRef.html#ae19da406eef392c2cc923b2b1532458a',1,'llama::RecordRef::operator*()'],['../structllama_1_1RecordRef.html#a2028f8fd54ce1aa2de386b5988440f6d',1,'llama::RecordRef::operator*()']]], - ['operator_2a_3d_506',['operator*=',['../structllama_1_1RecordRef.html#a1c69b88762056ac2e1524e0ab81f12d8',1,'llama::RecordRef::operator*=()'],['../structllama_1_1ProxyRefOpMixin.html#a427586bad791a7de5d69fcb990a4a2c8',1,'llama::ProxyRefOpMixin::operator*=()']]], - ['operator_2b_507',['operator+',['../structllama_1_1Iterator.html#a5135551db447539d7b4389aedac11ad3',1,'llama::Iterator::operator+()'],['../structllama_1_1Array.html#a17babdb41e8863ccd94806c23e501355',1,'llama::Array::operator+()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a29729a64f80d4237bc82b3e71f68b39d',1,'llama::Array< T, 0 >::operator+()'],['../structllama_1_1ArrayIndexIterator.html#a1b93201049db4583d861203628a2d934',1,'llama::ArrayIndexIterator::operator+()'],['../structllama_1_1ArrayIndexIterator.html#a510a9b241ab23ffbd7cee5c58187f96a',1,'llama::ArrayIndexIterator::operator+()'],['../structllama_1_1RecordRef.html#ad52b41ada501955c1808b973dfc1d153',1,'llama::RecordRef::operator+()'],['../structllama_1_1RecordRef.html#a67adea4a6bb0440a9c3fe3287f897e95',1,'llama::RecordRef::operator+()'],['../structllama_1_1Iterator.html#a9fc80ea72157cefe76d1b05979a6c8f7',1,'llama::Iterator::operator+()']]], - ['operator_2b_2b_508',['operator++',['../structllama_1_1ArrayIndexIterator.html#aa0690871b4b8f9a59376db29497c1b9a',1,'llama::ArrayIndexIterator::operator++()'],['../structllama_1_1Iterator.html#a7c9b13ab0033fe418550d192dbf8c8e1',1,'llama::Iterator::operator++(int) -> Iterator'],['../structllama_1_1Iterator.html#ae8ae5582cfdbdcefc5507083a83422d7',1,'llama::Iterator::operator++() -> Iterator &'],['../structllama_1_1ProxyRefOpMixin.html#a1df0708f468d3bde426e868788da05ba',1,'llama::ProxyRefOpMixin::operator++(int) -> ValueType'],['../structllama_1_1ProxyRefOpMixin.html#a0bf9f2e980a32925ce02eacec3103bf1',1,'llama::ProxyRefOpMixin::operator++() -> Derived &'],['../structllama_1_1ArrayIndexIterator.html#a567d04b0dca1bb990226968580b82cd4',1,'llama::ArrayIndexIterator::operator++()']]], - ['operator_2b_3d_509',['operator+=',['../structllama_1_1ProxyRefOpMixin.html#aea6caa1eeacdd3fab0a7d5d91b4364ac',1,'llama::ProxyRefOpMixin::operator+=()'],['../structllama_1_1Iterator.html#ab377eb97fca60b105a68457202ed5a3c',1,'llama::Iterator::operator+=()'],['../structllama_1_1RecordRef.html#a9a7f0b8d765f985f5d0c287574339abe',1,'llama::RecordRef::operator+=()'],['../structllama_1_1ArrayIndexIterator.html#a601f4eb37dbc1c4e2af0905d00ef40f7',1,'llama::ArrayIndexIterator::operator+=()']]], - ['operator_2d_510',['operator-',['../structllama_1_1Iterator.html#ad2bf84d6b26dd4dfa883e1c10b859969',1,'llama::Iterator::operator-()'],['../structllama_1_1Iterator.html#a11a51c9a6dedeaf548859892804339b2',1,'llama::Iterator::operator-()'],['../structllama_1_1RecordRef.html#a461a173618f8a9f833ddf28a1620927d',1,'llama::RecordRef::operator-()'],['../structllama_1_1ArrayIndexIterator.html#a9948ec1fa80d9ea581a3c4f9bf28df58',1,'llama::ArrayIndexIterator::operator-()'],['../structllama_1_1ArrayIndexIterator.html#a7f9b227df6034a123da3b88b025d7a90',1,'llama::ArrayIndexIterator::operator-()']]], - ['operator_2d_2d_511',['operator--',['../structllama_1_1ProxyRefOpMixin.html#a38d2f14e872312209bb5089dcb48b5a1',1,'llama::ProxyRefOpMixin::operator--()'],['../structllama_1_1Iterator.html#aeee99cc02b53356ae49018fca42545ce',1,'llama::Iterator::operator--(int) -> Iterator'],['../structllama_1_1Iterator.html#a8c51c62fb62cc6ee312758abc6614bc9',1,'llama::Iterator::operator--() -> Iterator &'],['../structllama_1_1ProxyRefOpMixin.html#aaf96151b0aface32e6510a9f15ee616c',1,'llama::ProxyRefOpMixin::operator--()'],['../structllama_1_1ArrayIndexIterator.html#a2924a2efc35efe082daafa3c05f37d4b',1,'llama::ArrayIndexIterator::operator--(int) noexcept -> ArrayIndexIterator'],['../structllama_1_1ArrayIndexIterator.html#ae64cfbd8c33f73c3cf38d8c2429233bc',1,'llama::ArrayIndexIterator::operator--() noexcept -> ArrayIndexIterator &']]], - ['operator_2d_3d_512',['operator-=',['../structllama_1_1Iterator.html#a103b724eee7cae5ac77ddcd1a778ea68',1,'llama::Iterator::operator-=()'],['../structllama_1_1RecordRef.html#afb9891628650a1683571f894cb9e72a2',1,'llama::RecordRef::operator-=()'],['../structllama_1_1ProxyRefOpMixin.html#a6e149fa3d0657b524413f1dfddad9288',1,'llama::ProxyRefOpMixin::operator-=()'],['../structllama_1_1ArrayIndexIterator.html#a18c922c3e83766318c6acb3132dafeef',1,'llama::ArrayIndexIterator::operator-=()']]], - ['operator_2d_3e_513',['operator->',['../structllama_1_1Iterator.html#abdb38ef910a41d212722d22357c2f3cc',1,'llama::Iterator::operator->()'],['../structllama_1_1internal_1_1IndirectValue.html#a8cf8698ea1092f12ce8e2bea6531deda',1,'llama::internal::IndirectValue::operator->() const -> const T *'],['../structllama_1_1internal_1_1IndirectValue.html#a9e1235bce9b7f0e0a9bbeed981e8101a',1,'llama::internal::IndirectValue::operator->() -> T *'],['../structllama_1_1ArrayIndexIterator.html#afa00fec4935dbc1db0dd97758d605174',1,'llama::ArrayIndexIterator::operator->()']]], - ['operator_2f_514',['operator/',['../structllama_1_1RecordRef.html#ae719daa136af26cb4684f377a1068b58',1,'llama::RecordRef']]], - ['operator_2f_3d_515',['operator/=',['../structllama_1_1ProxyRefOpMixin.html#aa5c01adb17955a5be25e835456d947fb',1,'llama::ProxyRefOpMixin::operator/=()'],['../structllama_1_1RecordRef.html#a50d350658c5c5184ef0f2e25e2aaace9',1,'llama::RecordRef::operator/=()']]], - ['operator_3c_516',['operator<',['../structllama_1_1ArrayIndexIterator.html#a32d7c4e8fa736c0fc866b318dbfc528c',1,'llama::ArrayIndexIterator::operator<()'],['../structllama_1_1RecordRef.html#a517bee54eb43b63ede727940f71cd9ae',1,'llama::RecordRef::operator<()'],['../structllama_1_1RecordRef.html#a35d17e80a4a27107b754078bf55f7106',1,'llama::RecordRef::operator<()'],['../structllama_1_1Vector.html#a450e2abfedad4aefbfdb303054a53a20',1,'llama::Vector::operator<()'],['../structllama_1_1Iterator.html#abff008ef987f7ea29390328c1af8ce72',1,'llama::Iterator::operator<()']]], - ['operator_3c_3c_517',['operator<<',['../structllama_1_1NrAndOffset.html#a95dc900251527b114704f17449222594',1,'llama::NrAndOffset::operator<<()'],['../namespacellama.html#a4d7c3018578c28fe8a22d817570dbfca',1,'llama::operator<<(std::ostream &os, const RecordRef< View, BoundRecordCoord, OwnView > &vr) -> std::ostream &'],['../namespacellama.html#a056e745a18ef7e0342d719e1ce678b17',1,'llama::operator<<(std::ostream &os, RecordCoord< RCs... >) -> std::ostream &'],['../namespacellama.html#a6b9492ccf576f0f3683d893e35882a54',1,'llama::operator<<(std::ostream &os, const Array< T, N > &a) -> std::ostream &']]], - ['operator_3c_3c_3d_518',['operator<<=',['../structllama_1_1ProxyRefOpMixin.html#a389ff0250f209c2643df1cc6bb996962',1,'llama::ProxyRefOpMixin']]], - ['operator_3c_3d_519',['operator<=',['../structllama_1_1RecordRef.html#a155794173eda55c96faccfa707e971e2',1,'llama::RecordRef::operator<=()'],['../structllama_1_1Iterator.html#a096c2867f9119f30d827e65c7f14e77a',1,'llama::Iterator::operator<=()'],['../structllama_1_1Vector.html#a3b709ce9d3a5826d3ed6de69d07adf9c',1,'llama::Vector::operator<=()'],['../structllama_1_1RecordRef.html#af0ee680a5e3fb0b9e3388e89df41d7ce',1,'llama::RecordRef::operator<=()'],['../structllama_1_1ArrayIndexIterator.html#af3138ff04d87b43fdcd21ddfb1f123ca',1,'llama::ArrayIndexIterator::operator<=()']]], - ['operator_3d_520',['operator=',['../structllama_1_1accessor_1_1Const_1_1Reference.html#a987fcaf6929646d8f264947e2c4d81c5',1,'llama::accessor::Const::Reference::operator=()'],['../structllama_1_1Vector.html#a36792850ed3212ef272c31d1f6006bd7',1,'llama::Vector::operator=(Vector &&other) noexcept -> Vector &'],['../structllama_1_1Vector.html#a9438c49ab6897f544779b06f5a3d8c8c',1,'llama::Vector::operator=(const Vector &other) -> Vector &=default'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aef0d1e7e602204027ed415063a85f8ba',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::operator=(value_type v) -> ScopedUpdate &'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aeae27e5a2b92ad99e3da4a4cd16b50b8',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::operator=(ScopedUpdate &&) noexcept -> ScopedUpdate &=default'],['../structllama_1_1ScopedUpdate.html#aef4f92c4473a19dad4b219686a3bba57',1,'llama::ScopedUpdate::operator=()'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#ae28d2bac2976d8b8822aa9ec0e983bfa',1,'llama::accessor::Const::Reference::operator=()'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a24373ccaae6c09ab95e9059e8e95f112',1,'llama::accessor::Locked::Reference::operator=(const Reference &other) -> Reference &'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a703c4fdc2aa8d678bd707e41b0ce144e',1,'llama::accessor::Locked::Reference::operator=(T t) -> Reference &'],['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#ae3151a3b5f02ee4e3bea589a56c3377c',1,'llama::mapping::internal::BitPackedFloatRef::operator=(const BitPackedFloatRef &other) -> BitPackedFloatRef &'],['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#a47d0dcc9fc656ad3f6031fc933447889',1,'llama::mapping::internal::BitPackedFloatRef::operator=(Float f) -> BitPackedFloatRef &'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#ac5ca46ded1c950a100e4eb31956d23c7',1,'llama::mapping::internal::BitPackedIntRef::operator=(const BitPackedIntRef &other) -> BitPackedIntRef &'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#a7b0e4335cde52c10ffdee5d1e2c9b025',1,'llama::mapping::internal::BitPackedIntRef::operator=(Integral value) -> BitPackedIntRef &'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#a576d03612330d02949b5c39eee5feeec',1,'llama::mapping::Bytesplit::Reference::operator=(const Reference &other) -> Reference &'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#aa90f46d1590b8fcda4935f29493a0289',1,'llama::mapping::Bytesplit::Reference::operator=(value_type v) -> Reference &'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a3f62661bce4f0794057c32c51196d38c',1,'llama::mapping::internal::FieldAccessCountReference::operator=(FieldAccessCountReference &&ref) noexcept -> FieldAccessCountReference &=default'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a63cc1a2ae3f2773f3bb08d4783943aad',1,'llama::mapping::internal::FieldAccessCountReference::operator=(const FieldAccessCountReference &ref) -> FieldAccessCountReference &'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a28ede71afe3c7577ee3b86683fe9d97a',1,'llama::mapping::internal::FieldAccessCountReference::operator=(value_type value) -> FieldAccessCountReference &'],['../structllama_1_1mapping_1_1internal_1_1NullReference.html#aec59109e33b5a655f8a782fea81cde82',1,'llama::mapping::internal::NullReference::operator=()'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#ac3e3bd6d44525142ff704cbc995bad56',1,'llama::mapping::internal::ProjectionReference::operator=(const ProjectionReference &other) -> ProjectionReference &'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a1f6cd477412a83bb1e02412fee99f51e',1,'llama::mapping::internal::ProjectionReference::operator=(value_type v) -> ProjectionReference &'],['../structllama_1_1RecordRef.html#a0550786f236bad995846f06ca51ae789',1,'llama::RecordRef::operator=(const RecordRef &other) -> RecordRef &'],['../structllama_1_1RecordRef.html#a3f3bb1d6f14928ec1a5aac3cdbcd40f6',1,'llama::RecordRef::operator=(RecordRef &&) noexcept -> RecordRef &=default'],['../structllama_1_1RecordRef.html#a2e05d072491116eca8afbe5251b79abf',1,'llama::RecordRef::operator=(const T &other) -> RecordRef &'],['../structllama_1_1ScopedUpdate.html#a3ce7e6001813df201f857f039fda5d63',1,'llama::ScopedUpdate::operator=()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a6daaf806e8e2fe26874f7c1b395186d1',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::operator=()']]], - ['operator_3d_3d_521',['operator==',['../namespacellama.html#a491b771e37f3d0b8668883df9d0c02d0',1,'llama::operator==(ArrayIndex< TA, Dim > a, ArrayIndex< TB, Dim > b) -> bool'],['../namespacellama.html#a1cb8ee545443974c602115ab987f05e7',1,'llama::operator==(ArrayExtents< SizeTypeA, SizesA... > a, ArrayExtents< SizeTypeB, SizesB... > b) -> bool'],['../namespacellama.html#a5c7f2c72590f73698ff6f31ba44ec0a3',1,'llama::operator==(const NrAndOffset< TA > &a, const NrAndOffset< TB > &b) -> bool'],['../namespacellama.html#abdf2ad9d154fb837e684d57779272efb',1,'llama::operator==(RecordCoord< CoordsA... >, RecordCoord< CoordsB... >)'],['../namespacellama.html#a8aa8382ac8cefc8c2efceb8e4dab263a',1,'llama::operator==(RecordCoord< Coords... >, RecordCoord< Coords... >)'],['../namespacellama.html#ad527d6d304c87d6ab25d4d78e15cebc4',1,'llama::operator==(const Tuple< ElementsA... > &a, const Tuple< ElementsB... > &b) -> bool'],['../structllama_1_1Array.html#a81059810842ccf4dc4608e61e12e9c7a',1,'llama::Array::operator==()'],['../structllama_1_1Iterator.html#a8ebf1aa1356423456d1a77aac73a8593',1,'llama::Iterator::operator==()'],['../structllama_1_1Vector.html#ac0989d144f463beb02488a402a8e90f2',1,'llama::Vector::operator==()'],['../structllama_1_1RecordRef.html#a230df489ece9b058c3aa28ecf6070858',1,'llama::RecordRef::operator==()'],['../structllama_1_1RecordRef.html#ab23a922fe11baad4daf96828b861e954',1,'llama::RecordRef::operator==()'],['../structllama_1_1bloballoc_1_1AlignedAllocator.html#ad907d1d91d829b7eb80c3d64969bad92',1,'llama::bloballoc::AlignedAllocator::operator==()'],['../structllama_1_1ArrayIndexIterator.html#a39029470c8205293c9f654ccc3bed113',1,'llama::ArrayIndexIterator::operator==()'],['../structllama_1_1internal_1_1Dyn.html#a4ff750056caf0e868aa00df251af2707',1,'llama::internal::Dyn::operator==()'],['../structllama_1_1internal_1_1Dyn.html#a7a2ad09d9c5172e0850d24dcda47eaac',1,'llama::internal::Dyn::operator==()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#aeef9745b5e3c85f81b7922a132f57407',1,'llama::Array< T, 0 >::operator==()']]], - ['operator_3e_522',['operator>',['../structllama_1_1ArrayIndexIterator.html#a36afed7a8cd7d77a432ad58b1959b7f7',1,'llama::ArrayIndexIterator::operator>()'],['../structllama_1_1RecordRef.html#a4ae3ca824c39d05ae2d94d1ab655565b',1,'llama::RecordRef::operator>()'],['../structllama_1_1RecordRef.html#a04302cfb043451c3932a1f787493ac1b',1,'llama::RecordRef::operator>()'],['../structllama_1_1Vector.html#a9843ac4bcf20c49d604744274f5f3481',1,'llama::Vector::operator>()'],['../structllama_1_1Iterator.html#a7ad593041aeb7f426ff005bb1aa3755c',1,'llama::Iterator::operator>()']]], - ['operator_3e_3d_523',['operator>=',['../structllama_1_1Vector.html#ae4b85c5ff94256225b530a1270a01bac',1,'llama::Vector::operator>=()'],['../structllama_1_1ArrayIndexIterator.html#a8a6b6dfc214c3c643ad32ee4ab9aa11c',1,'llama::ArrayIndexIterator::operator>=()'],['../structllama_1_1RecordRef.html#a00162d3e10237d687c7130d695c6da4c',1,'llama::RecordRef::operator>=()'],['../structllama_1_1RecordRef.html#a03d19131b5936cfe7e9e8ab2f80ddd69',1,'llama::RecordRef::operator>=()'],['../structllama_1_1Iterator.html#a388dabde0551f294a303b5eb6f29a3f0',1,'llama::Iterator::operator>=()']]], - ['operator_3e_3e_3d_524',['operator>>=',['../structllama_1_1ProxyRefOpMixin.html#a461255210746b50f4b018054a2e00079',1,'llama::ProxyRefOpMixin']]], - ['operator_5b_5d_525',['operator[]',['../structllama_1_1Array_3_01T_00_010_01_4.html#afc5128ff6c2e26e17ffd7f5711ee3fbb',1,'llama::Array< T, 0 >::operator[]()'],['../structllama_1_1Array.html#acee9cb1b5239b0bd63be77c4f76b4603',1,'llama::Array::operator[]()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#afda739c590404bbf9968ea6d1125e695',1,'llama::Array< T, 0 >::operator[]()'],['../structllama_1_1ArrayExtents.html#abff3ef6c9c1dede51fb8d21bc45d7e80',1,'llama::ArrayExtents::operator[]()'],['../structllama_1_1ArrayIndexIterator.html#a72f93926977ca4360c7feca921f93c20',1,'llama::ArrayIndexIterator::operator[]()'],['../structllama_1_1Vector.html#a5c067fb96450c34ec8a1462d15fa5bcd',1,'llama::Vector::operator[](size_type i) -> decltype(auto)'],['../structllama_1_1Vector.html#a5429ce10ed8b8133e60a315282a76d2d',1,'llama::Vector::operator[](size_type i) const -> decltype(auto)'],['../structllama_1_1Iterator.html#a1fd67ec2c13b9fee525c8757ae494d61',1,'llama::Iterator::operator[]()'],['../structllama_1_1View.html#a13b76bc25289fb7376b9dbfe9afc0cec',1,'llama::View::operator[](ArrayIndex ai) const -> decltype(auto)'],['../structllama_1_1View.html#a526da546f43015bdd691572260cb7a90',1,'llama::View::operator[](ArrayIndex ai) -> decltype(auto)'],['../structllama_1_1View.html#a5b2e47c3ed82390f8a988f9cd8451a08',1,'llama::View::operator[](llama::ArrayIndex< V, ArrayIndex::rank >) const'],['../structllama_1_1View.html#aeaa37e0e681119833521a96c20228ccb',1,'llama::View::operator[](size_type index) const -> decltype(auto)'],['../structllama_1_1View.html#acb1c44d96c698a0f6ca8f288e9f28914',1,'llama::View::operator[](size_type index) -> decltype(auto)'],['../structllama_1_1Array.html#a18c4dca04c7d6ed3091def6653a8ae75',1,'llama::Array::operator[]()']]], - ['operator_5e_3d_526',['operator^=',['../structllama_1_1ProxyRefOpMixin.html#a74fa44395646ece004b25ddc9058ab54',1,'llama::ProxyRefOpMixin']]], - ['operator_7c_3d_527',['operator|=',['../structllama_1_1ProxyRefOpMixin.html#a1761f974bd6b1b26bd3406db9bc10900',1,'llama::ProxyRefOpMixin']]], - ['other_528',['other',['../structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind.html#a21f94f8b3f97ad48279888f0d6a6cc2e',1,'llama::bloballoc::AlignedAllocator::rebind']]] + ['offset_485',['offset',['../structllama_1_1NrAndOffset.html#a3ce7816ca78ecdb2a130aa886c0e9965',1,'llama::NrAndOffset::offset()'],['../structllama_1_1SubView.html#a247053b7eff2707c3551da7c6756a9c3',1,'llama::SubView::offset()']]], + ['offsetof_486',['offsetOf',['../namespacellama.html#aae03df933faef61723569d4655563bbe',1,'llama']]], + ['offsetofimplworkaround_487',['offsetOfImplWorkaround',['../namespacellama_1_1internal.html#a8420725970ab9da75999e4dfad4e8590',1,'llama::internal']]], + ['one_488',['One',['../structllama_1_1mapping_1_1One.html',1,'llama::mapping::One< TArrayExtents, TRecordDim, TFieldAlignment, PermuteFields >'],['../structllama_1_1mapping_1_1One.html#a3bb9a8f7aee62826434957ad56162388',1,'llama::mapping::One::One()=default'],['../structllama_1_1mapping_1_1One.html#a6e1341053b9461e3f67815825aa0417a',1,'llama::mapping::One::One(TArrayExtents extents, TRecordDim={})']]], + ['one_489',['one',['../namespacellama_1_1mapping_1_1tree.html#afbd4ba87d1acf92e1418324f097a68c8',1,'llama::mapping::tree']]], + ['one_490',['One',['../namespacellama.html#ace059168abe83f42c9493ad853abb746',1,'llama']]], + ['one_2ehpp_491',['One.hpp',['../One_8hpp.html',1,'']]], + ['one_3c_20mp_5fsize_5ft_3c_201_20_3e_20_3e_492',['one< mp_size_t< 1 > >',['../namespacellama_1_1mapping_1_1tree.html#a68ee4cf81bdbbb90a0279a4c9bc8c629',1,'llama::mapping::tree']]], + ['oneperfield_493',['OnePerField',['../namespacellama_1_1mapping.html#a79bb2d70c1866c3090d5810dd0c92cb3aa8d7ca911df4c0991253a7aaaa4e3708',1,'llama::mapping']]], + ['operation_494',['operation',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#ab816e628595fe858030104a21297fbc1',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >']]], + ['operator_20const_20value_5ftype_20_26_495',['operator const value_type &',['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a7a7dd8e2515d64235811144996cfa5e1',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >']]], + ['operator_20float_496',['operator Float',['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#a8dc6feb7bd643fcab23cb6f27227a35a',1,'llama::mapping::internal::BitPackedFloatRef']]], + ['operator_20integral_497',['operator Integral',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#adf3e2089299b70d1eee2387263a14c7a',1,'llama::mapping::internal::BitPackedIntRef']]], + ['operator_20t_498',['operator T',['../structllama_1_1mapping_1_1internal_1_1NullReference.html#ab7175083a8875287bb278fc746bf8fb2',1,'llama::mapping::internal::NullReference::operator T()'],['../structllama_1_1internal_1_1Dyn.html#a7c82aad3ed7ccb6cfa1827dcfa03c03e',1,'llama::internal::Dyn::operator T()'],['../structllama_1_1RecordRef_1_1Loader.html#a82ac4d3357448dc9d5bc8f699d9347f1',1,'llama::RecordRef::Loader::operator T()'],['../structllama_1_1RecordRef_1_1LoaderConst.html#a8ec460ffb2980ae5d3c28f89399ea91e',1,'llama::RecordRef::LoaderConst::operator T()']]], + ['operator_20value_5ftype_499',['operator value_type',['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#ad4cffefe1c8bdf53977b935f58d6430b',1,'llama::mapping::internal::ProjectionReference::operator value_type()'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a54245525bd23e9bbe3950b1809e2e8f4',1,'llama::accessor::Const::Reference::operator value_type()'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html#ad0ce8998aa95ad6d1b1af8b3e42846a1',1,'llama::accessor::Locked::Reference::operator value_type()'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#accb43aa5bb33fb0ce8227e8a6fd52190',1,'llama::mapping::Bytesplit::Reference::operator value_type()'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#aa3a2a4c948c885d0658cded1dd3c3800',1,'llama::mapping::internal::FieldAccessCountReference::operator value_type()']]], + ['operator_20value_5ftype_20_26_500',['operator value_type &',['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#ae257df6f897f467d5cba50ff7a599325',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >']]], + ['operator_21_3d_501',['operator!=',['../namespacellama.html#aa969f915a561005ba54a2c698a184965',1,'llama::operator!=(ArrayExtents< SizeTypeA, SizesA... > a, ArrayExtents< SizeTypeB, SizesB... > b) -> bool'],['../namespacellama.html#a07c4b4fb7b3d91e88bca98224400ac32',1,'llama::operator!=(const Tuple< ElementsA... > &a, const Tuple< ElementsB... > &b) -> bool'],['../namespacellama.html#a20099242b7f987d98d361a5f46ab90ae',1,'llama::operator!=(RecordCoord< CoordsA... > a, RecordCoord< CoordsB... > b)'],['../namespacellama.html#a4a8faed7400b66b8a3d13185ea2a26e4',1,'llama::operator!=(const NrAndOffset< TA > &a, const NrAndOffset< TB > &b) -> bool'],['../namespacellama.html#a91513e7294d6476ee4c4362a4093997f',1,'llama::operator!=(ArrayIndex< TA, Dim > a, ArrayIndex< TB, Dim > b) -> bool'],['../structllama_1_1Iterator.html#a76667c2aae49f9687e6b6421315cc32d',1,'llama::Iterator::operator!=()'],['../structllama_1_1Vector.html#aaf46beb086f0ae4e85a48f02781fc803',1,'llama::Vector::operator!=()'],['../structllama_1_1RecordRef.html#a29cafbc66f72dc1d0cdd50240dab09fd',1,'llama::RecordRef::operator!=()'],['../structllama_1_1RecordRef.html#a3ce3df14aae118c00ac669cac09645db',1,'llama::RecordRef::operator!=()'],['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a684eb9d179b19cfff2857631b175b411',1,'llama::bloballoc::AlignedAllocator::operator!=()'],['../structllama_1_1ArrayIndexIterator.html#a439f73bf9477df7a41b009deff5bbb63',1,'llama::ArrayIndexIterator::operator!=()'],['../structllama_1_1internal_1_1Dyn.html#ade772039b3ebff88ef6fb16ae72654f0',1,'llama::internal::Dyn::operator!=()'],['../structllama_1_1internal_1_1Dyn.html#a82a4528bd328f16198f5697cc120688d',1,'llama::internal::Dyn::operator!=()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a65c83a49c3e5e3b9ec5d9ac124104025',1,'llama::Array< T, 0 >::operator!=()'],['../structllama_1_1Array.html#a79c4e9b69ae046deace9f3583974d42a',1,'llama::Array::operator!=()']]], + ['operator_22_22_5frc_502',['operator""_RC',['../namespacellama_1_1literals.html#aafe5ae24f96109b3ca3d05eaf550e880',1,'llama::literals::operator""_RC()'],['../namespacellama_1_1literals.html#aafe5ae24f96109b3ca3d05eaf550e880',1,'llama::operator""_RC()']]], + ['operator_25_503',['operator%',['../structllama_1_1RecordRef.html#a8a7f083b4a3f84e6adba206117bb5979',1,'llama::RecordRef']]], + ['operator_25_3d_504',['operator%=',['../structllama_1_1RecordRef.html#abafb5f446c0f5d3b4c3e0f82b68c2cf8',1,'llama::RecordRef::operator%=()'],['../structllama_1_1ProxyRefOpMixin.html#a79956552e378d2dbb181c1e925b2278c',1,'llama::ProxyRefOpMixin::operator%=(const ValueType &rhs) -> Derived &']]], + ['operator_26_3d_505',['operator&=',['../structllama_1_1ProxyRefOpMixin.html#a9f835cd88e899ce34527bafba1751bb9',1,'llama::ProxyRefOpMixin']]], + ['operator_28_29_506',['operator()',['../structllama_1_1RecordRef.html#a6e3f77a18819a49ab694345faffab318',1,'llama::RecordRef::operator()(RecordCoord< Coord... >) const -> decltype(auto)'],['../structllama_1_1RecordRef.html#a033f16ec277c95ff8a0c5444c6bcb2bc',1,'llama::RecordRef::operator()(RecordCoord< Coord... >) -> decltype(auto)'],['../structllama_1_1RecordRef.html#a253303389a1a90b2f34508d5761d2e74',1,'llama::RecordRef::operator()(Tags...) const -> decltype(auto)'],['../structllama_1_1RecordRef.html#a010b5195d6633f6b656542bd57d48185',1,'llama::RecordRef::operator()(Tags...) -> decltype(auto)'],['../structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html#ac7feadd8ba99ce12ece0f844da21c099',1,'std::hash< llama::RecordRef< View, BoundRecordCoord, OwnView > >::operator()()'],['../structllama_1_1View.html#aeb97975804a31ebbddc3c53d4fbacdd5',1,'llama::View::operator()(llama::ArrayIndex< V, ArrayIndex::rank >) const'],['../structllama_1_1View.html#a7c3249eb32762c1e26a0a568091483ed',1,'llama::View::operator()(ArrayIndex ai) const -> decltype(auto)'],['../structllama_1_1View.html#a821703da22b47469141cd8b65f96a1ec',1,'llama::View::operator()(ArrayIndex ai) -> decltype(auto)'],['../structllama_1_1View.html#a99b9fd989744030d2b082b830ae4beb4',1,'llama::View::operator()(Indices... indices) const -> decltype(auto)'],['../structllama_1_1View.html#a62688dca2ffbedad30e219e2aa7d5400',1,'llama::View::operator()(Indices... indices) -> decltype(auto)'],['../structllama_1_1SubView.html#a545a766009667718fe1e7b9585c1760f',1,'llama::SubView::operator()(ArrayIndex ai) const -> decltype(auto)'],['../structllama_1_1SubView.html#a50c97c98b3b809230d5e006ce53f17f8',1,'llama::SubView::operator()(ArrayIndex ai) -> decltype(auto)'],['../structllama_1_1SubView.html#a891fb642b429a85a5bfee3570e43bc93',1,'llama::SubView::operator()(Indices... indices) const -> decltype(auto)'],['../structllama_1_1SubView.html#aac4ed75f83dedfee9601b8db3a44f9b9',1,'llama::SubView::operator()(Indices... indices) -> decltype(auto)'],['../structllama_1_1SubView.html#a7d6083bb7bd3625af019c0249b7c2ae1',1,'llama::SubView::operator()(RecordCoord< Coords... > rc={}) const -> decltype(auto)'],['../structllama_1_1SubView.html#a50ea3ae3586fb42363a16ed5cf54b864',1,'llama::SubView::operator()(RecordCoord< Coords... > rc={}) -> decltype(auto)'],['../structllama_1_1internal_1_1DivideAssign.html#a4ef194014d4c19d8bba9c2c3a0b7d9e0',1,'llama::internal::DivideAssign::operator()()'],['../structllama_1_1bloballoc_1_1AlpakaBuf.html#a3735e7625813dad6e0d3ee033e12bcce',1,'llama::bloballoc::AlpakaBuf::operator()()'],['../structllama_1_1bloballoc_1_1Vector.html#a460676ac82586d1bef38037a1816464b',1,'llama::bloballoc::Vector::operator()()'],['../structllama_1_1bloballoc_1_1SharedPtr.html#acb24918a6bf634b254bdfead6c1062dc',1,'llama::bloballoc::SharedPtr::operator()()'],['../structllama_1_1bloballoc_1_1UniquePtr.html#affa75475e5567690fee1a68fab39b5b7',1,'llama::bloballoc::UniquePtr::operator()()'],['../structllama_1_1bloballoc_1_1Array.html#a3c282745bc38c9554406545e7d108520',1,'llama::bloballoc::Array::operator()()'],['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#afa32b5cfa2ca7d69cf74dfbde40c9d95',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >::operator()()'],['../structllama_1_1internal_1_1ModuloAssign.html#ac863db222276f891da642407b09c9d0c',1,'llama::internal::ModuloAssign::operator()()'],['../structllama_1_1accessor_1_1Locked.html#aeee88009c22da968858523bfe8316558',1,'llama::accessor::Locked::operator()(T &r) const -> Reference< T &, std::remove_cv_t< T >>'],['../structllama_1_1accessor_1_1Locked.html#ab8f42cfaab9ba2478575e14fba16bb7a',1,'llama::accessor::Locked::operator()(PR r) const -> Reference< PR, typename PR::value_type >'],['../structllama_1_1accessor_1_1Restrict.html#a5c9e0516db9ef5137d4efe33f7954721',1,'llama::accessor::Restrict::operator()()'],['../structllama_1_1accessor_1_1Const.html#a1f214c5b705993d5a170c6441b6ec026',1,'llama::accessor::Const::operator()(ProxyReference r) const'],['../structllama_1_1accessor_1_1Const.html#aea8d22de7eb9b5f5020b69ed6286a435',1,'llama::accessor::Const::operator()(T &r) const -> const T &'],['../structllama_1_1accessor_1_1ByValue.html#a0cb861c84429f058947e64cb305d3943',1,'llama::accessor::ByValue::operator()()'],['../structllama_1_1accessor_1_1Default.html#a6bf43e681fa33310219aa1389743e6bc',1,'llama::accessor::Default::operator()()'],['../structllama_1_1Copy.html#a5456c747d230db86a65cb67f67d1aa05',1,'llama::Copy::operator()()'],['../structllama_1_1internal_1_1MultiplyAssign.html#a599a7a6643c36cb570c176f43c4496ca',1,'llama::internal::MultiplyAssign::operator()()'],['../structllama_1_1internal_1_1MinusAssign.html#a5478fd18a86b7a6c8f07f45159f8e9b7',1,'llama::internal::MinusAssign::operator()()'],['../structllama_1_1internal_1_1PlusAssign.html#a686ab20e5ce7f7383f161ca6465deba7',1,'llama::internal::PlusAssign::operator()()'],['../structllama_1_1internal_1_1Assign.html#ae8e7737477254928607c54a1dbe94918',1,'llama::internal::Assign::operator()()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html#a88176c7696b38941ce3359063566933b',1,'llama::mapping::tree::functor::internal::ChangeNodeChildsRuntimeFunctor::operator()()'],['../structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4.html#a07d8bb1043f704c649aba7ec2090b4c0',1,'llama::Copy< Mapping, Mapping >::operator()()'],['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Linecca40af6cbfeabebd92c0340cc1055ba.html#ae141b585c31bc810d01aeaec10d96e41',1,'llama::Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields >, std::enable_if_t< LanesSrc !=LanesDst > >::operator()()'],['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line859743977e4e49efc57e47040098b4b8.html#ae38407734a9910b9973081739990d445',1,'llama::Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::SoA< ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields > >::operator()()'],['../structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub712ac8967d7b9cd8f921b93e85e89274.html#a9c7e14912f334590b7420ac2b7d6bb77',1,'llama::Copy< mapping::SoA< ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields > >::operator()()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexRight.html#a2e557b74062a4f706f7454bde2e20e9b',1,'llama::mapping::LinearizeArrayIndexRight::operator()()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html#a6494312cef4828f0bf1360f585c22843',1,'llama::mapping::LinearizeArrayIndexLeft::operator()()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html#a17efec391738bcb8395f7592474ad3bf',1,'llama::mapping::LinearizeArrayIndexMorton::operator()()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html#a32b64325b2b8255a3965a073fd4075d0',1,'llama::mapping::tree::functor::internal::ChangeNodeChildsRuntimeFunctor::operator()()']]], + ['operator_2a_507',['operator*',['../structllama_1_1ArrayIndexIterator.html#a20ba6e8b4037ade1d9531ed712d2df70',1,'llama::ArrayIndexIterator::operator*()'],['../structllama_1_1Iterator.html#ac406e8f60f2dd8779a535d1f94dbc795',1,'llama::Iterator::operator*()'],['../structllama_1_1RecordRef.html#ae19da406eef392c2cc923b2b1532458a',1,'llama::RecordRef::operator*()'],['../structllama_1_1RecordRef.html#a2028f8fd54ce1aa2de386b5988440f6d',1,'llama::RecordRef::operator*()']]], + ['operator_2a_3d_508',['operator*=',['../structllama_1_1RecordRef.html#a1c69b88762056ac2e1524e0ab81f12d8',1,'llama::RecordRef::operator*=()'],['../structllama_1_1ProxyRefOpMixin.html#a427586bad791a7de5d69fcb990a4a2c8',1,'llama::ProxyRefOpMixin::operator*=()']]], + ['operator_2b_509',['operator+',['../structllama_1_1Iterator.html#a5135551db447539d7b4389aedac11ad3',1,'llama::Iterator::operator+()'],['../structllama_1_1Array.html#a17babdb41e8863ccd94806c23e501355',1,'llama::Array::operator+()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a29729a64f80d4237bc82b3e71f68b39d',1,'llama::Array< T, 0 >::operator+()'],['../structllama_1_1ArrayIndexIterator.html#a1b93201049db4583d861203628a2d934',1,'llama::ArrayIndexIterator::operator+()'],['../structllama_1_1ArrayIndexIterator.html#a510a9b241ab23ffbd7cee5c58187f96a',1,'llama::ArrayIndexIterator::operator+()'],['../structllama_1_1RecordRef.html#ad52b41ada501955c1808b973dfc1d153',1,'llama::RecordRef::operator+()'],['../structllama_1_1RecordRef.html#a67adea4a6bb0440a9c3fe3287f897e95',1,'llama::RecordRef::operator+()'],['../structllama_1_1Iterator.html#a9fc80ea72157cefe76d1b05979a6c8f7',1,'llama::Iterator::operator+()']]], + ['operator_2b_2b_510',['operator++',['../structllama_1_1ArrayIndexIterator.html#aa0690871b4b8f9a59376db29497c1b9a',1,'llama::ArrayIndexIterator::operator++()'],['../structllama_1_1Iterator.html#a7c9b13ab0033fe418550d192dbf8c8e1',1,'llama::Iterator::operator++(int) -> Iterator'],['../structllama_1_1Iterator.html#ae8ae5582cfdbdcefc5507083a83422d7',1,'llama::Iterator::operator++() -> Iterator &'],['../structllama_1_1ProxyRefOpMixin.html#a1df0708f468d3bde426e868788da05ba',1,'llama::ProxyRefOpMixin::operator++(int) -> ValueType'],['../structllama_1_1ProxyRefOpMixin.html#a0bf9f2e980a32925ce02eacec3103bf1',1,'llama::ProxyRefOpMixin::operator++() -> Derived &'],['../structllama_1_1ArrayIndexIterator.html#a567d04b0dca1bb990226968580b82cd4',1,'llama::ArrayIndexIterator::operator++()']]], + ['operator_2b_3d_511',['operator+=',['../structllama_1_1ProxyRefOpMixin.html#aea6caa1eeacdd3fab0a7d5d91b4364ac',1,'llama::ProxyRefOpMixin::operator+=()'],['../structllama_1_1Iterator.html#ab377eb97fca60b105a68457202ed5a3c',1,'llama::Iterator::operator+=()'],['../structllama_1_1RecordRef.html#a9a7f0b8d765f985f5d0c287574339abe',1,'llama::RecordRef::operator+=()'],['../structllama_1_1ArrayIndexIterator.html#a601f4eb37dbc1c4e2af0905d00ef40f7',1,'llama::ArrayIndexIterator::operator+=()']]], + ['operator_2d_512',['operator-',['../structllama_1_1Iterator.html#ad2bf84d6b26dd4dfa883e1c10b859969',1,'llama::Iterator::operator-()'],['../structllama_1_1Iterator.html#a11a51c9a6dedeaf548859892804339b2',1,'llama::Iterator::operator-()'],['../structllama_1_1RecordRef.html#a461a173618f8a9f833ddf28a1620927d',1,'llama::RecordRef::operator-()'],['../structllama_1_1ArrayIndexIterator.html#a9948ec1fa80d9ea581a3c4f9bf28df58',1,'llama::ArrayIndexIterator::operator-()'],['../structllama_1_1ArrayIndexIterator.html#a7f9b227df6034a123da3b88b025d7a90',1,'llama::ArrayIndexIterator::operator-()']]], + ['operator_2d_2d_513',['operator--',['../structllama_1_1ProxyRefOpMixin.html#a38d2f14e872312209bb5089dcb48b5a1',1,'llama::ProxyRefOpMixin::operator--()'],['../structllama_1_1Iterator.html#aeee99cc02b53356ae49018fca42545ce',1,'llama::Iterator::operator--(int) -> Iterator'],['../structllama_1_1Iterator.html#a8c51c62fb62cc6ee312758abc6614bc9',1,'llama::Iterator::operator--() -> Iterator &'],['../structllama_1_1ProxyRefOpMixin.html#aaf96151b0aface32e6510a9f15ee616c',1,'llama::ProxyRefOpMixin::operator--()'],['../structllama_1_1ArrayIndexIterator.html#a2924a2efc35efe082daafa3c05f37d4b',1,'llama::ArrayIndexIterator::operator--(int) noexcept -> ArrayIndexIterator'],['../structllama_1_1ArrayIndexIterator.html#ae64cfbd8c33f73c3cf38d8c2429233bc',1,'llama::ArrayIndexIterator::operator--() noexcept -> ArrayIndexIterator &']]], + ['operator_2d_3d_514',['operator-=',['../structllama_1_1Iterator.html#a103b724eee7cae5ac77ddcd1a778ea68',1,'llama::Iterator::operator-=()'],['../structllama_1_1RecordRef.html#afb9891628650a1683571f894cb9e72a2',1,'llama::RecordRef::operator-=()'],['../structllama_1_1ProxyRefOpMixin.html#a6e149fa3d0657b524413f1dfddad9288',1,'llama::ProxyRefOpMixin::operator-=()'],['../structllama_1_1ArrayIndexIterator.html#a18c922c3e83766318c6acb3132dafeef',1,'llama::ArrayIndexIterator::operator-=()']]], + ['operator_2d_3e_515',['operator->',['../structllama_1_1Iterator.html#abdb38ef910a41d212722d22357c2f3cc',1,'llama::Iterator::operator->()'],['../structllama_1_1internal_1_1IndirectValue.html#a8cf8698ea1092f12ce8e2bea6531deda',1,'llama::internal::IndirectValue::operator->() const -> const T *'],['../structllama_1_1internal_1_1IndirectValue.html#a9e1235bce9b7f0e0a9bbeed981e8101a',1,'llama::internal::IndirectValue::operator->() -> T *'],['../structllama_1_1ArrayIndexIterator.html#afa00fec4935dbc1db0dd97758d605174',1,'llama::ArrayIndexIterator::operator->()']]], + ['operator_2f_516',['operator/',['../structllama_1_1RecordRef.html#ae719daa136af26cb4684f377a1068b58',1,'llama::RecordRef']]], + ['operator_2f_3d_517',['operator/=',['../structllama_1_1ProxyRefOpMixin.html#aa5c01adb17955a5be25e835456d947fb',1,'llama::ProxyRefOpMixin::operator/=()'],['../structllama_1_1RecordRef.html#a50d350658c5c5184ef0f2e25e2aaace9',1,'llama::RecordRef::operator/=()']]], + ['operator_3c_518',['operator<',['../structllama_1_1ArrayIndexIterator.html#a32d7c4e8fa736c0fc866b318dbfc528c',1,'llama::ArrayIndexIterator::operator<()'],['../structllama_1_1RecordRef.html#a517bee54eb43b63ede727940f71cd9ae',1,'llama::RecordRef::operator<()'],['../structllama_1_1RecordRef.html#a35d17e80a4a27107b754078bf55f7106',1,'llama::RecordRef::operator<()'],['../structllama_1_1Vector.html#a450e2abfedad4aefbfdb303054a53a20',1,'llama::Vector::operator<()'],['../structllama_1_1Iterator.html#abff008ef987f7ea29390328c1af8ce72',1,'llama::Iterator::operator<()']]], + ['operator_3c_3c_519',['operator<<',['../structllama_1_1NrAndOffset.html#a95dc900251527b114704f17449222594',1,'llama::NrAndOffset::operator<<()'],['../namespacellama.html#a4d7c3018578c28fe8a22d817570dbfca',1,'llama::operator<<(std::ostream &os, const RecordRef< View, BoundRecordCoord, OwnView > &vr) -> std::ostream &'],['../namespacellama.html#a056e745a18ef7e0342d719e1ce678b17',1,'llama::operator<<(std::ostream &os, RecordCoord< RCs... >) -> std::ostream &'],['../namespacellama.html#a6b9492ccf576f0f3683d893e35882a54',1,'llama::operator<<(std::ostream &os, const Array< T, N > &a) -> std::ostream &']]], + ['operator_3c_3c_3d_520',['operator<<=',['../structllama_1_1ProxyRefOpMixin.html#a389ff0250f209c2643df1cc6bb996962',1,'llama::ProxyRefOpMixin']]], + ['operator_3c_3d_521',['operator<=',['../structllama_1_1RecordRef.html#a155794173eda55c96faccfa707e971e2',1,'llama::RecordRef::operator<=()'],['../structllama_1_1Iterator.html#a096c2867f9119f30d827e65c7f14e77a',1,'llama::Iterator::operator<=()'],['../structllama_1_1Vector.html#a3b709ce9d3a5826d3ed6de69d07adf9c',1,'llama::Vector::operator<=()'],['../structllama_1_1RecordRef.html#af0ee680a5e3fb0b9e3388e89df41d7ce',1,'llama::RecordRef::operator<=()'],['../structllama_1_1ArrayIndexIterator.html#af3138ff04d87b43fdcd21ddfb1f123ca',1,'llama::ArrayIndexIterator::operator<=()']]], + ['operator_3d_522',['operator=',['../structllama_1_1accessor_1_1Const_1_1Reference.html#a987fcaf6929646d8f264947e2c4d81c5',1,'llama::accessor::Const::Reference::operator=()'],['../structllama_1_1Vector.html#a36792850ed3212ef272c31d1f6006bd7',1,'llama::Vector::operator=(Vector &&other) noexcept -> Vector &'],['../structllama_1_1Vector.html#a9438c49ab6897f544779b06f5a3d8c8c',1,'llama::Vector::operator=(const Vector &other) -> Vector &=default'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aef0d1e7e602204027ed415063a85f8ba',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::operator=(value_type v) -> ScopedUpdate &'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aeae27e5a2b92ad99e3da4a4cd16b50b8',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::operator=(ScopedUpdate &&) noexcept -> ScopedUpdate &=default'],['../structllama_1_1ScopedUpdate.html#aef4f92c4473a19dad4b219686a3bba57',1,'llama::ScopedUpdate::operator=()'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#ae28d2bac2976d8b8822aa9ec0e983bfa',1,'llama::accessor::Const::Reference::operator=()'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a24373ccaae6c09ab95e9059e8e95f112',1,'llama::accessor::Locked::Reference::operator=(const Reference &other) -> Reference &'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a703c4fdc2aa8d678bd707e41b0ce144e',1,'llama::accessor::Locked::Reference::operator=(T t) -> Reference &'],['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#ae3151a3b5f02ee4e3bea589a56c3377c',1,'llama::mapping::internal::BitPackedFloatRef::operator=(const BitPackedFloatRef &other) -> BitPackedFloatRef &'],['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#a47d0dcc9fc656ad3f6031fc933447889',1,'llama::mapping::internal::BitPackedFloatRef::operator=(Float f) -> BitPackedFloatRef &'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#ac5ca46ded1c950a100e4eb31956d23c7',1,'llama::mapping::internal::BitPackedIntRef::operator=(const BitPackedIntRef &other) -> BitPackedIntRef &'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#a7b0e4335cde52c10ffdee5d1e2c9b025',1,'llama::mapping::internal::BitPackedIntRef::operator=(Integral value) -> BitPackedIntRef &'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#a576d03612330d02949b5c39eee5feeec',1,'llama::mapping::Bytesplit::Reference::operator=(const Reference &other) -> Reference &'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#aa90f46d1590b8fcda4935f29493a0289',1,'llama::mapping::Bytesplit::Reference::operator=(value_type v) -> Reference &'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a3f62661bce4f0794057c32c51196d38c',1,'llama::mapping::internal::FieldAccessCountReference::operator=(FieldAccessCountReference &&ref) noexcept -> FieldAccessCountReference &=default'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a63cc1a2ae3f2773f3bb08d4783943aad',1,'llama::mapping::internal::FieldAccessCountReference::operator=(const FieldAccessCountReference &ref) -> FieldAccessCountReference &'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a28ede71afe3c7577ee3b86683fe9d97a',1,'llama::mapping::internal::FieldAccessCountReference::operator=(value_type value) -> FieldAccessCountReference &'],['../structllama_1_1mapping_1_1internal_1_1NullReference.html#aec59109e33b5a655f8a782fea81cde82',1,'llama::mapping::internal::NullReference::operator=()'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#ac3e3bd6d44525142ff704cbc995bad56',1,'llama::mapping::internal::ProjectionReference::operator=(const ProjectionReference &other) -> ProjectionReference &'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a1f6cd477412a83bb1e02412fee99f51e',1,'llama::mapping::internal::ProjectionReference::operator=(value_type v) -> ProjectionReference &'],['../structllama_1_1RecordRef.html#a0550786f236bad995846f06ca51ae789',1,'llama::RecordRef::operator=(const RecordRef &other) -> RecordRef &'],['../structllama_1_1RecordRef.html#a3f3bb1d6f14928ec1a5aac3cdbcd40f6',1,'llama::RecordRef::operator=(RecordRef &&) noexcept -> RecordRef &=default'],['../structllama_1_1RecordRef.html#a2e05d072491116eca8afbe5251b79abf',1,'llama::RecordRef::operator=(const T &other) -> RecordRef &'],['../structllama_1_1ScopedUpdate.html#a3ce7e6001813df201f857f039fda5d63',1,'llama::ScopedUpdate::operator=()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a6daaf806e8e2fe26874f7c1b395186d1',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::operator=()']]], + ['operator_3d_3d_523',['operator==',['../namespacellama.html#a491b771e37f3d0b8668883df9d0c02d0',1,'llama::operator==(ArrayIndex< TA, Dim > a, ArrayIndex< TB, Dim > b) -> bool'],['../namespacellama.html#a1cb8ee545443974c602115ab987f05e7',1,'llama::operator==(ArrayExtents< SizeTypeA, SizesA... > a, ArrayExtents< SizeTypeB, SizesB... > b) -> bool'],['../namespacellama.html#a5c7f2c72590f73698ff6f31ba44ec0a3',1,'llama::operator==(const NrAndOffset< TA > &a, const NrAndOffset< TB > &b) -> bool'],['../namespacellama.html#abdf2ad9d154fb837e684d57779272efb',1,'llama::operator==(RecordCoord< CoordsA... >, RecordCoord< CoordsB... >)'],['../namespacellama.html#a8aa8382ac8cefc8c2efceb8e4dab263a',1,'llama::operator==(RecordCoord< Coords... >, RecordCoord< Coords... >)'],['../namespacellama.html#ad527d6d304c87d6ab25d4d78e15cebc4',1,'llama::operator==(const Tuple< ElementsA... > &a, const Tuple< ElementsB... > &b) -> bool'],['../structllama_1_1Array.html#a81059810842ccf4dc4608e61e12e9c7a',1,'llama::Array::operator==()'],['../structllama_1_1Iterator.html#a8ebf1aa1356423456d1a77aac73a8593',1,'llama::Iterator::operator==()'],['../structllama_1_1Vector.html#ac0989d144f463beb02488a402a8e90f2',1,'llama::Vector::operator==()'],['../structllama_1_1RecordRef.html#a230df489ece9b058c3aa28ecf6070858',1,'llama::RecordRef::operator==()'],['../structllama_1_1RecordRef.html#ab23a922fe11baad4daf96828b861e954',1,'llama::RecordRef::operator==()'],['../structllama_1_1bloballoc_1_1AlignedAllocator.html#ad907d1d91d829b7eb80c3d64969bad92',1,'llama::bloballoc::AlignedAllocator::operator==()'],['../structllama_1_1ArrayIndexIterator.html#a39029470c8205293c9f654ccc3bed113',1,'llama::ArrayIndexIterator::operator==()'],['../structllama_1_1internal_1_1Dyn.html#a4ff750056caf0e868aa00df251af2707',1,'llama::internal::Dyn::operator==()'],['../structllama_1_1internal_1_1Dyn.html#a7a2ad09d9c5172e0850d24dcda47eaac',1,'llama::internal::Dyn::operator==()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#aeef9745b5e3c85f81b7922a132f57407',1,'llama::Array< T, 0 >::operator==()']]], + ['operator_3e_524',['operator>',['../structllama_1_1ArrayIndexIterator.html#a36afed7a8cd7d77a432ad58b1959b7f7',1,'llama::ArrayIndexIterator::operator>()'],['../structllama_1_1RecordRef.html#a4ae3ca824c39d05ae2d94d1ab655565b',1,'llama::RecordRef::operator>()'],['../structllama_1_1RecordRef.html#a04302cfb043451c3932a1f787493ac1b',1,'llama::RecordRef::operator>()'],['../structllama_1_1Vector.html#a9843ac4bcf20c49d604744274f5f3481',1,'llama::Vector::operator>()'],['../structllama_1_1Iterator.html#a7ad593041aeb7f426ff005bb1aa3755c',1,'llama::Iterator::operator>()']]], + ['operator_3e_3d_525',['operator>=',['../structllama_1_1Vector.html#ae4b85c5ff94256225b530a1270a01bac',1,'llama::Vector::operator>=()'],['../structllama_1_1ArrayIndexIterator.html#a8a6b6dfc214c3c643ad32ee4ab9aa11c',1,'llama::ArrayIndexIterator::operator>=()'],['../structllama_1_1RecordRef.html#a00162d3e10237d687c7130d695c6da4c',1,'llama::RecordRef::operator>=()'],['../structllama_1_1RecordRef.html#a03d19131b5936cfe7e9e8ab2f80ddd69',1,'llama::RecordRef::operator>=()'],['../structllama_1_1Iterator.html#a388dabde0551f294a303b5eb6f29a3f0',1,'llama::Iterator::operator>=()']]], + ['operator_3e_3e_3d_526',['operator>>=',['../structllama_1_1ProxyRefOpMixin.html#a461255210746b50f4b018054a2e00079',1,'llama::ProxyRefOpMixin']]], + ['operator_5b_5d_527',['operator[]',['../structllama_1_1Array_3_01T_00_010_01_4.html#afc5128ff6c2e26e17ffd7f5711ee3fbb',1,'llama::Array< T, 0 >::operator[]()'],['../structllama_1_1Array.html#acee9cb1b5239b0bd63be77c4f76b4603',1,'llama::Array::operator[]()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#afda739c590404bbf9968ea6d1125e695',1,'llama::Array< T, 0 >::operator[]()'],['../structllama_1_1ArrayExtents.html#abff3ef6c9c1dede51fb8d21bc45d7e80',1,'llama::ArrayExtents::operator[]()'],['../structllama_1_1ArrayIndexIterator.html#a72f93926977ca4360c7feca921f93c20',1,'llama::ArrayIndexIterator::operator[]()'],['../structllama_1_1Vector.html#a5c067fb96450c34ec8a1462d15fa5bcd',1,'llama::Vector::operator[](size_type i) -> decltype(auto)'],['../structllama_1_1Vector.html#a5429ce10ed8b8133e60a315282a76d2d',1,'llama::Vector::operator[](size_type i) const -> decltype(auto)'],['../structllama_1_1Iterator.html#a1fd67ec2c13b9fee525c8757ae494d61',1,'llama::Iterator::operator[]()'],['../structllama_1_1View.html#a13b76bc25289fb7376b9dbfe9afc0cec',1,'llama::View::operator[](ArrayIndex ai) const -> decltype(auto)'],['../structllama_1_1View.html#a526da546f43015bdd691572260cb7a90',1,'llama::View::operator[](ArrayIndex ai) -> decltype(auto)'],['../structllama_1_1View.html#a5b2e47c3ed82390f8a988f9cd8451a08',1,'llama::View::operator[](llama::ArrayIndex< V, ArrayIndex::rank >) const'],['../structllama_1_1View.html#aeaa37e0e681119833521a96c20228ccb',1,'llama::View::operator[](size_type index) const -> decltype(auto)'],['../structllama_1_1View.html#acb1c44d96c698a0f6ca8f288e9f28914',1,'llama::View::operator[](size_type index) -> decltype(auto)'],['../structllama_1_1Array.html#a18c4dca04c7d6ed3091def6653a8ae75',1,'llama::Array::operator[]()']]], + ['operator_5e_3d_528',['operator^=',['../structllama_1_1ProxyRefOpMixin.html#a74fa44395646ece004b25ddc9058ab54',1,'llama::ProxyRefOpMixin']]], + ['operator_7c_3d_529',['operator|=',['../structllama_1_1ProxyRefOpMixin.html#a1761f974bd6b1b26bd3406db9bc10900',1,'llama::ProxyRefOpMixin']]], + ['other_530',['other',['../structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind.html#a21f94f8b3f97ad48279888f0d6a6cc2e',1,'llama::bloballoc::AlignedAllocator::rebind']]] ]; diff --git a/search/all_e.js b/search/all_e.js index ead0c9974b..3beb1f72c1 100644 --- a/search/all_e.js +++ b/search/all_e.js @@ -1,60 +1,60 @@ var searchData= [ - ['pack_529',['Pack',['../namespacellama_1_1mapping.html#aeead2d9c8929b8c0aff18aad054a0710a4492081ca02b059f9e8af4ddaf0f7292',1,'llama::mapping::Pack()'],['../namespacellama_1_1mapping.html#abf047d4798871c30b501074a70374086a4492081ca02b059f9e8af4ddaf0f7292',1,'llama::mapping::Pack()']]], - ['packedaos_530',['PackedAoS',['../namespacellama_1_1mapping.html#a07af8cab24be6b0ef7d39a54eaafcb68',1,'llama::mapping']]], - ['packedone_531',['PackedOne',['../namespacellama_1_1mapping.html#a5756ce12088fd2d9886a32f994e8e240',1,'llama::mapping']]], - ['packedsingleblobsoa_532',['PackedSingleBlobSoA',['../namespacellama_1_1mapping.html#aa3c11ccabadbda48b00791577a3379bd',1,'llama::mapping']]], - ['parallelmemcpy_533',['parallelMemcpy',['../namespacellama_1_1internal.html#a0a81e9975bf6750cae8fa41b8b94f58c',1,'llama::internal']]], - ['parentview_534',['parentView',['../structllama_1_1SubView.html#a0e0c37b5281cf4f86f69377790f79f42',1,'llama::SubView']]], - ['parentview_535',['ParentView',['../structllama_1_1SubView.html#a68b627423bc53908fd8a08ca8602148d',1,'llama::SubView']]], - ['part1after_536',['Part1After',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a4831ff06df024fabf183a6fd99694de9',1,'llama::mapping::internal::PartitionFoldOpImpl']]], - ['part1before_537',['Part1Before',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a381a3bdceda7cbbf6549db6133fba91f',1,'llama::mapping::internal::PartitionFoldOpImpl']]], - ['part2after_538',['Part2After',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a52c0fa86dc470c28a7b0cd23577907cf',1,'llama::mapping::internal::PartitionFoldOpImpl']]], - ['part2before_539',['Part2Before',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a09c853470059296efd1ad1f819566f7b',1,'llama::mapping::internal::PartitionFoldOpImpl']]], - ['partitionfoldop_540',['PartitionFoldOp',['../namespacellama_1_1mapping_1_1internal.html#a580e552437b8ec7bdbbfbd737ecc175d',1,'llama::mapping::internal']]], - ['partitionfoldopimpl_541',['PartitionFoldOpImpl',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html',1,'llama::mapping::internal']]], - ['partitionrecorddim_542',['partitionRecordDim',['../namespacellama_1_1mapping_1_1internal.html#a92ea734d759f583ec50d10cfad759599',1,'llama::mapping::internal::partitionRecordDim(Record< Fields... >, mp_list< RCs... >)'],['../namespacellama_1_1mapping_1_1internal.html#a6e7e517f779808ecc12e1549170d2c16',1,'llama::mapping::internal::partitionRecordDim(Record< Fields... >, RecordCoord< FirstCoord, Coords... >)']]], - ['permute_543',['permute',['../structllama_1_1mapping_1_1PermuteFieldsInOrder.html#a392d3158a1fe1892f6119718098f8333',1,'llama::mapping::PermuteFieldsInOrder::permute()'],['../structllama_1_1mapping_1_1PermuteFieldsSorted.html#abc304718ae762df6a6f7fb307d3d8d7a',1,'llama::mapping::PermuteFieldsSorted::permute()']]], - ['permutearrayindex_544',['PermuteArrayIndex',['../structllama_1_1mapping_1_1PermuteArrayIndex.html',1,'llama::mapping::PermuteArrayIndex< Mapping, Permutation >'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#af53a4328ce9a69176ae4ebc59c46be53',1,'llama::mapping::PermuteArrayIndex::PermuteArrayIndex()=default'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a72bc9ec6ce4430d71976bb8e2e33ced3',1,'llama::mapping::PermuteArrayIndex::PermuteArrayIndex(Mapping mapping)'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a07613716d01fbb9c05dc69e8de1f1054',1,'llama::mapping::PermuteArrayIndex::PermuteArrayIndex(Args &&... innerArgs)'],['../namespacellama_1_1mapping.html#a7e1802187cbd0a28b0ff2f2d016f474b',1,'llama::mapping::PermuteArrayIndex()']]], - ['permutearrayindex_2ehpp_545',['PermuteArrayIndex.hpp',['../PermuteArrayIndex_8hpp.html',1,'']]], - ['permutefieldsdecreasingalignment_546',['PermuteFieldsDecreasingAlignment',['../namespacellama_1_1mapping.html#a2e0ea39ca46af98002f4fefa52cc6ba8',1,'llama::mapping']]], - ['permutefieldsincreasingalignment_547',['PermuteFieldsIncreasingAlignment',['../namespacellama_1_1mapping.html#a85115db479ff4a7394fae89c70ff4305',1,'llama::mapping']]], - ['permutefieldsinorder_548',['PermuteFieldsInOrder',['../structllama_1_1mapping_1_1PermuteFieldsInOrder.html',1,'llama::mapping']]], - ['permutefieldsminimizepadding_549',['PermuteFieldsMinimizePadding',['../namespacellama_1_1mapping.html#a27d3128c60274c2018beeb76e99d6aff',1,'llama::mapping']]], - ['permutefieldssorted_550',['PermuteFieldsSorted',['../structllama_1_1mapping_1_1PermuteFieldsSorted.html',1,'llama::mapping']]], - ['permuter_551',['Permuter',['../structllama_1_1mapping_1_1AoSoA.html#aee75fbec055b57575a7012e0acf5a471',1,'llama::mapping::AoSoA::Permuter()'],['../structllama_1_1mapping_1_1AoS.html#a763e7731cac791a3d3d7fee7921e3553',1,'llama::mapping::AoS::Permuter()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a0f9154f2a08ef35ca6b6b04575db985f',1,'llama::mapping::BitPackedFloatAoS::Permuter()'],['../structllama_1_1mapping_1_1One.html#aa615450052c7a2a7378c1dccb61631bb',1,'llama::mapping::One::Permuter()'],['../structllama_1_1mapping_1_1SoA.html#afd72fdba9190da7776f85d2b26eff59d',1,'llama::mapping::SoA::Permuter()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a3a134229959e7740728373be15ee684c',1,'llama::mapping::BitPackedIntAoS::Permuter()']]], - ['plusassign_552',['PlusAssign',['../structllama_1_1internal_1_1PlusAssign.html',1,'llama::internal']]], - ['pointer_553',['pointer',['../structllama_1_1ArrayIndexIterator.html#ae9bac80dbbaa4896e146b58fdefdf4a2',1,'llama::ArrayIndexIterator::pointer()'],['../structllama_1_1Iterator.html#affb1d5d1049931f294f463805f5010bc',1,'llama::Iterator::pointer()']]], - ['pop_5fback_554',['pop_back',['../structllama_1_1Vector.html#ab716f401a50a447db67f1501ce2353b6',1,'llama::Vector']]], - ['popback_555',['popBack',['../namespacellama.html#a73b682ef182dc8da7ec372afc84f1abc',1,'llama']]], - ['popfront_556',['popFront',['../namespacellama.html#ac72b41ee8951d9b20dfbdc8630ea6e92',1,'llama::popFront([[maybe_unused]] Array< T, N > a)'],['../namespacellama.html#af3a49de4920182eda8ca9cf2bf57d0f9',1,'llama::popFront(const Tuple< Elements... > &tuple)']]], - ['popfront_557',['PopFront',['../namespacellama.html#a51dcbb30751c7c23e97d434736a0acc4',1,'llama']]], - ['prettyrecordcoord_558',['prettyRecordCoord',['../namespacellama.html#a9e34d4e183a7bcc5759082b3844c19ee',1,'llama::prettyRecordCoord(RecordCoord< Coords... >={}) -> std::string_view'],['../namespacellama.html#ae605c0e18c4839602eb4e7f2d6696c22',1,'llama::prettyRecordCoord(RecordCoord<>) -> std::string_view']]], - ['prettysize_559',['PrettySize',['../structllama_1_1PrettySize.html',1,'llama']]], - ['prettysize_560',['prettySize',['../namespacellama.html#af6efa2eebd35614750c0404652a0f7d2',1,'llama']]], - ['printfieldhits_561',['printFieldHits',['../structllama_1_1mapping_1_1FieldAccessCount.html#ae286287dc9425b926d8470dc4498e53d',1,'llama::mapping::FieldAccessCount::printFieldHits(const FieldHitsArray &hits) const'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a3d63d9d9ecf9ed6bda2e6e895c07e691',1,'llama::mapping::FieldAccessCount::printFieldHits(const Blobs &blobs) const']]], - ['product_562',['product',['../namespacellama.html#abab7973f7686f93f02ad33e4d0636a25',1,'llama::product(Array< T, N > a) -> T'],['../namespacellama.html#acb7f71db415ea884ba0c9d22a9bf5414',1,'llama::product(ArrayExtents< SizeType, Sizes... > e) -> SizeType']]], - ['projection_563',['Projection',['../structllama_1_1mapping_1_1Projection.html',1,'llama::mapping']]], - ['projection_2ehpp_564',['Projection.hpp',['../Projection_8hpp.html',1,'']]], - ['projection_3c_20arrayextents_2c_20recorddim_2c_20innermapping_2c_20internal_3a_3amakebyteswapprojectionmap_3c_20recorddim_20_3e_20_3e_565',['Projection< ArrayExtents, RecordDim, InnerMapping, internal::MakeByteswapProjectionMap< RecordDim > >',['../structllama_1_1mapping_1_1Projection.html',1,'llama::mapping']]], - ['projection_3c_20arrayextents_2c_20recorddim_2c_20innermapping_2c_20internal_3a_3amakeprojectionmap_3c_20recorddim_2c_20replacementmap_20_3e_20_3e_566',['Projection< ArrayExtents, RecordDim, InnerMapping, internal::MakeProjectionMap< RecordDim, ReplacementMap > >',['../structllama_1_1mapping_1_1Projection.html',1,'llama::mapping']]], - ['projectionmap_567',['ProjectionMap',['../structllama_1_1mapping_1_1Projection.html#a1e5e2a679aa7c64196360208dcd0bc49',1,'llama::mapping::Projection']]], - ['projectionorvoid_568',['ProjectionOrVoid',['../namespacellama_1_1mapping_1_1internal.html#a721bad784cc6cc05c977c736c6536a96',1,'llama::mapping::internal']]], - ['projectionorvoidimpl_569',['projectionOrVoidImpl',['../namespacellama_1_1mapping_1_1internal.html#ad1b877c1fd20f7c0a269b0160fc16b79',1,'llama::mapping::internal']]], - ['projectionreference_570',['ProjectionReference',['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html',1,'llama::mapping::internal::ProjectionReference< Reference, Projection >'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a645748322ed8931d26ef9d54e8c83399',1,'llama::mapping::internal::ProjectionReference::ProjectionReference(const ProjectionReference &)=default'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a0a4505a1f445bc68b240c0332395840a',1,'llama::mapping::internal::ProjectionReference::ProjectionReference(Reference storageRef)']]], - ['proofs_2ehpp_571',['Proofs.hpp',['../Proofs_8hpp.html',1,'']]], - ['proxyrefopmixin_572',['ProxyRefOpMixin',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_2ehpp_573',['ProxyRefOpMixin.hpp',['../ProxyRefOpMixin_8hpp.html',1,'']]], - ['proxyrefopmixin_3c_20bitpackedfloatref_3c_20float_2c_20storedintegralcv_2c_20vhexp_2c_20vhman_2c_20sizetype_20_3e_2c_20float_20_3e_574',['ProxyRefOpMixin< BitPackedFloatRef< Float, StoredIntegralCV, VHExp, VHMan, SizeType >, Float >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20bitpackedintref_3c_20integral_2c_20storedintegralcv_2c_20vhbits_2c_20sizetype_2c_20signbit_20_3e_2c_20integral_20_3e_575',['ProxyRefOpMixin< BitPackedIntRef< Integral, StoredIntegralCV, VHBits, SizeType, SignBit >, Integral >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20fieldaccesscountreference_3c_20value_2c_20ref_2c_20count_20_3e_2c_20value_20_3e_576',['ProxyRefOpMixin< FieldAccessCountReference< Value, Ref, Count >, Value >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20nullreference_3c_20t_20_3e_2c_20t_20_3e_577',['ProxyRefOpMixin< NullReference< T >, T >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20projectionreference_3c_20reference_2c_20projection_20_3e_2c_20decltype_28projection_3a_3aload_28std_3a_3adeclval_3c_20reference_20_3e_28_29_29_29_3e_578',['ProxyRefOpMixin< ProjectionReference< Reference, Projection >, decltype(Projection::load(std::declval< Reference >()))>',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20reference_3c_20rc_2c_20blobarray_20_3e_2c_20gettype_3c_20trecorddim_2c_20rc_20_3e_20_3e_579',['ProxyRefOpMixin< Reference< RC, BlobArray >, GetType< TRecordDim, RC > >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20reference_3c_20ref_20_3e_2c_20ref_3a_3avalue_5ftype_20_3e_580',['ProxyRefOpMixin< Reference< Ref >, Ref::value_type >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20reference_3c_20ref_2c_20value_20_3e_2c_20value_20_3e_581',['ProxyRefOpMixin< Reference< Ref, Value >, Value >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20scopedupdate_3c_20reference_20_3e_2c_20internal_3a_3avalueof_3c_20reference_20_3e_3a_3atype_20_3e_582',['ProxyRefOpMixin< ScopedUpdate< Reference >, internal::ValueOf< Reference >::type >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['push_5fback_583',['push_back',['../structllama_1_1Vector.html#a9cfea0abb25178e787a1998cb24777b8',1,'llama::Vector']]], - ['pushback_584',['pushBack',['../namespacellama.html#a582387ea1287dbab16833fc8da254d58',1,'llama']]], - ['pushfront_585',['pushFront',['../namespacellama.html#afa7bf42db36a3e21c7819a833ed76ed2',1,'llama']]] + ['pack_531',['Pack',['../namespacellama_1_1mapping.html#aeead2d9c8929b8c0aff18aad054a0710a4492081ca02b059f9e8af4ddaf0f7292',1,'llama::mapping::Pack()'],['../namespacellama_1_1mapping.html#abf047d4798871c30b501074a70374086a4492081ca02b059f9e8af4ddaf0f7292',1,'llama::mapping::Pack()']]], + ['packedaos_532',['PackedAoS',['../namespacellama_1_1mapping.html#a07af8cab24be6b0ef7d39a54eaafcb68',1,'llama::mapping']]], + ['packedone_533',['PackedOne',['../namespacellama_1_1mapping.html#a5756ce12088fd2d9886a32f994e8e240',1,'llama::mapping']]], + ['packedsingleblobsoa_534',['PackedSingleBlobSoA',['../namespacellama_1_1mapping.html#aa3c11ccabadbda48b00791577a3379bd',1,'llama::mapping']]], + ['parallelmemcpy_535',['parallelMemcpy',['../namespacellama_1_1internal.html#ab68b2a5fff076187bccb1aaa5e51f4e8',1,'llama::internal']]], + ['parentview_536',['parentView',['../structllama_1_1SubView.html#a0e0c37b5281cf4f86f69377790f79f42',1,'llama::SubView']]], + ['parentview_537',['ParentView',['../structllama_1_1SubView.html#a68b627423bc53908fd8a08ca8602148d',1,'llama::SubView']]], + ['part1after_538',['Part1After',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a4831ff06df024fabf183a6fd99694de9',1,'llama::mapping::internal::PartitionFoldOpImpl']]], + ['part1before_539',['Part1Before',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a381a3bdceda7cbbf6549db6133fba91f',1,'llama::mapping::internal::PartitionFoldOpImpl']]], + ['part2after_540',['Part2After',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a52c0fa86dc470c28a7b0cd23577907cf',1,'llama::mapping::internal::PartitionFoldOpImpl']]], + ['part2before_541',['Part2Before',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a09c853470059296efd1ad1f819566f7b',1,'llama::mapping::internal::PartitionFoldOpImpl']]], + ['partitionfoldop_542',['PartitionFoldOp',['../namespacellama_1_1mapping_1_1internal.html#a580e552437b8ec7bdbbfbd737ecc175d',1,'llama::mapping::internal']]], + ['partitionfoldopimpl_543',['PartitionFoldOpImpl',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html',1,'llama::mapping::internal']]], + ['partitionrecorddim_544',['partitionRecordDim',['../namespacellama_1_1mapping_1_1internal.html#a92ea734d759f583ec50d10cfad759599',1,'llama::mapping::internal::partitionRecordDim(Record< Fields... >, mp_list< RCs... >)'],['../namespacellama_1_1mapping_1_1internal.html#a6e7e517f779808ecc12e1549170d2c16',1,'llama::mapping::internal::partitionRecordDim(Record< Fields... >, RecordCoord< FirstCoord, Coords... >)']]], + ['permute_545',['permute',['../structllama_1_1mapping_1_1PermuteFieldsInOrder.html#a392d3158a1fe1892f6119718098f8333',1,'llama::mapping::PermuteFieldsInOrder::permute()'],['../structllama_1_1mapping_1_1PermuteFieldsSorted.html#abc304718ae762df6a6f7fb307d3d8d7a',1,'llama::mapping::PermuteFieldsSorted::permute()']]], + ['permutearrayindex_546',['PermuteArrayIndex',['../structllama_1_1mapping_1_1PermuteArrayIndex.html',1,'llama::mapping::PermuteArrayIndex< Mapping, Permutation >'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#af53a4328ce9a69176ae4ebc59c46be53',1,'llama::mapping::PermuteArrayIndex::PermuteArrayIndex()=default'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a72bc9ec6ce4430d71976bb8e2e33ced3',1,'llama::mapping::PermuteArrayIndex::PermuteArrayIndex(Mapping mapping)'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a07613716d01fbb9c05dc69e8de1f1054',1,'llama::mapping::PermuteArrayIndex::PermuteArrayIndex(Args &&... innerArgs)'],['../namespacellama_1_1mapping.html#a7e1802187cbd0a28b0ff2f2d016f474b',1,'llama::mapping::PermuteArrayIndex()']]], + ['permutearrayindex_2ehpp_547',['PermuteArrayIndex.hpp',['../PermuteArrayIndex_8hpp.html',1,'']]], + ['permutefieldsdecreasingalignment_548',['PermuteFieldsDecreasingAlignment',['../namespacellama_1_1mapping.html#a2e0ea39ca46af98002f4fefa52cc6ba8',1,'llama::mapping']]], + ['permutefieldsincreasingalignment_549',['PermuteFieldsIncreasingAlignment',['../namespacellama_1_1mapping.html#a85115db479ff4a7394fae89c70ff4305',1,'llama::mapping']]], + ['permutefieldsinorder_550',['PermuteFieldsInOrder',['../structllama_1_1mapping_1_1PermuteFieldsInOrder.html',1,'llama::mapping']]], + ['permutefieldsminimizepadding_551',['PermuteFieldsMinimizePadding',['../namespacellama_1_1mapping.html#a27d3128c60274c2018beeb76e99d6aff',1,'llama::mapping']]], + ['permutefieldssorted_552',['PermuteFieldsSorted',['../structllama_1_1mapping_1_1PermuteFieldsSorted.html',1,'llama::mapping']]], + ['permuter_553',['Permuter',['../structllama_1_1mapping_1_1AoSoA.html#aee75fbec055b57575a7012e0acf5a471',1,'llama::mapping::AoSoA::Permuter()'],['../structllama_1_1mapping_1_1AoS.html#a763e7731cac791a3d3d7fee7921e3553',1,'llama::mapping::AoS::Permuter()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a0f9154f2a08ef35ca6b6b04575db985f',1,'llama::mapping::BitPackedFloatAoS::Permuter()'],['../structllama_1_1mapping_1_1One.html#aa615450052c7a2a7378c1dccb61631bb',1,'llama::mapping::One::Permuter()'],['../structllama_1_1mapping_1_1SoA.html#afd72fdba9190da7776f85d2b26eff59d',1,'llama::mapping::SoA::Permuter()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a3a134229959e7740728373be15ee684c',1,'llama::mapping::BitPackedIntAoS::Permuter()']]], + ['plusassign_554',['PlusAssign',['../structllama_1_1internal_1_1PlusAssign.html',1,'llama::internal']]], + ['pointer_555',['pointer',['../structllama_1_1ArrayIndexIterator.html#ae9bac80dbbaa4896e146b58fdefdf4a2',1,'llama::ArrayIndexIterator::pointer()'],['../structllama_1_1Iterator.html#affb1d5d1049931f294f463805f5010bc',1,'llama::Iterator::pointer()']]], + ['pop_5fback_556',['pop_back',['../structllama_1_1Vector.html#ab716f401a50a447db67f1501ce2353b6',1,'llama::Vector']]], + ['popback_557',['popBack',['../namespacellama.html#a73b682ef182dc8da7ec372afc84f1abc',1,'llama']]], + ['popfront_558',['popFront',['../namespacellama.html#ac72b41ee8951d9b20dfbdc8630ea6e92',1,'llama::popFront([[maybe_unused]] Array< T, N > a)'],['../namespacellama.html#af3a49de4920182eda8ca9cf2bf57d0f9',1,'llama::popFront(const Tuple< Elements... > &tuple)']]], + ['popfront_559',['PopFront',['../namespacellama.html#a51dcbb30751c7c23e97d434736a0acc4',1,'llama']]], + ['prettyrecordcoord_560',['prettyRecordCoord',['../namespacellama.html#a9e34d4e183a7bcc5759082b3844c19ee',1,'llama::prettyRecordCoord(RecordCoord< Coords... >={}) -> std::string_view'],['../namespacellama.html#ae605c0e18c4839602eb4e7f2d6696c22',1,'llama::prettyRecordCoord(RecordCoord<>) -> std::string_view']]], + ['prettysize_561',['PrettySize',['../structllama_1_1PrettySize.html',1,'llama']]], + ['prettysize_562',['prettySize',['../namespacellama.html#af6efa2eebd35614750c0404652a0f7d2',1,'llama']]], + ['printfieldhits_563',['printFieldHits',['../structllama_1_1mapping_1_1FieldAccessCount.html#ae286287dc9425b926d8470dc4498e53d',1,'llama::mapping::FieldAccessCount::printFieldHits(const FieldHitsArray &hits) const'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a3d63d9d9ecf9ed6bda2e6e895c07e691',1,'llama::mapping::FieldAccessCount::printFieldHits(const Blobs &blobs) const']]], + ['product_564',['product',['../namespacellama.html#abab7973f7686f93f02ad33e4d0636a25',1,'llama::product(Array< T, N > a) -> T'],['../namespacellama.html#acb7f71db415ea884ba0c9d22a9bf5414',1,'llama::product(ArrayExtents< SizeType, Sizes... > e) -> SizeType']]], + ['projection_565',['Projection',['../structllama_1_1mapping_1_1Projection.html',1,'llama::mapping']]], + ['projection_2ehpp_566',['Projection.hpp',['../Projection_8hpp.html',1,'']]], + ['projection_3c_20arrayextents_2c_20recorddim_2c_20innermapping_2c_20internal_3a_3amakebyteswapprojectionmap_3c_20recorddim_20_3e_20_3e_567',['Projection< ArrayExtents, RecordDim, InnerMapping, internal::MakeByteswapProjectionMap< RecordDim > >',['../structllama_1_1mapping_1_1Projection.html',1,'llama::mapping']]], + ['projection_3c_20arrayextents_2c_20recorddim_2c_20innermapping_2c_20internal_3a_3amakeprojectionmap_3c_20recorddim_2c_20replacementmap_20_3e_20_3e_568',['Projection< ArrayExtents, RecordDim, InnerMapping, internal::MakeProjectionMap< RecordDim, ReplacementMap > >',['../structllama_1_1mapping_1_1Projection.html',1,'llama::mapping']]], + ['projectionmap_569',['ProjectionMap',['../structllama_1_1mapping_1_1Projection.html#a1e5e2a679aa7c64196360208dcd0bc49',1,'llama::mapping::Projection']]], + ['projectionorvoid_570',['ProjectionOrVoid',['../namespacellama_1_1mapping_1_1internal.html#a721bad784cc6cc05c977c736c6536a96',1,'llama::mapping::internal']]], + ['projectionorvoidimpl_571',['projectionOrVoidImpl',['../namespacellama_1_1mapping_1_1internal.html#ad1b877c1fd20f7c0a269b0160fc16b79',1,'llama::mapping::internal']]], + ['projectionreference_572',['ProjectionReference',['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html',1,'llama::mapping::internal::ProjectionReference< Reference, Projection >'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a645748322ed8931d26ef9d54e8c83399',1,'llama::mapping::internal::ProjectionReference::ProjectionReference(const ProjectionReference &)=default'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a0a4505a1f445bc68b240c0332395840a',1,'llama::mapping::internal::ProjectionReference::ProjectionReference(Reference storageRef)']]], + ['proofs_2ehpp_573',['Proofs.hpp',['../Proofs_8hpp.html',1,'']]], + ['proxyrefopmixin_574',['ProxyRefOpMixin',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_2ehpp_575',['ProxyRefOpMixin.hpp',['../ProxyRefOpMixin_8hpp.html',1,'']]], + ['proxyrefopmixin_3c_20bitpackedfloatref_3c_20float_2c_20storedintegralcv_2c_20vhexp_2c_20vhman_2c_20sizetype_20_3e_2c_20float_20_3e_576',['ProxyRefOpMixin< BitPackedFloatRef< Float, StoredIntegralCV, VHExp, VHMan, SizeType >, Float >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20bitpackedintref_3c_20integral_2c_20storedintegralcv_2c_20vhbits_2c_20sizetype_2c_20signbit_20_3e_2c_20integral_20_3e_577',['ProxyRefOpMixin< BitPackedIntRef< Integral, StoredIntegralCV, VHBits, SizeType, SignBit >, Integral >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20fieldaccesscountreference_3c_20value_2c_20ref_2c_20count_20_3e_2c_20value_20_3e_578',['ProxyRefOpMixin< FieldAccessCountReference< Value, Ref, Count >, Value >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20nullreference_3c_20t_20_3e_2c_20t_20_3e_579',['ProxyRefOpMixin< NullReference< T >, T >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20projectionreference_3c_20reference_2c_20projection_20_3e_2c_20decltype_28projection_3a_3aload_28std_3a_3adeclval_3c_20reference_20_3e_28_29_29_29_3e_580',['ProxyRefOpMixin< ProjectionReference< Reference, Projection >, decltype(Projection::load(std::declval< Reference >()))>',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20reference_3c_20rc_2c_20blobarray_20_3e_2c_20gettype_3c_20trecorddim_2c_20rc_20_3e_20_3e_581',['ProxyRefOpMixin< Reference< RC, BlobArray >, GetType< TRecordDim, RC > >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20reference_3c_20ref_20_3e_2c_20ref_3a_3avalue_5ftype_20_3e_582',['ProxyRefOpMixin< Reference< Ref >, Ref::value_type >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20reference_3c_20ref_2c_20value_20_3e_2c_20value_20_3e_583',['ProxyRefOpMixin< Reference< Ref, Value >, Value >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20scopedupdate_3c_20reference_20_3e_2c_20internal_3a_3avalueof_3c_20reference_20_3e_3a_3atype_20_3e_584',['ProxyRefOpMixin< ScopedUpdate< Reference >, internal::ValueOf< Reference >::type >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['push_5fback_585',['push_back',['../structllama_1_1Vector.html#a9cfea0abb25178e787a1998cb24777b8',1,'llama::Vector']]], + ['pushback_586',['pushBack',['../namespacellama.html#a582387ea1287dbab16833fc8da254d58',1,'llama']]], + ['pushfront_587',['pushFront',['../namespacellama.html#afa7bf42db36a3e21c7819a833ed76ed2',1,'llama']]] ]; diff --git a/search/all_f.js b/search/all_f.js index 9c63bc6f35..612f6d9cd6 100644 --- a/search/all_f.js +++ b/search/all_f.js @@ -1,4 +1,4 @@ var searchData= [ - ['qualifiedtypename_586',['qualifiedTypeName',['../namespacellama.html#a06d7068ee2176f6a3bbd750665ac5af0',1,'llama']]] + ['qualifiedtypename_588',['qualifiedTypeName',['../namespacellama.html#a06d7068ee2176f6a3bbd750665ac5af0',1,'llama']]] ]; diff --git a/search/classes_0.js b/search/classes_0.js index 1a23f65265..ef0c93da3e 100644 --- a/search/classes_0.js +++ b/search/classes_0.js @@ -1,24 +1,24 @@ var searchData= [ - ['accesscounts_781',['AccessCounts',['../structllama_1_1mapping_1_1AccessCounts.html',1,'llama::mapping']]], - ['accesscounts_3c_20count_20_3e_782',['AccessCounts< Count >',['../structllama_1_1mapping_1_1AccessCounts.html',1,'llama::mapping']]], - ['alignedallocator_783',['AlignedAllocator',['../structllama_1_1bloballoc_1_1AlignedAllocator.html',1,'llama::bloballoc']]], - ['alignedarray_784',['AlignedArray',['../structllama_1_1bloballoc_1_1Array_1_1AlignedArray.html',1,'llama::bloballoc::Array']]], - ['alpakabuf_785',['AlpakaBuf',['../structllama_1_1bloballoc_1_1AlpakaBuf.html',1,'llama::bloballoc']]], - ['aos_786',['AoS',['../structllama_1_1mapping_1_1AoS.html',1,'llama::mapping']]], - ['aosoa_787',['AoSoA',['../structllama_1_1mapping_1_1AoSoA.html',1,'llama::mapping']]], - ['array_788',['Array',['../structllama_1_1Array.html',1,'llama::Array< T, N >'],['../structllama_1_1bloballoc_1_1Array.html',1,'llama::bloballoc::Array< BytesToReserve >']]], - ['array_3c_20accesscounts_3c_20counttype_20_3e_2c_20flatfieldcount_3c_20recorddim_20_3e_20_3e_789',['Array< AccessCounts< CountType >, flatFieldCount< RecordDim > >',['../structllama_1_1Array.html',1,'llama']]], - ['array_3c_20blobtype_2c_20mapping_3a_3ablobcount_20_3e_790',['Array< BlobType, Mapping::blobCount >',['../structllama_1_1Array.html',1,'llama']]], - ['array_3c_20std_3a_3abyte_2c_20bytestoreserve_20_3e_791',['Array< std::byte, BytesToReserve >',['../structllama_1_1Array.html',1,'llama']]], - ['array_3c_20std_3a_3asize_5ft_2c_28_28sizes_3d_3ddyn_29_2b_2e_2e_2e_2b0_29_3e_792',['Array< std::size_t,((Sizes==dyn)+...+0)>',['../structllama_1_1Array.html',1,'llama']]], - ['array_3c_20t_2c_200_20_3e_793',['Array< T, 0 >',['../structllama_1_1Array_3_01T_00_010_01_4.html',1,'llama']]], - ['array_3c_20t_2c_20dim_20_3e_794',['Array< T, Dim >',['../structllama_1_1Array.html',1,'llama']]], - ['arrayextents_795',['ArrayExtents',['../structllama_1_1ArrayExtents.html',1,'llama']]], - ['arrayextents_3c_20t_20_3e_796',['ArrayExtents< T >',['../structllama_1_1ArrayExtents_3_01T_01_4.html',1,'llama']]], - ['arrayindex_797',['ArrayIndex',['../structllama_1_1ArrayIndex.html',1,'llama']]], - ['arrayindexiterator_798',['ArrayIndexIterator',['../structllama_1_1ArrayIndexIterator.html',1,'llama']]], - ['arrayindexiterator_3c_20typename_20view_3a_3aarrayextents_20_3e_799',['ArrayIndexIterator< typename View::ArrayExtents >',['../structllama_1_1ArrayIndexIterator.html',1,'llama']]], - ['arrayindexrange_800',['ArrayIndexRange',['../structllama_1_1ArrayIndexRange.html',1,'llama']]], - ['assign_801',['Assign',['../structllama_1_1internal_1_1Assign.html',1,'llama::internal']]] + ['accesscounts_783',['AccessCounts',['../structllama_1_1mapping_1_1AccessCounts.html',1,'llama::mapping']]], + ['accesscounts_3c_20count_20_3e_784',['AccessCounts< Count >',['../structllama_1_1mapping_1_1AccessCounts.html',1,'llama::mapping']]], + ['alignedallocator_785',['AlignedAllocator',['../structllama_1_1bloballoc_1_1AlignedAllocator.html',1,'llama::bloballoc']]], + ['alignedarray_786',['AlignedArray',['../structllama_1_1bloballoc_1_1Array_1_1AlignedArray.html',1,'llama::bloballoc::Array']]], + ['alpakabuf_787',['AlpakaBuf',['../structllama_1_1bloballoc_1_1AlpakaBuf.html',1,'llama::bloballoc']]], + ['aos_788',['AoS',['../structllama_1_1mapping_1_1AoS.html',1,'llama::mapping']]], + ['aosoa_789',['AoSoA',['../structllama_1_1mapping_1_1AoSoA.html',1,'llama::mapping']]], + ['array_790',['Array',['../structllama_1_1Array.html',1,'llama::Array< T, N >'],['../structllama_1_1bloballoc_1_1Array.html',1,'llama::bloballoc::Array< BytesToReserve >']]], + ['array_3c_20accesscounts_3c_20counttype_20_3e_2c_20flatfieldcount_3c_20recorddim_20_3e_20_3e_791',['Array< AccessCounts< CountType >, flatFieldCount< RecordDim > >',['../structllama_1_1Array.html',1,'llama']]], + ['array_3c_20blobtype_2c_20mapping_3a_3ablobcount_20_3e_792',['Array< BlobType, Mapping::blobCount >',['../structllama_1_1Array.html',1,'llama']]], + ['array_3c_20std_3a_3abyte_2c_20bytestoreserve_20_3e_793',['Array< std::byte, BytesToReserve >',['../structllama_1_1Array.html',1,'llama']]], + ['array_3c_20std_3a_3asize_5ft_2c_28_28sizes_3d_3ddyn_29_2b_2e_2e_2e_2b0_29_3e_794',['Array< std::size_t,((Sizes==dyn)+...+0)>',['../structllama_1_1Array.html',1,'llama']]], + ['array_3c_20t_2c_200_20_3e_795',['Array< T, 0 >',['../structllama_1_1Array_3_01T_00_010_01_4.html',1,'llama']]], + ['array_3c_20t_2c_20dim_20_3e_796',['Array< T, Dim >',['../structllama_1_1Array.html',1,'llama']]], + ['arrayextents_797',['ArrayExtents',['../structllama_1_1ArrayExtents.html',1,'llama']]], + ['arrayextents_3c_20t_20_3e_798',['ArrayExtents< T >',['../structllama_1_1ArrayExtents_3_01T_01_4.html',1,'llama']]], + ['arrayindex_799',['ArrayIndex',['../structllama_1_1ArrayIndex.html',1,'llama']]], + ['arrayindexiterator_800',['ArrayIndexIterator',['../structllama_1_1ArrayIndexIterator.html',1,'llama']]], + ['arrayindexiterator_3c_20typename_20view_3a_3aarrayextents_20_3e_801',['ArrayIndexIterator< typename View::ArrayExtents >',['../structllama_1_1ArrayIndexIterator.html',1,'llama']]], + ['arrayindexrange_802',['ArrayIndexRange',['../structllama_1_1ArrayIndexRange.html',1,'llama']]], + ['assign_803',['Assign',['../structllama_1_1internal_1_1Assign.html',1,'llama::internal']]] ]; diff --git a/search/classes_1.js b/search/classes_1.js index e385aadcb2..449444656f 100644 --- a/search/classes_1.js +++ b/search/classes_1.js @@ -1,34 +1,34 @@ var searchData= [ - ['bindaos_802',['BindAoS',['../structllama_1_1mapping_1_1BindAoS.html',1,'llama::mapping']]], - ['bindaosoa_803',['BindAoSoA',['../structllama_1_1mapping_1_1BindAoSoA.html',1,'llama::mapping']]], - ['bindbitpackedfloataos_804',['BindBitPackedFloatAoS',['../structllama_1_1mapping_1_1BindBitPackedFloatAoS.html',1,'llama::mapping']]], - ['bindbitpackedfloatsoa_805',['BindBitPackedFloatSoA',['../structllama_1_1mapping_1_1BindBitPackedFloatSoA.html',1,'llama::mapping']]], - ['bindbitpackedintaos_806',['BindBitPackedIntAoS',['../structllama_1_1mapping_1_1BindBitPackedIntAoS.html',1,'llama::mapping']]], - ['bindbitpackedintsoa_807',['BindBitPackedIntSoA',['../structllama_1_1mapping_1_1BindBitPackedIntSoA.html',1,'llama::mapping']]], - ['bindbytesplit_808',['BindBytesplit',['../structllama_1_1mapping_1_1BindBytesplit.html',1,'llama::mapping']]], - ['bindbyteswap_809',['BindByteswap',['../structllama_1_1mapping_1_1BindByteswap.html',1,'llama::mapping']]], - ['bindchangetype_810',['BindChangeType',['../structllama_1_1mapping_1_1BindChangeType.html',1,'llama::mapping']]], - ['bindmakesizedsimd_811',['BindMakeSizedSimd',['../structllama_1_1internal_1_1BindMakeSizedSimd.html',1,'llama::internal']]], - ['bindone_812',['BindOne',['../structllama_1_1mapping_1_1BindOne.html',1,'llama::mapping']]], - ['bindprojection_813',['BindProjection',['../structllama_1_1mapping_1_1BindProjection.html',1,'llama::mapping']]], - ['bindsoa_814',['BindSoA',['../structllama_1_1mapping_1_1BindSoA.html',1,'llama::mapping']]], - ['bindsplit_815',['BindSplit',['../structllama_1_1mapping_1_1BindSplit.html',1,'llama::mapping']]], - ['bitpackedfloataos_816',['BitPackedFloatAoS',['../structllama_1_1mapping_1_1BitPackedFloatAoS.html',1,'llama::mapping']]], - ['bitpackedfloatref_817',['BitPackedFloatRef',['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html',1,'llama::mapping::internal']]], - ['bitpackedfloatsoa_818',['BitPackedFloatSoA',['../structllama_1_1mapping_1_1BitPackedFloatSoA.html',1,'llama::mapping']]], - ['bitpackedintaos_819',['BitPackedIntAoS',['../structllama_1_1mapping_1_1BitPackedIntAoS.html',1,'llama::mapping']]], - ['bitpackedintcommon_820',['BitPackedIntCommon',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html',1,'llama::mapping::internal']]], - ['bitpackedintcommon_3c_20tarrayextents_2c_20trecorddim_2c_20typename_20tarrayextents_3a_3avalue_5ftype_2c_20signbit_3a_3akeep_2c_20linearizearrayindexright_2c_20internal_3a_3astoredunsignedfor_3c_20trecorddim_20_3e_20_3e_821',['BitPackedIntCommon< TArrayExtents, TRecordDim, typename TArrayExtents::value_type, SignBit::Keep, LinearizeArrayIndexRight, internal::StoredUnsignedFor< TRecordDim > >',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html',1,'llama::mapping::internal']]], - ['bitpackedintref_822',['BitPackedIntRef',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html',1,'llama::mapping::internal']]], - ['bitpackedintsoa_823',['BitPackedIntSoA',['../structllama_1_1mapping_1_1BitPackedIntSoA.html',1,'llama::mapping']]], - ['boxedvalue_824',['BoxedValue',['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal']]], - ['boxedvalue_3c_20bits_20_3e_825',['BoxedValue< Bits >',['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal']]], - ['boxedvalue_3c_20constant_3c_20v_20_3e_2c_20i_20_3e_826',['BoxedValue< Constant< V >, I >',['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html',1,'llama::internal']]], - ['boxedvalue_3c_20typename_20tarrayextents_3a_3avalue_5ftype_2c_200_20_3e_827',['BoxedValue< typename TArrayExtents::value_type, 0 >',['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal']]], - ['boxedvalue_3c_20typename_20tarrayextents_3a_3avalue_5ftype_2c_201_20_3e_828',['BoxedValue< typename TArrayExtents::value_type, 1 >',['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal']]], - ['bytesplit_829',['Bytesplit',['../structllama_1_1mapping_1_1Bytesplit.html',1,'llama::mapping']]], - ['byteswap_830',['Byteswap',['../structllama_1_1mapping_1_1Byteswap.html',1,'llama::mapping']]], - ['byteswapprojection_831',['ByteswapProjection',['../structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html',1,'llama::mapping::internal']]], - ['byvalue_832',['ByValue',['../structllama_1_1accessor_1_1ByValue.html',1,'llama::accessor']]] + ['bindaos_804',['BindAoS',['../structllama_1_1mapping_1_1BindAoS.html',1,'llama::mapping']]], + ['bindaosoa_805',['BindAoSoA',['../structllama_1_1mapping_1_1BindAoSoA.html',1,'llama::mapping']]], + ['bindbitpackedfloataos_806',['BindBitPackedFloatAoS',['../structllama_1_1mapping_1_1BindBitPackedFloatAoS.html',1,'llama::mapping']]], + ['bindbitpackedfloatsoa_807',['BindBitPackedFloatSoA',['../structllama_1_1mapping_1_1BindBitPackedFloatSoA.html',1,'llama::mapping']]], + ['bindbitpackedintaos_808',['BindBitPackedIntAoS',['../structllama_1_1mapping_1_1BindBitPackedIntAoS.html',1,'llama::mapping']]], + ['bindbitpackedintsoa_809',['BindBitPackedIntSoA',['../structllama_1_1mapping_1_1BindBitPackedIntSoA.html',1,'llama::mapping']]], + ['bindbytesplit_810',['BindBytesplit',['../structllama_1_1mapping_1_1BindBytesplit.html',1,'llama::mapping']]], + ['bindbyteswap_811',['BindByteswap',['../structllama_1_1mapping_1_1BindByteswap.html',1,'llama::mapping']]], + ['bindchangetype_812',['BindChangeType',['../structllama_1_1mapping_1_1BindChangeType.html',1,'llama::mapping']]], + ['bindmakesizedsimd_813',['BindMakeSizedSimd',['../structllama_1_1internal_1_1BindMakeSizedSimd.html',1,'llama::internal']]], + ['bindone_814',['BindOne',['../structllama_1_1mapping_1_1BindOne.html',1,'llama::mapping']]], + ['bindprojection_815',['BindProjection',['../structllama_1_1mapping_1_1BindProjection.html',1,'llama::mapping']]], + ['bindsoa_816',['BindSoA',['../structllama_1_1mapping_1_1BindSoA.html',1,'llama::mapping']]], + ['bindsplit_817',['BindSplit',['../structllama_1_1mapping_1_1BindSplit.html',1,'llama::mapping']]], + ['bitpackedfloataos_818',['BitPackedFloatAoS',['../structllama_1_1mapping_1_1BitPackedFloatAoS.html',1,'llama::mapping']]], + ['bitpackedfloatref_819',['BitPackedFloatRef',['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html',1,'llama::mapping::internal']]], + ['bitpackedfloatsoa_820',['BitPackedFloatSoA',['../structllama_1_1mapping_1_1BitPackedFloatSoA.html',1,'llama::mapping']]], + ['bitpackedintaos_821',['BitPackedIntAoS',['../structllama_1_1mapping_1_1BitPackedIntAoS.html',1,'llama::mapping']]], + ['bitpackedintcommon_822',['BitPackedIntCommon',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html',1,'llama::mapping::internal']]], + ['bitpackedintcommon_3c_20tarrayextents_2c_20trecorddim_2c_20typename_20tarrayextents_3a_3avalue_5ftype_2c_20signbit_3a_3akeep_2c_20linearizearrayindexright_2c_20internal_3a_3astoredunsignedfor_3c_20trecorddim_20_3e_20_3e_823',['BitPackedIntCommon< TArrayExtents, TRecordDim, typename TArrayExtents::value_type, SignBit::Keep, LinearizeArrayIndexRight, internal::StoredUnsignedFor< TRecordDim > >',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html',1,'llama::mapping::internal']]], + ['bitpackedintref_824',['BitPackedIntRef',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html',1,'llama::mapping::internal']]], + ['bitpackedintsoa_825',['BitPackedIntSoA',['../structllama_1_1mapping_1_1BitPackedIntSoA.html',1,'llama::mapping']]], + ['boxedvalue_826',['BoxedValue',['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal']]], + ['boxedvalue_3c_20bits_20_3e_827',['BoxedValue< Bits >',['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal']]], + ['boxedvalue_3c_20constant_3c_20v_20_3e_2c_20i_20_3e_828',['BoxedValue< Constant< V >, I >',['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html',1,'llama::internal']]], + ['boxedvalue_3c_20typename_20tarrayextents_3a_3avalue_5ftype_2c_200_20_3e_829',['BoxedValue< typename TArrayExtents::value_type, 0 >',['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal']]], + ['boxedvalue_3c_20typename_20tarrayextents_3a_3avalue_5ftype_2c_201_20_3e_830',['BoxedValue< typename TArrayExtents::value_type, 1 >',['../structllama_1_1internal_1_1BoxedValue.html',1,'llama::internal']]], + ['bytesplit_831',['Bytesplit',['../structllama_1_1mapping_1_1Bytesplit.html',1,'llama::mapping']]], + ['byteswap_832',['Byteswap',['../structllama_1_1mapping_1_1Byteswap.html',1,'llama::mapping']]], + ['byteswapprojection_833',['ByteswapProjection',['../structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html',1,'llama::mapping::internal']]], + ['byvalue_834',['ByValue',['../structllama_1_1accessor_1_1ByValue.html',1,'llama::accessor']]] ]; diff --git a/search/classes_10.js b/search/classes_10.js index 1c577e608d..3a4a5842cc 100644 --- a/search/classes_10.js +++ b/search/classes_10.js @@ -1,6 +1,6 @@ var searchData= [ - ['unaryfunctiontraits_1003',['UnaryFunctionTraits',['../structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits.html',1,'llama::mapping::internal']]], - ['unaryfunctiontraits_3c_20ret_28_2a_29_28arg_29_3e_1004',['UnaryFunctionTraits< Ret(*)(Arg)>',['../structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html',1,'llama::mapping::internal']]], - ['uniqueptr_1005',['UniquePtr',['../structllama_1_1bloballoc_1_1UniquePtr.html',1,'llama::bloballoc']]] + ['unaryfunctiontraits_1005',['UnaryFunctionTraits',['../structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits.html',1,'llama::mapping::internal']]], + ['unaryfunctiontraits_3c_20ret_28_2a_29_28arg_29_3e_1006',['UnaryFunctionTraits< Ret(*)(Arg)>',['../structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html',1,'llama::mapping::internal']]], + ['uniqueptr_1007',['UniquePtr',['../structllama_1_1bloballoc_1_1UniquePtr.html',1,'llama::bloballoc']]] ]; diff --git a/search/classes_11.js b/search/classes_11.js index 5123a5d503..93a2dd0ec0 100644 --- a/search/classes_11.js +++ b/search/classes_11.js @@ -1,10 +1,10 @@ var searchData= [ - ['valueof_1006',['ValueOf',['../structllama_1_1internal_1_1ValueOf.html',1,'llama::internal']]], - ['valueof_3c_20reference_20_3e_1007',['ValueOf< Reference >',['../structllama_1_1internal_1_1ValueOf.html',1,'llama::internal']]], - ['valueof_3c_20t_20_26_20_3e_1008',['ValueOf< T & >',['../structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4.html',1,'llama::internal']]], - ['valueof_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isproxyreference_3c_20t_20_3e_20_3e_20_3e_1009',['ValueOf< T, std::enable_if_t< isProxyReference< T > > >',['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html',1,'llama::internal']]], - ['valueof_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isrecordref_3c_20t_20_3e_20_3e_20_3e_1010',['ValueOf< T, std::enable_if_t< isRecordRef< T > > >',['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4.html',1,'llama::internal']]], - ['vector_1011',['Vector',['../structllama_1_1bloballoc_1_1Vector.html',1,'llama::bloballoc::Vector'],['../structllama_1_1Vector.html',1,'llama::Vector< Mapping >']]], - ['view_1012',['View',['../structllama_1_1View.html',1,'llama']]] + ['valueof_1008',['ValueOf',['../structllama_1_1internal_1_1ValueOf.html',1,'llama::internal']]], + ['valueof_3c_20reference_20_3e_1009',['ValueOf< Reference >',['../structllama_1_1internal_1_1ValueOf.html',1,'llama::internal']]], + ['valueof_3c_20t_20_26_20_3e_1010',['ValueOf< T & >',['../structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4.html',1,'llama::internal']]], + ['valueof_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isproxyreference_3c_20t_20_3e_20_3e_20_3e_1011',['ValueOf< T, std::enable_if_t< isProxyReference< T > > >',['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html',1,'llama::internal']]], + ['valueof_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isrecordref_3c_20t_20_3e_20_3e_20_3e_1012',['ValueOf< T, std::enable_if_t< isRecordRef< T > > >',['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4.html',1,'llama::internal']]], + ['vector_1013',['Vector',['../structllama_1_1bloballoc_1_1Vector.html',1,'llama::bloballoc::Vector'],['../structllama_1_1Vector.html',1,'llama::Vector< Mapping >']]], + ['view_1014',['View',['../structllama_1_1View.html',1,'llama']]] ]; diff --git a/search/classes_12.js b/search/classes_12.js index 22b1691095..19d7d7eaf1 100644 --- a/search/classes_12.js +++ b/search/classes_12.js @@ -1,5 +1,5 @@ var searchData= [ - ['wrapinnnodes_1013',['WrapInNNodes',['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes.html',1,'llama::mapping::tree::internal']]], - ['wrapinnnodes_3c_20leaf_2c_200_20_3e_1014',['WrapInNNodes< Leaf, 0 >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4.html',1,'llama::mapping::tree::internal']]] + ['wrapinnnodes_1015',['WrapInNNodes',['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes.html',1,'llama::mapping::tree::internal']]], + ['wrapinnnodes_3c_20leaf_2c_200_20_3e_1016',['WrapInNNodes< Leaf, 0 >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4.html',1,'llama::mapping::tree::internal']]] ]; diff --git a/search/classes_2.js b/search/classes_2.js index 126890c70f..97bc79e1e1 100644 --- a/search/classes_2.js +++ b/search/classes_2.js @@ -1,15 +1,15 @@ var searchData= [ - ['changenodechildsruntimefunctor_833',['ChangeNodeChildsRuntimeFunctor',['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html',1,'llama::mapping::tree::functor::internal']]], - ['changetype_834',['ChangeType',['../structllama_1_1mapping_1_1ChangeType.html',1,'llama::mapping']]], - ['changetypeprojection_835',['ChangeTypeProjection',['../structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html',1,'llama::mapping::internal']]], - ['const_836',['Const',['../structllama_1_1accessor_1_1Const.html',1,'llama::accessor']]], - ['copy_837',['Copy',['../structllama_1_1Copy.html',1,'llama']]], - ['copy_3c_20mapping_2c_20mapping_20_3e_838',['Copy< Mapping, Mapping >',['../structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4.html',1,'llama']]], - ['copy_3c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanessrc_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanesdst_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20lanessrc_20_21_3dlanesdst_20_3e_20_3e_839',['Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields >, std::enable_if_t< LanesSrc !=LanesDst > >',['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Linecca40af6cbfeabebd92c0340cc1055ba.html',1,'llama']]], - ['copy_3c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanessrc_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20mapping_3a_3asoa_3c_20arrayextents_2c_20recorddim_2c_20dstblobs_2c_20dstsubarrayalignment_2c_20linearizearrayindex_2c_20permutefields_20_3e_20_3e_840',['Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::SoA< ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields > >',['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line859743977e4e49efc57e47040098b4b8.html',1,'llama']]], - ['copy_3c_20mapping_3a_3asoa_3c_20arrayextents_2c_20recorddim_2c_20srcblobs_2c_20srcsubarrayalignment_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanesdst_2c_20linearizearrayindex_2c_20permutefields_20_3e_20_3e_841',['Copy< mapping::SoA< ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields > >',['../structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub712ac8967d7b9cd8f921b93e85e89274.html',1,'llama']]], - ['createtreeelement_842',['CreateTreeElement',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement.html',1,'llama::mapping::tree::internal']]], - ['createtreeelement_3c_20tag_2c_20childtype_5bcount_5d_2c_20counttype_20_3e_843',['CreateTreeElement< Tag, ChildType[Count], CountType >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html',1,'llama::mapping::tree::internal']]], - ['createtreeelement_3c_20tag_2c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20counttype_20_3e_844',['CreateTreeElement< Tag, Record< Fields... >, CountType >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_8_8_8_01_4_00_01CountType_01_4.html',1,'llama::mapping::tree::internal']]] + ['changenodechildsruntimefunctor_835',['ChangeNodeChildsRuntimeFunctor',['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html',1,'llama::mapping::tree::functor::internal']]], + ['changetype_836',['ChangeType',['../structllama_1_1mapping_1_1ChangeType.html',1,'llama::mapping']]], + ['changetypeprojection_837',['ChangeTypeProjection',['../structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html',1,'llama::mapping::internal']]], + ['const_838',['Const',['../structllama_1_1accessor_1_1Const.html',1,'llama::accessor']]], + ['copy_839',['Copy',['../structllama_1_1Copy.html',1,'llama']]], + ['copy_3c_20mapping_2c_20mapping_20_3e_840',['Copy< Mapping, Mapping >',['../structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4.html',1,'llama']]], + ['copy_3c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanessrc_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanesdst_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20lanessrc_20_21_3dlanesdst_20_3e_20_3e_841',['Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields >, std::enable_if_t< LanesSrc !=LanesDst > >',['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Linecca40af6cbfeabebd92c0340cc1055ba.html',1,'llama']]], + ['copy_3c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanessrc_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20mapping_3a_3asoa_3c_20arrayextents_2c_20recorddim_2c_20dstblobs_2c_20dstsubarrayalignment_2c_20linearizearrayindex_2c_20permutefields_20_3e_20_3e_842',['Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::SoA< ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields > >',['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line859743977e4e49efc57e47040098b4b8.html',1,'llama']]], + ['copy_3c_20mapping_3a_3asoa_3c_20arrayextents_2c_20recorddim_2c_20srcblobs_2c_20srcsubarrayalignment_2c_20linearizearrayindex_2c_20permutefields_20_3e_2c_20mapping_3a_3aaosoa_3c_20arrayextents_2c_20recorddim_2c_20lanesdst_2c_20linearizearrayindex_2c_20permutefields_20_3e_20_3e_843',['Copy< mapping::SoA< ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields > >',['../structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub712ac8967d7b9cd8f921b93e85e89274.html',1,'llama']]], + ['createtreeelement_844',['CreateTreeElement',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement.html',1,'llama::mapping::tree::internal']]], + ['createtreeelement_3c_20tag_2c_20childtype_5bcount_5d_2c_20counttype_20_3e_845',['CreateTreeElement< Tag, ChildType[Count], CountType >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html',1,'llama::mapping::tree::internal']]], + ['createtreeelement_3c_20tag_2c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20counttype_20_3e_846',['CreateTreeElement< Tag, Record< Fields... >, CountType >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_8_8_8_01_4_00_01CountType_01_4.html',1,'llama::mapping::tree::internal']]] ]; diff --git a/search/classes_3.js b/search/classes_3.js index c39e83c40b..8383be66ac 100644 --- a/search/classes_3.js +++ b/search/classes_3.js @@ -1,6 +1,6 @@ var searchData= [ - ['default_845',['Default',['../structllama_1_1accessor_1_1Default.html',1,'llama::accessor']]], - ['divideassign_846',['DivideAssign',['../structllama_1_1internal_1_1DivideAssign.html',1,'llama::internal']]], - ['dyn_847',['Dyn',['../structllama_1_1internal_1_1Dyn.html',1,'llama::internal']]] + ['default_847',['Default',['../structllama_1_1accessor_1_1Default.html',1,'llama::accessor']]], + ['divideassign_848',['DivideAssign',['../structllama_1_1internal_1_1DivideAssign.html',1,'llama::internal']]], + ['dyn_849',['Dyn',['../structllama_1_1internal_1_1Dyn.html',1,'llama::internal']]] ]; diff --git a/search/classes_4.js b/search/classes_4.js index 8455b22311..821c4b52f7 100644 --- a/search/classes_4.js +++ b/search/classes_4.js @@ -1,14 +1,14 @@ var searchData= [ - ['field_848',['Field',['../structllama_1_1Field.html',1,'llama']]], - ['fieldaccesscount_849',['FieldAccessCount',['../structllama_1_1mapping_1_1FieldAccessCount.html',1,'llama::mapping']]], - ['fieldaccesscountreference_850',['FieldAccessCountReference',['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html',1,'llama::mapping::internal']]], - ['fieldhitsarray_851',['FieldHitsArray',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html',1,'llama::mapping::FieldAccessCount']]], - ['findfieldbytag_852',['FindFieldByTag',['../structllama_1_1internal_1_1FindFieldByTag.html',1,'llama::internal']]], - ['flattenrecorddimimpl_853',['FlattenRecordDimImpl',['../structllama_1_1internal_1_1FlattenRecordDimImpl.html',1,'llama::internal']]], - ['flattenrecorddimimpl_3c_20child_5bn_5d_3e_854',['FlattenRecordDimImpl< Child[N]>',['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4.html',1,'llama::internal']]], - ['flattenrecorddimimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_20_3e_855',['FlattenRecordDimImpl< Record< Fields... > >',['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4.html',1,'llama::internal']]], - ['floatbittraits_856',['FloatBitTraits',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits.html',1,'llama::mapping::internal']]], - ['floatbittraits_3c_20double_20_3e_857',['FloatBitTraits< double >',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html',1,'llama::mapping::internal']]], - ['floatbittraits_3c_20float_20_3e_858',['FloatBitTraits< float >',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html',1,'llama::mapping::internal']]] + ['field_850',['Field',['../structllama_1_1Field.html',1,'llama']]], + ['fieldaccesscount_851',['FieldAccessCount',['../structllama_1_1mapping_1_1FieldAccessCount.html',1,'llama::mapping']]], + ['fieldaccesscountreference_852',['FieldAccessCountReference',['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html',1,'llama::mapping::internal']]], + ['fieldhitsarray_853',['FieldHitsArray',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html',1,'llama::mapping::FieldAccessCount']]], + ['findfieldbytag_854',['FindFieldByTag',['../structllama_1_1internal_1_1FindFieldByTag.html',1,'llama::internal']]], + ['flattenrecorddimimpl_855',['FlattenRecordDimImpl',['../structllama_1_1internal_1_1FlattenRecordDimImpl.html',1,'llama::internal']]], + ['flattenrecorddimimpl_3c_20child_5bn_5d_3e_856',['FlattenRecordDimImpl< Child[N]>',['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4.html',1,'llama::internal']]], + ['flattenrecorddimimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_20_3e_857',['FlattenRecordDimImpl< Record< Fields... > >',['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4.html',1,'llama::internal']]], + ['floatbittraits_858',['FloatBitTraits',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits.html',1,'llama::mapping::internal']]], + ['floatbittraits_3c_20double_20_3e_859',['FloatBitTraits< double >',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html',1,'llama::mapping::internal']]], + ['floatbittraits_3c_20float_20_3e_860',['FloatBitTraits< float >',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html',1,'llama::mapping::internal']]] ]; diff --git a/search/classes_5.js b/search/classes_5.js index e08d9b3ecf..d27345e021 100644 --- a/search/classes_5.js +++ b/search/classes_5.js @@ -1,22 +1,22 @@ var searchData= [ - ['getcoordfromtagsimpl_859',['GetCoordFromTagsImpl',['../structllama_1_1internal_1_1GetCoordFromTagsImpl.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_20resultcoords_2e_2e_2e_20_3e_2c_20firsttag_2c_20tags_2e_2e_2e_20_3e_860',['GetCoordFromTagsImpl< ChildType[Count], RecordCoord< ResultCoords... >, FirstTag, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Rea82f6370a44084538dfd07ee1f739c70.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_3e_2c_20mp_5flist_3c_20tags_2e_2e_2e_20_3e_20_3e_861',['GetCoordFromTagsImpl< ChildType[Count], RecordCoord<>, mp_list< Tags... > >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_4_0013246d85cb9afa4ef03a045cfb732088.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_3e_2c_20tags_2e_2e_2e_20_3e_862',['GetCoordFromTagsImpl< ChildType[Count], RecordCoord<>, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_20resultcoords_2e_2e_2e_20_3e_2c_20firsttag_2c_20tags_2e_2e_2e_20_3e_863',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_3e_2c_20mp_5flist_3c_20tags_2e_2e_2e_20_3e_20_3e_864',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, mp_list< Tags... > >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorb006549913676b1d5139a1b53818a5b4.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_3e_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_865',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, RecordCoord< RCs... > >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorfe79fdbf9645e3871343e16a1c302dbb.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_3e_2c_20tags_2e_2e_2e_20_3e_866',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl.html',1,'llama::internal']]], - ['getcoordfromtagsimpl_3c_20recorddim_2c_20recordcoord_20_3e_867',['GetCoordFromTagsImpl< RecordDim, RecordCoord >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4.html',1,'llama::internal']]], - ['gettagimpl_868',['GetTagImpl',['../structllama_1_1internal_1_1GetTagImpl.html',1,'llama::internal']]], - ['gettagimpl_3c_20recorddim_2c_20recordcoord_3c_3e_20_3e_869',['GetTagImpl< RecordDim, RecordCoord<> >',['../structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4.html',1,'llama::internal']]], - ['gettagsimpl_870',['GetTagsImpl',['../structllama_1_1internal_1_1GetTagsImpl.html',1,'llama::internal']]], - ['gettagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_20firstcoord_2c_20coords_2e_2e_2e_20_3e_20_3e_871',['GetTagsImpl< ChildType[Count], RecordCoord< FirstCoord, Coords... > >',['../structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html',1,'llama::internal']]], - ['gettagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_20firstcoord_2c_20coords_2e_2e_2e_20_3e_20_3e_872',['GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >',['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html',1,'llama::internal']]], - ['gettagsimpl_3c_20t_2c_20recordcoord_3c_3e_20_3e_873',['GetTagsImpl< T, RecordCoord<> >',['../structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4.html',1,'llama::internal']]], - ['gettypeimpl_874',['GetTypeImpl',['../structllama_1_1internal_1_1GetTypeImpl.html',1,'llama::internal']]], - ['gettypeimpl_3c_20childtype_5bn_5d_2c_20recordcoord_3c_20headcoord_2c_20tailcoords_2e_2e_2e_20_3e_20_3e_875',['GetTypeImpl< ChildType[N], RecordCoord< HeadCoord, TailCoords... > >',['../structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_01TailCoords_8_8_8_01_4_01_4.html',1,'llama::internal']]], - ['gettypeimpl_3c_20record_3c_20children_2e_2e_2e_20_3e_2c_20recordcoord_3c_20headcoord_2c_20tailcoords_2e_2e_2e_20_3e_20_3e_876',['GetTypeImpl< Record< Children... >, RecordCoord< HeadCoord, TailCoords... > >',['../structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html',1,'llama::internal']]], - ['gettypeimpl_3c_20t_2c_20recordcoord_3c_3e_20_3e_877',['GetTypeImpl< T, RecordCoord<> >',['../structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4.html',1,'llama::internal']]] + ['getcoordfromtagsimpl_861',['GetCoordFromTagsImpl',['../structllama_1_1internal_1_1GetCoordFromTagsImpl.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_20resultcoords_2e_2e_2e_20_3e_2c_20firsttag_2c_20tags_2e_2e_2e_20_3e_862',['GetCoordFromTagsImpl< ChildType[Count], RecordCoord< ResultCoords... >, FirstTag, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Rea82f6370a44084538dfd07ee1f739c70.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_3e_2c_20mp_5flist_3c_20tags_2e_2e_2e_20_3e_20_3e_863',['GetCoordFromTagsImpl< ChildType[Count], RecordCoord<>, mp_list< Tags... > >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_4_0013246d85cb9afa4ef03a045cfb732088.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_3e_2c_20tags_2e_2e_2e_20_3e_864',['GetCoordFromTagsImpl< ChildType[Count], RecordCoord<>, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_20resultcoords_2e_2e_2e_20_3e_2c_20firsttag_2c_20tags_2e_2e_2e_20_3e_865',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_3e_2c_20mp_5flist_3c_20tags_2e_2e_2e_20_3e_20_3e_866',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, mp_list< Tags... > >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorb006549913676b1d5139a1b53818a5b4.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_3e_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_867',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, RecordCoord< RCs... > >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorfe79fdbf9645e3871343e16a1c302dbb.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_3e_2c_20tags_2e_2e_2e_20_3e_868',['GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, Tags... >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl.html',1,'llama::internal']]], + ['getcoordfromtagsimpl_3c_20recorddim_2c_20recordcoord_20_3e_869',['GetCoordFromTagsImpl< RecordDim, RecordCoord >',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4.html',1,'llama::internal']]], + ['gettagimpl_870',['GetTagImpl',['../structllama_1_1internal_1_1GetTagImpl.html',1,'llama::internal']]], + ['gettagimpl_3c_20recorddim_2c_20recordcoord_3c_3e_20_3e_871',['GetTagImpl< RecordDim, RecordCoord<> >',['../structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4.html',1,'llama::internal']]], + ['gettagsimpl_872',['GetTagsImpl',['../structllama_1_1internal_1_1GetTagsImpl.html',1,'llama::internal']]], + ['gettagsimpl_3c_20childtype_5bcount_5d_2c_20recordcoord_3c_20firstcoord_2c_20coords_2e_2e_2e_20_3e_20_3e_873',['GetTagsImpl< ChildType[Count], RecordCoord< FirstCoord, Coords... > >',['../structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html',1,'llama::internal']]], + ['gettagsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_20firstcoord_2c_20coords_2e_2e_2e_20_3e_20_3e_874',['GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >',['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html',1,'llama::internal']]], + ['gettagsimpl_3c_20t_2c_20recordcoord_3c_3e_20_3e_875',['GetTagsImpl< T, RecordCoord<> >',['../structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4.html',1,'llama::internal']]], + ['gettypeimpl_876',['GetTypeImpl',['../structllama_1_1internal_1_1GetTypeImpl.html',1,'llama::internal']]], + ['gettypeimpl_3c_20childtype_5bn_5d_2c_20recordcoord_3c_20headcoord_2c_20tailcoords_2e_2e_2e_20_3e_20_3e_877',['GetTypeImpl< ChildType[N], RecordCoord< HeadCoord, TailCoords... > >',['../structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_01TailCoords_8_8_8_01_4_01_4.html',1,'llama::internal']]], + ['gettypeimpl_3c_20record_3c_20children_2e_2e_2e_20_3e_2c_20recordcoord_3c_20headcoord_2c_20tailcoords_2e_2e_2e_20_3e_20_3e_878',['GetTypeImpl< Record< Children... >, RecordCoord< HeadCoord, TailCoords... > >',['../structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html',1,'llama::internal']]], + ['gettypeimpl_3c_20t_2c_20recordcoord_3c_3e_20_3e_879',['GetTypeImpl< T, RecordCoord<> >',['../structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4.html',1,'llama::internal']]] ]; diff --git a/search/classes_6.js b/search/classes_6.js index 40d552d1b8..90cafaaeac 100644 --- a/search/classes_6.js +++ b/search/classes_6.js @@ -1,5 +1,5 @@ var searchData= [ - ['hash_3c_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_878',['hash< llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], - ['heatmap_879',['Heatmap',['../structllama_1_1mapping_1_1Heatmap.html',1,'llama::mapping']]] + ['hash_3c_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_880',['hash< llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], + ['heatmap_881',['Heatmap',['../structllama_1_1mapping_1_1Heatmap.html',1,'llama::mapping']]] ]; diff --git a/search/classes_7.js b/search/classes_7.js index 87f8867a47..55e4d315cd 100644 --- a/search/classes_7.js +++ b/search/classes_7.js @@ -1,16 +1,16 @@ var searchData= [ - ['idem_880',['Idem',['../structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html',1,'llama::mapping::tree::functor']]], - ['indextypefromargs_881',['IndexTypeFromArgs',['../structllama_1_1internal_1_1IndexTypeFromArgs.html',1,'llama::internal']]], - ['indextypefromargs_3c_20default_2c_20firstint_2c_20ints_2e_2e_2e_20_3e_882',['IndexTypeFromArgs< Default, FirstInt, Ints... >',['../structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4.html',1,'llama::internal']]], - ['indirectvalue_883',['IndirectValue',['../structllama_1_1internal_1_1IndirectValue.html',1,'llama::internal']]], - ['isboundedarray_884',['IsBoundedArray',['../structllama_1_1internal_1_1IsBoundedArray.html',1,'llama::internal']]], - ['isboundedarray_3c_20t_5bn_5d_3e_885',['IsBoundedArray< T[N]>',['../structllama_1_1internal_1_1IsBoundedArray_3_01T_0fN_0e_4.html',1,'llama::internal']]], - ['iscomputed_886',['IsComputed',['../structllama_1_1internal_1_1IsComputed.html',1,'llama::internal']]], - ['iscomputed_3c_20mapping_2c_20recordcoord_2c_20std_3a_3avoid_5ft_3c_20decltype_28mapping_3a_3aiscomputed_28recordcoord_7b_7d_29_29_3e_20_3e_887',['IsComputed< Mapping, RecordCoord, std::void_t< decltype(Mapping::isComputed(RecordCoord{}))> >',['../structllama_1_1internal_1_1IsComputed_3_01Mapping_00_01RecordCoord_00_01std_1_1void__t_3_01declt31ec39d02aa75d5ea3308109fe018112.html',1,'llama::internal']]], - ['isconstant_888',['IsConstant',['../structllama_1_1internal_1_1IsConstant.html',1,'llama::internal']]], - ['isconstant_3c_20std_3a_3aintegral_5fconstant_3c_20t_2c_20v_20_3e_20_3e_889',['IsConstant< std::integral_constant< T, V > >',['../structllama_1_1internal_1_1IsConstant_3_01std_1_1integral__constant_3_01T_00_01V_01_4_01_4.html',1,'llama::internal']]], - ['isproxyreferenceimpl_890',['IsProxyReferenceImpl',['../structllama_1_1internal_1_1IsProxyReferenceImpl.html',1,'llama::internal']]], - ['isproxyreferenceimpl_3c_20r_2c_20std_3a_3avoid_5ft_3c_20typename_20r_3a_3avalue_5ftype_2c_20decltype_28static_5fcast_3c_20typename_20r_3a_3avalue_5ftype_20_3e_28std_3a_3adeclval_3c_20r_20_26_20_3e_28_29_29_29_2c_20decltype_28std_3a_3adeclval_3c_20r_20_26_20_3e_28_29_3dstd_3a_3adeclval_3c_20typename_20r_3a_3avalue_5ftype_20_3e_28_29_29_3e_20_3e_891',['IsProxyReferenceImpl< R, std::void_t< typename R::value_type, decltype(static_cast< typename R::value_type >(std::declval< R & >())), decltype(std::declval< R & >()=std::declval< typename R::value_type >())> >',['../structllama_1_1internal_1_1IsProxyReferenceImpl_3_01R_00_01std_1_1void__t_3_01typename_01R_1_1vaf29d5bd88afd76084d03518114f19340.html',1,'llama::internal']]], - ['iterator_892',['Iterator',['../structllama_1_1Iterator.html',1,'llama']]] + ['idem_882',['Idem',['../structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html',1,'llama::mapping::tree::functor']]], + ['indextypefromargs_883',['IndexTypeFromArgs',['../structllama_1_1internal_1_1IndexTypeFromArgs.html',1,'llama::internal']]], + ['indextypefromargs_3c_20default_2c_20firstint_2c_20ints_2e_2e_2e_20_3e_884',['IndexTypeFromArgs< Default, FirstInt, Ints... >',['../structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4.html',1,'llama::internal']]], + ['indirectvalue_885',['IndirectValue',['../structllama_1_1internal_1_1IndirectValue.html',1,'llama::internal']]], + ['isboundedarray_886',['IsBoundedArray',['../structllama_1_1internal_1_1IsBoundedArray.html',1,'llama::internal']]], + ['isboundedarray_3c_20t_5bn_5d_3e_887',['IsBoundedArray< T[N]>',['../structllama_1_1internal_1_1IsBoundedArray_3_01T_0fN_0e_4.html',1,'llama::internal']]], + ['iscomputed_888',['IsComputed',['../structllama_1_1internal_1_1IsComputed.html',1,'llama::internal']]], + ['iscomputed_3c_20mapping_2c_20recordcoord_2c_20std_3a_3avoid_5ft_3c_20decltype_28mapping_3a_3aiscomputed_28recordcoord_7b_7d_29_29_3e_20_3e_889',['IsComputed< Mapping, RecordCoord, std::void_t< decltype(Mapping::isComputed(RecordCoord{}))> >',['../structllama_1_1internal_1_1IsComputed_3_01Mapping_00_01RecordCoord_00_01std_1_1void__t_3_01declt31ec39d02aa75d5ea3308109fe018112.html',1,'llama::internal']]], + ['isconstant_890',['IsConstant',['../structllama_1_1internal_1_1IsConstant.html',1,'llama::internal']]], + ['isconstant_3c_20std_3a_3aintegral_5fconstant_3c_20t_2c_20v_20_3e_20_3e_891',['IsConstant< std::integral_constant< T, V > >',['../structllama_1_1internal_1_1IsConstant_3_01std_1_1integral__constant_3_01T_00_01V_01_4_01_4.html',1,'llama::internal']]], + ['isproxyreferenceimpl_892',['IsProxyReferenceImpl',['../structllama_1_1internal_1_1IsProxyReferenceImpl.html',1,'llama::internal']]], + ['isproxyreferenceimpl_3c_20r_2c_20std_3a_3avoid_5ft_3c_20typename_20r_3a_3avalue_5ftype_2c_20decltype_28static_5fcast_3c_20typename_20r_3a_3avalue_5ftype_20_3e_28std_3a_3adeclval_3c_20r_20_26_20_3e_28_29_29_29_2c_20decltype_28std_3a_3adeclval_3c_20r_20_26_20_3e_28_29_3dstd_3a_3adeclval_3c_20typename_20r_3a_3avalue_5ftype_20_3e_28_29_29_3e_20_3e_893',['IsProxyReferenceImpl< R, std::void_t< typename R::value_type, decltype(static_cast< typename R::value_type >(std::declval< R & >())), decltype(std::declval< R & >()=std::declval< typename R::value_type >())> >',['../structllama_1_1internal_1_1IsProxyReferenceImpl_3_01R_00_01std_1_1void__t_3_01typename_01R_1_1vaf29d5bd88afd76084d03518114f19340.html',1,'llama::internal']]], + ['iterator_894',['Iterator',['../structllama_1_1Iterator.html',1,'llama']]] ]; diff --git a/search/classes_8.js b/search/classes_8.js index 026d863d51..6610159b1d 100644 --- a/search/classes_8.js +++ b/search/classes_8.js @@ -1,15 +1,15 @@ var searchData= [ - ['leaf_893',['Leaf',['../structllama_1_1mapping_1_1tree_1_1Leaf.html',1,'llama::mapping::tree']]], - ['leafonlyrt_894',['LeafOnlyRT',['../structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html',1,'llama::mapping::tree::functor']]], - ['leafrecordcoordsimpl_895',['LeafRecordCoordsImpl',['../structllama_1_1internal_1_1LeafRecordCoordsImpl.html',1,'llama::internal']]], - ['leafrecordcoordsimpl_3c_20child_5bn_5d_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_896',['LeafRecordCoordsImpl< Child[N], RecordCoord< RCs... > >',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::internal']]], - ['leafrecordcoordsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_897',['LeafRecordCoordsImpl< Record< Fields... >, RecordCoord< RCs... > >',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::internal']]], - ['leafrecordcoordsimpl_3c_20t_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_898',['LeafRecordCoordsImpl< T, RecordCoord< RCs... > >',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::internal']]], - ['linearizearrayindexleft_899',['LinearizeArrayIndexLeft',['../structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html',1,'llama::mapping']]], - ['linearizearrayindexmorton_900',['LinearizeArrayIndexMorton',['../structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html',1,'llama::mapping']]], - ['linearizearrayindexright_901',['LinearizeArrayIndexRight',['../structllama_1_1mapping_1_1LinearizeArrayIndexRight.html',1,'llama::mapping']]], - ['loader_902',['Loader',['../structllama_1_1RecordRef_1_1Loader.html',1,'llama::RecordRef']]], - ['loaderconst_903',['LoaderConst',['../structllama_1_1RecordRef_1_1LoaderConst.html',1,'llama::RecordRef']]], - ['locked_904',['Locked',['../structllama_1_1accessor_1_1Locked.html',1,'llama::accessor']]] + ['leaf_895',['Leaf',['../structllama_1_1mapping_1_1tree_1_1Leaf.html',1,'llama::mapping::tree']]], + ['leafonlyrt_896',['LeafOnlyRT',['../structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html',1,'llama::mapping::tree::functor']]], + ['leafrecordcoordsimpl_897',['LeafRecordCoordsImpl',['../structllama_1_1internal_1_1LeafRecordCoordsImpl.html',1,'llama::internal']]], + ['leafrecordcoordsimpl_3c_20child_5bn_5d_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_898',['LeafRecordCoordsImpl< Child[N], RecordCoord< RCs... > >',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::internal']]], + ['leafrecordcoordsimpl_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_899',['LeafRecordCoordsImpl< Record< Fields... >, RecordCoord< RCs... > >',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::internal']]], + ['leafrecordcoordsimpl_3c_20t_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_900',['LeafRecordCoordsImpl< T, RecordCoord< RCs... > >',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::internal']]], + ['linearizearrayindexleft_901',['LinearizeArrayIndexLeft',['../structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html',1,'llama::mapping']]], + ['linearizearrayindexmorton_902',['LinearizeArrayIndexMorton',['../structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html',1,'llama::mapping']]], + ['linearizearrayindexright_903',['LinearizeArrayIndexRight',['../structllama_1_1mapping_1_1LinearizeArrayIndexRight.html',1,'llama::mapping']]], + ['loader_904',['Loader',['../structllama_1_1RecordRef_1_1Loader.html',1,'llama::RecordRef']]], + ['loaderconst_905',['LoaderConst',['../structllama_1_1RecordRef_1_1LoaderConst.html',1,'llama::RecordRef']]], + ['locked_906',['Locked',['../structllama_1_1accessor_1_1Locked.html',1,'llama::accessor']]] ]; diff --git a/search/classes_9.js b/search/classes_9.js index 607f38cc24..986965d87a 100644 --- a/search/classes_9.js +++ b/search/classes_9.js @@ -1,19 +1,19 @@ var searchData= [ - ['makepasssecond_905',['MakePassSecond',['../structllama_1_1internal_1_1MakePassSecond.html',1,'llama::internal']]], - ['makeprojectionpair_906',['MakeProjectionPair',['../structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html',1,'llama::mapping::internal']]], - ['makereplacerproj_907',['MakeReplacerProj',['../structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html',1,'llama::mapping::internal']]], - ['mapping_908',['Mapping',['../structllama_1_1mapping_1_1tree_1_1Mapping.html',1,'llama::mapping::tree']]], - ['mappingbase_909',['MappingBase',['../structllama_1_1mapping_1_1MappingBase.html',1,'llama::mapping']]], - ['mergefunctors_910',['MergeFunctors',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html',1,'llama::mapping::tree::internal']]], - ['mergefunctors_3c_20basictree_2c_20treeoperationlist_20_3e_911',['MergeFunctors< BasicTree, TreeOperationList >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html',1,'llama::mapping::tree::internal']]], - ['mergefunctors_3c_20resulttree_2c_20mp_5fdrop_5fc_3c_20llama_3a_3atuple_3c_20operations_2e_2e_2e_20_3e_2c_201_20_3e_20_3e_912',['MergeFunctors< ResultTree, mp_drop_c< llama::Tuple< Operations... >, 1 > >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html',1,'llama::mapping::tree::internal']]], - ['mergefunctors_3c_20tree_2c_20tuple_3c_20operations_2e_2e_2e_20_3e_20_3e_913',['MergeFunctors< Tree, Tuple< Operations... > >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html',1,'llama::mapping::tree::internal']]], - ['mergefunctors_3c_20tree_2c_20tuple_3c_3e_20_3e_914',['MergeFunctors< Tree, Tuple<> >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html',1,'llama::mapping::tree::internal']]], - ['minusassign_915',['MinusAssign',['../structllama_1_1internal_1_1MinusAssign.html',1,'llama::internal']]], - ['moduloassign_916',['ModuloAssign',['../structllama_1_1internal_1_1ModuloAssign.html',1,'llama::internal']]], - ['movertdown_917',['MoveRTDown',['../structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html',1,'llama::mapping::tree::functor']]], - ['mp_5funwrap_5fvalues_5finto_5fimpl_918',['mp_unwrap_values_into_impl',['../structllama_1_1internal_1_1mp__unwrap__values__into__impl.html',1,'llama::internal']]], - ['mp_5funwrap_5fvalues_5finto_5fimpl_3c_20fromlist_3c_20values_2e_2e_2e_20_3e_2c_20tolist_20_3e_919',['mp_unwrap_values_into_impl< FromList< Values... >, ToList >',['../structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4.html',1,'llama::internal']]], - ['multiplyassign_920',['MultiplyAssign',['../structllama_1_1internal_1_1MultiplyAssign.html',1,'llama::internal']]] + ['makepasssecond_907',['MakePassSecond',['../structllama_1_1internal_1_1MakePassSecond.html',1,'llama::internal']]], + ['makeprojectionpair_908',['MakeProjectionPair',['../structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html',1,'llama::mapping::internal']]], + ['makereplacerproj_909',['MakeReplacerProj',['../structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html',1,'llama::mapping::internal']]], + ['mapping_910',['Mapping',['../structllama_1_1mapping_1_1tree_1_1Mapping.html',1,'llama::mapping::tree']]], + ['mappingbase_911',['MappingBase',['../structllama_1_1mapping_1_1MappingBase.html',1,'llama::mapping']]], + ['mergefunctors_912',['MergeFunctors',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html',1,'llama::mapping::tree::internal']]], + ['mergefunctors_3c_20basictree_2c_20treeoperationlist_20_3e_913',['MergeFunctors< BasicTree, TreeOperationList >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html',1,'llama::mapping::tree::internal']]], + ['mergefunctors_3c_20resulttree_2c_20mp_5fdrop_5fc_3c_20llama_3a_3atuple_3c_20operations_2e_2e_2e_20_3e_2c_201_20_3e_20_3e_914',['MergeFunctors< ResultTree, mp_drop_c< llama::Tuple< Operations... >, 1 > >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html',1,'llama::mapping::tree::internal']]], + ['mergefunctors_3c_20tree_2c_20tuple_3c_20operations_2e_2e_2e_20_3e_20_3e_915',['MergeFunctors< Tree, Tuple< Operations... > >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html',1,'llama::mapping::tree::internal']]], + ['mergefunctors_3c_20tree_2c_20tuple_3c_3e_20_3e_916',['MergeFunctors< Tree, Tuple<> >',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html',1,'llama::mapping::tree::internal']]], + ['minusassign_917',['MinusAssign',['../structllama_1_1internal_1_1MinusAssign.html',1,'llama::internal']]], + ['moduloassign_918',['ModuloAssign',['../structllama_1_1internal_1_1ModuloAssign.html',1,'llama::internal']]], + ['movertdown_919',['MoveRTDown',['../structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html',1,'llama::mapping::tree::functor']]], + ['mp_5funwrap_5fvalues_5finto_5fimpl_920',['mp_unwrap_values_into_impl',['../structllama_1_1internal_1_1mp__unwrap__values__into__impl.html',1,'llama::internal']]], + ['mp_5funwrap_5fvalues_5finto_5fimpl_3c_20fromlist_3c_20values_2e_2e_2e_20_3e_2c_20tolist_20_3e_921',['mp_unwrap_values_into_impl< FromList< Values... >, ToList >',['../structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4.html',1,'llama::internal']]], + ['multiplyassign_922',['MultiplyAssign',['../structllama_1_1internal_1_1MultiplyAssign.html',1,'llama::internal']]] ]; diff --git a/search/classes_a.js b/search/classes_a.js index 1599098b81..3f435be417 100644 --- a/search/classes_a.js +++ b/search/classes_a.js @@ -1,8 +1,8 @@ var searchData= [ - ['node_921',['Node',['../structllama_1_1mapping_1_1tree_1_1Node.html',1,'llama::mapping::tree']]], - ['noname_922',['NoName',['../structllama_1_1NoName.html',1,'llama']]], - ['nrandoffset_923',['NrAndOffset',['../structllama_1_1NrAndOffset.html',1,'llama']]], - ['null_924',['Null',['../structllama_1_1mapping_1_1Null.html',1,'llama::mapping']]], - ['nullreference_925',['NullReference',['../structllama_1_1mapping_1_1internal_1_1NullReference.html',1,'llama::mapping::internal']]] + ['node_923',['Node',['../structllama_1_1mapping_1_1tree_1_1Node.html',1,'llama::mapping::tree']]], + ['noname_924',['NoName',['../structllama_1_1NoName.html',1,'llama']]], + ['nrandoffset_925',['NrAndOffset',['../structllama_1_1NrAndOffset.html',1,'llama']]], + ['null_926',['Null',['../structllama_1_1mapping_1_1Null.html',1,'llama::mapping']]], + ['nullreference_927',['NullReference',['../structllama_1_1mapping_1_1internal_1_1NullReference.html',1,'llama::mapping::internal']]] ]; diff --git a/search/classes_b.js b/search/classes_b.js index bd4b0fd99a..02be680143 100644 --- a/search/classes_b.js +++ b/search/classes_b.js @@ -1,4 +1,4 @@ var searchData= [ - ['one_926',['One',['../structllama_1_1mapping_1_1One.html',1,'llama::mapping']]] + ['one_928',['One',['../structllama_1_1mapping_1_1One.html',1,'llama::mapping']]] ]; diff --git a/search/classes_c.js b/search/classes_c.js index 6c411b168a..7c36627621 100644 --- a/search/classes_c.js +++ b/search/classes_c.js @@ -1,23 +1,23 @@ var searchData= [ - ['partitionfoldopimpl_927',['PartitionFoldOpImpl',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html',1,'llama::mapping::internal']]], - ['permutearrayindex_928',['PermuteArrayIndex',['../structllama_1_1mapping_1_1PermuteArrayIndex.html',1,'llama::mapping']]], - ['permutefieldsinorder_929',['PermuteFieldsInOrder',['../structllama_1_1mapping_1_1PermuteFieldsInOrder.html',1,'llama::mapping']]], - ['permutefieldssorted_930',['PermuteFieldsSorted',['../structllama_1_1mapping_1_1PermuteFieldsSorted.html',1,'llama::mapping']]], - ['plusassign_931',['PlusAssign',['../structllama_1_1internal_1_1PlusAssign.html',1,'llama::internal']]], - ['prettysize_932',['PrettySize',['../structllama_1_1PrettySize.html',1,'llama']]], - ['projection_933',['Projection',['../structllama_1_1mapping_1_1Projection.html',1,'llama::mapping']]], - ['projection_3c_20arrayextents_2c_20recorddim_2c_20innermapping_2c_20internal_3a_3amakebyteswapprojectionmap_3c_20recorddim_20_3e_20_3e_934',['Projection< ArrayExtents, RecordDim, InnerMapping, internal::MakeByteswapProjectionMap< RecordDim > >',['../structllama_1_1mapping_1_1Projection.html',1,'llama::mapping']]], - ['projection_3c_20arrayextents_2c_20recorddim_2c_20innermapping_2c_20internal_3a_3amakeprojectionmap_3c_20recorddim_2c_20replacementmap_20_3e_20_3e_935',['Projection< ArrayExtents, RecordDim, InnerMapping, internal::MakeProjectionMap< RecordDim, ReplacementMap > >',['../structllama_1_1mapping_1_1Projection.html',1,'llama::mapping']]], - ['projectionreference_936',['ProjectionReference',['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html',1,'llama::mapping::internal']]], - ['proxyrefopmixin_937',['ProxyRefOpMixin',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20bitpackedfloatref_3c_20float_2c_20storedintegralcv_2c_20vhexp_2c_20vhman_2c_20sizetype_20_3e_2c_20float_20_3e_938',['ProxyRefOpMixin< BitPackedFloatRef< Float, StoredIntegralCV, VHExp, VHMan, SizeType >, Float >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20bitpackedintref_3c_20integral_2c_20storedintegralcv_2c_20vhbits_2c_20sizetype_2c_20signbit_20_3e_2c_20integral_20_3e_939',['ProxyRefOpMixin< BitPackedIntRef< Integral, StoredIntegralCV, VHBits, SizeType, SignBit >, Integral >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20fieldaccesscountreference_3c_20value_2c_20ref_2c_20count_20_3e_2c_20value_20_3e_940',['ProxyRefOpMixin< FieldAccessCountReference< Value, Ref, Count >, Value >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20nullreference_3c_20t_20_3e_2c_20t_20_3e_941',['ProxyRefOpMixin< NullReference< T >, T >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20projectionreference_3c_20reference_2c_20projection_20_3e_2c_20decltype_28projection_3a_3aload_28std_3a_3adeclval_3c_20reference_20_3e_28_29_29_29_3e_942',['ProxyRefOpMixin< ProjectionReference< Reference, Projection >, decltype(Projection::load(std::declval< Reference >()))>',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20reference_3c_20rc_2c_20blobarray_20_3e_2c_20gettype_3c_20trecorddim_2c_20rc_20_3e_20_3e_943',['ProxyRefOpMixin< Reference< RC, BlobArray >, GetType< TRecordDim, RC > >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20reference_3c_20ref_20_3e_2c_20ref_3a_3avalue_5ftype_20_3e_944',['ProxyRefOpMixin< Reference< Ref >, Ref::value_type >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20reference_3c_20ref_2c_20value_20_3e_2c_20value_20_3e_945',['ProxyRefOpMixin< Reference< Ref, Value >, Value >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], - ['proxyrefopmixin_3c_20scopedupdate_3c_20reference_20_3e_2c_20internal_3a_3avalueof_3c_20reference_20_3e_3a_3atype_20_3e_946',['ProxyRefOpMixin< ScopedUpdate< Reference >, internal::ValueOf< Reference >::type >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]] + ['partitionfoldopimpl_929',['PartitionFoldOpImpl',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html',1,'llama::mapping::internal']]], + ['permutearrayindex_930',['PermuteArrayIndex',['../structllama_1_1mapping_1_1PermuteArrayIndex.html',1,'llama::mapping']]], + ['permutefieldsinorder_931',['PermuteFieldsInOrder',['../structllama_1_1mapping_1_1PermuteFieldsInOrder.html',1,'llama::mapping']]], + ['permutefieldssorted_932',['PermuteFieldsSorted',['../structllama_1_1mapping_1_1PermuteFieldsSorted.html',1,'llama::mapping']]], + ['plusassign_933',['PlusAssign',['../structllama_1_1internal_1_1PlusAssign.html',1,'llama::internal']]], + ['prettysize_934',['PrettySize',['../structllama_1_1PrettySize.html',1,'llama']]], + ['projection_935',['Projection',['../structllama_1_1mapping_1_1Projection.html',1,'llama::mapping']]], + ['projection_3c_20arrayextents_2c_20recorddim_2c_20innermapping_2c_20internal_3a_3amakebyteswapprojectionmap_3c_20recorddim_20_3e_20_3e_936',['Projection< ArrayExtents, RecordDim, InnerMapping, internal::MakeByteswapProjectionMap< RecordDim > >',['../structllama_1_1mapping_1_1Projection.html',1,'llama::mapping']]], + ['projection_3c_20arrayextents_2c_20recorddim_2c_20innermapping_2c_20internal_3a_3amakeprojectionmap_3c_20recorddim_2c_20replacementmap_20_3e_20_3e_937',['Projection< ArrayExtents, RecordDim, InnerMapping, internal::MakeProjectionMap< RecordDim, ReplacementMap > >',['../structllama_1_1mapping_1_1Projection.html',1,'llama::mapping']]], + ['projectionreference_938',['ProjectionReference',['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html',1,'llama::mapping::internal']]], + ['proxyrefopmixin_939',['ProxyRefOpMixin',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20bitpackedfloatref_3c_20float_2c_20storedintegralcv_2c_20vhexp_2c_20vhman_2c_20sizetype_20_3e_2c_20float_20_3e_940',['ProxyRefOpMixin< BitPackedFloatRef< Float, StoredIntegralCV, VHExp, VHMan, SizeType >, Float >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20bitpackedintref_3c_20integral_2c_20storedintegralcv_2c_20vhbits_2c_20sizetype_2c_20signbit_20_3e_2c_20integral_20_3e_941',['ProxyRefOpMixin< BitPackedIntRef< Integral, StoredIntegralCV, VHBits, SizeType, SignBit >, Integral >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20fieldaccesscountreference_3c_20value_2c_20ref_2c_20count_20_3e_2c_20value_20_3e_942',['ProxyRefOpMixin< FieldAccessCountReference< Value, Ref, Count >, Value >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20nullreference_3c_20t_20_3e_2c_20t_20_3e_943',['ProxyRefOpMixin< NullReference< T >, T >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20projectionreference_3c_20reference_2c_20projection_20_3e_2c_20decltype_28projection_3a_3aload_28std_3a_3adeclval_3c_20reference_20_3e_28_29_29_29_3e_944',['ProxyRefOpMixin< ProjectionReference< Reference, Projection >, decltype(Projection::load(std::declval< Reference >()))>',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20reference_3c_20rc_2c_20blobarray_20_3e_2c_20gettype_3c_20trecorddim_2c_20rc_20_3e_20_3e_945',['ProxyRefOpMixin< Reference< RC, BlobArray >, GetType< TRecordDim, RC > >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20reference_3c_20ref_20_3e_2c_20ref_3a_3avalue_5ftype_20_3e_946',['ProxyRefOpMixin< Reference< Ref >, Ref::value_type >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20reference_3c_20ref_2c_20value_20_3e_2c_20value_20_3e_947',['ProxyRefOpMixin< Reference< Ref, Value >, Value >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]], + ['proxyrefopmixin_3c_20scopedupdate_3c_20reference_20_3e_2c_20internal_3a_3avalueof_3c_20reference_20_3e_3a_3atype_20_3e_948',['ProxyRefOpMixin< ScopedUpdate< Reference >, internal::ValueOf< Reference >::type >',['../structllama_1_1ProxyRefOpMixin.html',1,'llama']]] ]; diff --git a/search/classes_d.js b/search/classes_d.js index 1f923eb194..759ba95f48 100644 --- a/search/classes_d.js +++ b/search/classes_d.js @@ -1,19 +1,19 @@ var searchData= [ - ['rebind_947',['rebind',['../structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind.html',1,'llama::bloballoc::AlignedAllocator']]], - ['record_948',['Record',['../structllama_1_1Record.html',1,'llama']]], - ['recordcoord_949',['RecordCoord',['../structllama_1_1RecordCoord.html',1,'llama']]], - ['recordcoord_3c_3e_950',['RecordCoord<>',['../structllama_1_1RecordCoord_3_4.html',1,'llama']]], - ['recordref_951',['RecordRef',['../structllama_1_1RecordRef.html',1,'llama']]], - ['reference_952',['Reference',['../structllama_1_1accessor_1_1Const_1_1Reference.html',1,'llama::accessor::Const::Reference< Ref >'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html',1,'llama::accessor::Locked< Mutex >::Reference< Ref, Value >'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html',1,'llama::mapping::Bytesplit< TArrayExtents, TRecordDim, InnerMapping >::Reference< RC, BlobArray >']]], - ['referenceto_953',['ReferenceTo',['../structllama_1_1internal_1_1ReferenceTo.html',1,'llama::internal']]], - ['referenceto_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isproxyreference_3c_20t_20_3e_20_3e_20_3e_954',['ReferenceTo< T, std::enable_if_t< isProxyReference< T > > >',['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html',1,'llama::internal']]], - ['referenceto_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isrecordref_3c_20t_20_3e_20_26_26_21isone_3c_20t_20_3e_20_3e_20_3e_955',['ReferenceTo< T, std::enable_if_t< isRecordRef< T > &&!isOne< T > > >',['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_8c16ab8a221dc30e1372285c3494e8f7.html',1,'llama::internal']]], - ['replaceplaceholdersimpl_956',['ReplacePlaceholdersImpl',['../structllama_1_1internal_1_1ReplacePlaceholdersImpl.html',1,'llama::internal']]], - ['replaceplaceholdersimpl_3c_20e_3c_20ts_2e_2e_2e_20_3e_2c_20args_2e_2e_2e_20_3e_957',['ReplacePlaceholdersImpl< E< Ts... >, Args... >',['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4.html',1,'llama::internal']]], - ['replaceplaceholdersimpl_3c_20mp_5farg_3c_20i_20_3e_2c_20args_2e_2e_2e_20_3e_958',['ReplacePlaceholdersImpl< mp_arg< I >, Args... >',['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4.html',1,'llama::internal']]], - ['replacetaglistsbycoords_959',['ReplaceTagListsByCoords',['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords.html',1,'llama::mapping::internal']]], - ['replacetaglistsbycoords_3c_20recorddim_2c_20mp_5flist_3c_20args_2e_2e_2e_20_3e_20_3e_960',['ReplaceTagListsByCoords< RecordDim, mp_list< Args... > >',['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html',1,'llama::mapping::internal']]], - ['replacetaglistsbycoords_3c_20recorddim_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_961',['ReplaceTagListsByCoords< RecordDim, RecordCoord< RCs... > >',['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::mapping::internal']]], - ['restrict_962',['Restrict',['../structllama_1_1accessor_1_1Restrict.html',1,'llama::accessor']]] + ['rebind_949',['rebind',['../structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind.html',1,'llama::bloballoc::AlignedAllocator']]], + ['record_950',['Record',['../structllama_1_1Record.html',1,'llama']]], + ['recordcoord_951',['RecordCoord',['../structllama_1_1RecordCoord.html',1,'llama']]], + ['recordcoord_3c_3e_952',['RecordCoord<>',['../structllama_1_1RecordCoord_3_4.html',1,'llama']]], + ['recordref_953',['RecordRef',['../structllama_1_1RecordRef.html',1,'llama']]], + ['reference_954',['Reference',['../structllama_1_1accessor_1_1Const_1_1Reference.html',1,'llama::accessor::Const::Reference< Ref >'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html',1,'llama::accessor::Locked< Mutex >::Reference< Ref, Value >'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html',1,'llama::mapping::Bytesplit< TArrayExtents, TRecordDim, InnerMapping >::Reference< RC, BlobArray >']]], + ['referenceto_955',['ReferenceTo',['../structllama_1_1internal_1_1ReferenceTo.html',1,'llama::internal']]], + ['referenceto_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isproxyreference_3c_20t_20_3e_20_3e_20_3e_956',['ReferenceTo< T, std::enable_if_t< isProxyReference< T > > >',['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html',1,'llama::internal']]], + ['referenceto_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20isrecordref_3c_20t_20_3e_20_26_26_21isone_3c_20t_20_3e_20_3e_20_3e_957',['ReferenceTo< T, std::enable_if_t< isRecordRef< T > &&!isOne< T > > >',['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_8c16ab8a221dc30e1372285c3494e8f7.html',1,'llama::internal']]], + ['replaceplaceholdersimpl_958',['ReplacePlaceholdersImpl',['../structllama_1_1internal_1_1ReplacePlaceholdersImpl.html',1,'llama::internal']]], + ['replaceplaceholdersimpl_3c_20e_3c_20ts_2e_2e_2e_20_3e_2c_20args_2e_2e_2e_20_3e_959',['ReplacePlaceholdersImpl< E< Ts... >, Args... >',['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4.html',1,'llama::internal']]], + ['replaceplaceholdersimpl_3c_20mp_5farg_3c_20i_20_3e_2c_20args_2e_2e_2e_20_3e_960',['ReplacePlaceholdersImpl< mp_arg< I >, Args... >',['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4.html',1,'llama::internal']]], + ['replacetaglistsbycoords_961',['ReplaceTagListsByCoords',['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords.html',1,'llama::mapping::internal']]], + ['replacetaglistsbycoords_3c_20recorddim_2c_20mp_5flist_3c_20args_2e_2e_2e_20_3e_20_3e_962',['ReplaceTagListsByCoords< RecordDim, mp_list< Args... > >',['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html',1,'llama::mapping::internal']]], + ['replacetaglistsbycoords_3c_20recorddim_2c_20recordcoord_3c_20rcs_2e_2e_2e_20_3e_20_3e_963',['ReplaceTagListsByCoords< RecordDim, RecordCoord< RCs... > >',['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html',1,'llama::mapping::internal']]], + ['restrict_964',['Restrict',['../structllama_1_1accessor_1_1Restrict.html',1,'llama::accessor']]] ]; diff --git a/search/classes_e.js b/search/classes_e.js index 7bdc8bf1a8..dfb6751326 100644 --- a/search/classes_e.js +++ b/search/classes_e.js @@ -1,21 +1,21 @@ var searchData= [ - ['s_963',['S',['../structllama_1_1mapping_1_1internal_1_1S.html',1,'llama::mapping::internal']]], - ['scopedupdate_964',['ScopedUpdate',['../structllama_1_1ScopedUpdate.html',1,'llama']]], - ['scopedupdate_3c_20reference_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5ffundamental_5fv_3c_20typename_20internal_3a_3avalueof_3c_20reference_20_3e_3a_3atype_20_3e_20_3e_20_3e_965',['ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >',['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html',1,'llama']]], - ['sharedptr_966',['SharedPtr',['../structllama_1_1bloballoc_1_1SharedPtr.html',1,'llama::bloballoc']]], - ['simdizenimpl_967',['SimdizeNImpl',['../structllama_1_1internal_1_1SimdizeNImpl.html',1,'llama::internal']]], - ['simdizenimpl_3c_20recorddim_2c_201_2c_20makesizedsimd_20_3e_968',['SimdizeNImpl< RecordDim, 1, MakeSizedSimd >',['../structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4.html',1,'llama::internal']]], - ['simdtraits_969',['SimdTraits',['../structllama_1_1SimdTraits.html',1,'llama']]], - ['simdtraits_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5farithmetic_5fv_3c_20t_20_3e_20_3e_20_3e_970',['SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >',['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html',1,'llama']]], - ['sizeequalto_971',['SizeEqualTo',['../structllama_1_1internal_1_1SizeEqualTo.html',1,'llama::internal']]], - ['soa_972',['SoA',['../structllama_1_1mapping_1_1SoA.html',1,'llama::mapping']]], - ['split_973',['Split',['../structllama_1_1mapping_1_1Split.html',1,'llama::mapping']]], - ['stacked_974',['Stacked',['../structllama_1_1accessor_1_1Stacked.html',1,'llama::accessor']]], - ['stacked_3c_20firstaccessor_2c_20moreaccessors_2e_2e_2e_20_3e_975',['Stacked< FirstAccessor, MoreAccessors... >',['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html',1,'llama::accessor']]], - ['stacked_3c_20moreaccessors_2e_2e_2e_20_3e_976',['Stacked< MoreAccessors... >',['../structllama_1_1accessor_1_1Stacked.html',1,'llama::accessor']]], - ['stackedleave_977',['StackedLeave',['../structllama_1_1accessor_1_1internal_1_1StackedLeave.html',1,'llama::accessor::internal']]], - ['stackedleave_3c_200_2c_20default_20_3e_978',['StackedLeave< 0, Default >',['../structllama_1_1accessor_1_1internal_1_1StackedLeave.html',1,'llama::accessor::internal']]], - ['stackedleave_3c_201_2bsizeof_2e_2e_2e_28moreaccessors_29_2c_20firstaccessor_20_3e_979',['StackedLeave< 1+sizeof...(MoreAccessors), FirstAccessor >',['../structllama_1_1accessor_1_1internal_1_1StackedLeave.html',1,'llama::accessor::internal']]], - ['subview_980',['SubView',['../structllama_1_1SubView.html',1,'llama']]] + ['s_965',['S',['../structllama_1_1mapping_1_1internal_1_1S.html',1,'llama::mapping::internal']]], + ['scopedupdate_966',['ScopedUpdate',['../structllama_1_1ScopedUpdate.html',1,'llama']]], + ['scopedupdate_3c_20reference_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5ffundamental_5fv_3c_20typename_20internal_3a_3avalueof_3c_20reference_20_3e_3a_3atype_20_3e_20_3e_20_3e_967',['ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >',['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html',1,'llama']]], + ['sharedptr_968',['SharedPtr',['../structllama_1_1bloballoc_1_1SharedPtr.html',1,'llama::bloballoc']]], + ['simdizenimpl_969',['SimdizeNImpl',['../structllama_1_1internal_1_1SimdizeNImpl.html',1,'llama::internal']]], + ['simdizenimpl_3c_20recorddim_2c_201_2c_20makesizedsimd_20_3e_970',['SimdizeNImpl< RecordDim, 1, MakeSizedSimd >',['../structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4.html',1,'llama::internal']]], + ['simdtraits_971',['SimdTraits',['../structllama_1_1SimdTraits.html',1,'llama']]], + ['simdtraits_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5farithmetic_5fv_3c_20t_20_3e_20_3e_20_3e_972',['SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >',['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html',1,'llama']]], + ['sizeequalto_973',['SizeEqualTo',['../structllama_1_1internal_1_1SizeEqualTo.html',1,'llama::internal']]], + ['soa_974',['SoA',['../structllama_1_1mapping_1_1SoA.html',1,'llama::mapping']]], + ['split_975',['Split',['../structllama_1_1mapping_1_1Split.html',1,'llama::mapping']]], + ['stacked_976',['Stacked',['../structllama_1_1accessor_1_1Stacked.html',1,'llama::accessor']]], + ['stacked_3c_20firstaccessor_2c_20moreaccessors_2e_2e_2e_20_3e_977',['Stacked< FirstAccessor, MoreAccessors... >',['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html',1,'llama::accessor']]], + ['stacked_3c_20moreaccessors_2e_2e_2e_20_3e_978',['Stacked< MoreAccessors... >',['../structllama_1_1accessor_1_1Stacked.html',1,'llama::accessor']]], + ['stackedleave_979',['StackedLeave',['../structllama_1_1accessor_1_1internal_1_1StackedLeave.html',1,'llama::accessor::internal']]], + ['stackedleave_3c_200_2c_20default_20_3e_980',['StackedLeave< 0, Default >',['../structllama_1_1accessor_1_1internal_1_1StackedLeave.html',1,'llama::accessor::internal']]], + ['stackedleave_3c_201_2bsizeof_2e_2e_2e_28moreaccessors_29_2c_20firstaccessor_20_3e_981',['StackedLeave< 1+sizeof...(MoreAccessors), FirstAccessor >',['../structllama_1_1accessor_1_1internal_1_1StackedLeave.html',1,'llama::accessor::internal']]], + ['subview_982',['SubView',['../structllama_1_1SubView.html',1,'llama']]] ]; diff --git a/search/classes_f.js b/search/classes_f.js index 84fc04cece..d842d057e5 100644 --- a/search/classes_f.js +++ b/search/classes_f.js @@ -1,25 +1,25 @@ var searchData= [ - ['totalbytes_981',['TotalBytes',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html',1,'llama::mapping::FieldAccessCount::FieldHitsArray']]], - ['transformleaveswithcoordimpl_982',['TransformLeavesWithCoordImpl',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl.html',1,'llama::internal']]], - ['transformleaveswithcoordimpl_3c_20recordcoord_3c_20is_2e_2e_2e_20_3e_2c_20child_5bn_5d_2c_20typefunctor_20_3e_983',['TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html',1,'llama::internal']]], - ['transformleaveswithcoordimpl_3c_20recordcoord_3c_20is_2e_2e_2e_20_3e_2c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20typefunctor_20_3e_984',['TransformLeavesWithCoordImpl< RecordCoord< Is... >, Record< Fields... >, TypeFunctor >',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html',1,'llama::internal']]], - ['treecoordelement_985',['TreeCoordElement',['../structllama_1_1mapping_1_1tree_1_1TreeCoordElement.html',1,'llama::mapping::tree']]], - ['tuple_986',['Tuple',['../structllama_1_1Tuple.html',1,'llama']]], - ['tuple_3c_20restelements_2e_2e_2e_20_3e_987',['Tuple< RestElements... >',['../structllama_1_1Tuple.html',1,'llama']]], - ['tuple_3c_20tfirstelement_2c_20restelements_2e_2e_2e_20_3e_988',['Tuple< TFirstElement, RestElements... >',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html',1,'llama']]], - ['tuple_5felement_3c_20i_2c_20const_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_989',['tuple_element< I, const llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20i_2c_20llama_3a_3aarray_3c_20t_2c_20n_20_3e_20_3e_990',['tuple_element< I, llama::Array< T, N > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20i_2c_20llama_3a_3aarrayextents_3c_20sizetype_2c_20sizes_2e_2e_2e_20_3e_20_3e_991',['tuple_element< I, llama::ArrayExtents< SizeType, Sizes... > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20i_2c_20llama_3a_3aarrayindex_3c_20v_2c_20n_20_3e_20_3e_992',['tuple_element< I, llama::ArrayIndex< V, N > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20i_2c_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_993',['tuple_element< I, llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20i_2c_20llama_3a_3atuple_3c_20elements_2e_2e_2e_20_3e_20_3e_994',['tuple_element< I, llama::Tuple< Elements... > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20llama_3a_3aarray_3c_20t_2c_20n_20_3e_20_3e_995',['tuple_size< llama::Array< T, N > >',['../structstd_1_1tuple__size_3_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20llama_3a_3aarrayextents_3c_20sizetype_2c_20sizes_2e_2e_2e_20_3e_20_3e_996',['tuple_size< llama::ArrayExtents< SizeType, Sizes... > >',['../structstd_1_1tuple__size_3_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20llama_3a_3aarrayindex_3c_20v_2c_20n_20_3e_20_3e_997',['tuple_size< llama::ArrayIndex< V, N > >',['../structstd_1_1tuple__size_3_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_998',['tuple_size< llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1tuple__size_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20llama_3a_3atuple_3c_20elements_2e_2e_2e_20_3e_20_3e_999',['tuple_size< llama::Tuple< Elements... > >',['../structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html',1,'std']]], - ['tupleleaf_1000',['TupleLeaf',['../structllama_1_1internal_1_1TupleLeaf.html',1,'llama::internal']]], - ['tupleleaf_3c_201_2bsizeof_2e_2e_2e_28restelements_29_2c_20tfirstelement_20_3e_1001',['TupleLeaf< 1+sizeof...(RestElements), TFirstElement >',['../structllama_1_1internal_1_1TupleLeaf.html',1,'llama::internal']]], - ['tupleleaf_3c_20i_2c_20t_2c_20true_20_3e_1002',['TupleLeaf< I, T, true >',['../structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html',1,'llama::internal']]] + ['totalbytes_983',['TotalBytes',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html',1,'llama::mapping::FieldAccessCount::FieldHitsArray']]], + ['transformleaveswithcoordimpl_984',['TransformLeavesWithCoordImpl',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl.html',1,'llama::internal']]], + ['transformleaveswithcoordimpl_3c_20recordcoord_3c_20is_2e_2e_2e_20_3e_2c_20child_5bn_5d_2c_20typefunctor_20_3e_985',['TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html',1,'llama::internal']]], + ['transformleaveswithcoordimpl_3c_20recordcoord_3c_20is_2e_2e_2e_20_3e_2c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20typefunctor_20_3e_986',['TransformLeavesWithCoordImpl< RecordCoord< Is... >, Record< Fields... >, TypeFunctor >',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html',1,'llama::internal']]], + ['treecoordelement_987',['TreeCoordElement',['../structllama_1_1mapping_1_1tree_1_1TreeCoordElement.html',1,'llama::mapping::tree']]], + ['tuple_988',['Tuple',['../structllama_1_1Tuple.html',1,'llama']]], + ['tuple_3c_20restelements_2e_2e_2e_20_3e_989',['Tuple< RestElements... >',['../structllama_1_1Tuple.html',1,'llama']]], + ['tuple_3c_20tfirstelement_2c_20restelements_2e_2e_2e_20_3e_990',['Tuple< TFirstElement, RestElements... >',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html',1,'llama']]], + ['tuple_5felement_3c_20i_2c_20const_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_991',['tuple_element< I, const llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20i_2c_20llama_3a_3aarray_3c_20t_2c_20n_20_3e_20_3e_992',['tuple_element< I, llama::Array< T, N > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20i_2c_20llama_3a_3aarrayextents_3c_20sizetype_2c_20sizes_2e_2e_2e_20_3e_20_3e_993',['tuple_element< I, llama::ArrayExtents< SizeType, Sizes... > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20i_2c_20llama_3a_3aarrayindex_3c_20v_2c_20n_20_3e_20_3e_994',['tuple_element< I, llama::ArrayIndex< V, N > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20i_2c_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_995',['tuple_element< I, llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20i_2c_20llama_3a_3atuple_3c_20elements_2e_2e_2e_20_3e_20_3e_996',['tuple_element< I, llama::Tuple< Elements... > >',['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20llama_3a_3aarray_3c_20t_2c_20n_20_3e_20_3e_997',['tuple_size< llama::Array< T, N > >',['../structstd_1_1tuple__size_3_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20llama_3a_3aarrayextents_3c_20sizetype_2c_20sizes_2e_2e_2e_20_3e_20_3e_998',['tuple_size< llama::ArrayExtents< SizeType, Sizes... > >',['../structstd_1_1tuple__size_3_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20llama_3a_3aarrayindex_3c_20v_2c_20n_20_3e_20_3e_999',['tuple_size< llama::ArrayIndex< V, N > >',['../structstd_1_1tuple__size_3_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20llama_3a_3arecordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_1000',['tuple_size< llama::RecordRef< View, BoundRecordCoord, OwnView > >',['../structstd_1_1tuple__size_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20llama_3a_3atuple_3c_20elements_2e_2e_2e_20_3e_20_3e_1001',['tuple_size< llama::Tuple< Elements... > >',['../structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html',1,'std']]], + ['tupleleaf_1002',['TupleLeaf',['../structllama_1_1internal_1_1TupleLeaf.html',1,'llama::internal']]], + ['tupleleaf_3c_201_2bsizeof_2e_2e_2e_28restelements_29_2c_20tfirstelement_20_3e_1003',['TupleLeaf< 1+sizeof...(RestElements), TFirstElement >',['../structllama_1_1internal_1_1TupleLeaf.html',1,'llama::internal']]], + ['tupleleaf_3c_20i_2c_20t_2c_20true_20_3e_1004',['TupleLeaf< I, T, true >',['../structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html',1,'llama::internal']]] ]; diff --git a/search/defines_0.js b/search/defines_0.js index ed4cda926c..1e789210c7 100644 --- a/search/defines_0.js +++ b/search/defines_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['can_5fuse_5franges_1591',['CAN_USE_RANGES',['../macros_8hpp.html#a46ce794a2a02ddc4a84b9119b5f66ab8',1,'macros.hpp']]] + ['can_5fuse_5franges_1595',['CAN_USE_RANGES',['../macros_8hpp.html#a46ce794a2a02ddc4a84b9119b5f66ab8',1,'macros.hpp']]] ]; diff --git a/search/defines_1.js b/search/defines_1.js index 9056386cb7..27af7885c8 100644 --- a/search/defines_1.js +++ b/search/defines_1.js @@ -1,24 +1,24 @@ var searchData= [ - ['llama_5facc_1592',['LLAMA_ACC',['../macros_8hpp.html#acdb51ba3bd1bda9d71de13d3a092d50a',1,'macros.hpp']]], - ['llama_5fbegin_5fsuppress_5fhost_5fdevice_5fwarning_1593',['LLAMA_BEGIN_SUPPRESS_HOST_DEVICE_WARNING',['../macros_8hpp.html#a721a8877e1c29f2118eb4c2cb84bae66',1,'macros.hpp']]], - ['llama_5fconsteval_1594',['LLAMA_CONSTEVAL',['../macros_8hpp.html#ac52095b6b237dbc727a93f91dba623b2',1,'macros.hpp']]], - ['llama_5fcopy_1595',['LLAMA_COPY',['../macros_8hpp.html#a2c7addf59d59bed9110075644e115f97',1,'macros.hpp']]], - ['llama_5fdeclspec_5fempty_5fbases_1596',['LLAMA_DECLSPEC_EMPTY_BASES',['../macros_8hpp.html#a54cf6c1e66eb82c07a01b945491e4916',1,'macros.hpp']]], - ['llama_5fend_5fsuppress_5fhost_5fdevice_5fwarning_1597',['LLAMA_END_SUPPRESS_HOST_DEVICE_WARNING',['../macros_8hpp.html#af7008057667ae5357a49f28a175743bf',1,'macros.hpp']]], - ['llama_5fexport_1598',['LLAMA_EXPORT',['../macros_8hpp.html#a331ec86158a0a6dd5c81714f9766eae1',1,'macros.hpp']]], - ['llama_5ffn_5fhost_5facc_5finline_1599',['LLAMA_FN_HOST_ACC_INLINE',['../macros_8hpp.html#adad0b5fb27fb373cb41c47ed7ab419af',1,'macros.hpp']]], - ['llama_5fforce_5finline_1600',['LLAMA_FORCE_INLINE',['../macros_8hpp.html#a602fc531cfc17c6b8fadea678b7c937b',1,'macros.hpp']]], - ['llama_5fhost_5facc_1601',['LLAMA_HOST_ACC',['../macros_8hpp.html#a0df9a6bf4db1561110a18783a7276900',1,'macros.hpp']]], - ['llama_5findependent_5fdata_1602',['LLAMA_INDEPENDENT_DATA',['../macros_8hpp.html#aa201f5c2567527b34eae5fbdab0e2416',1,'macros.hpp']]], - ['llama_5flambda_5finline_1603',['LLAMA_LAMBDA_INLINE',['../macros_8hpp.html#a5a40ca12db507af3cf9cbff655513aca',1,'macros.hpp']]], - ['llama_5flambda_5finline_5fwith_5fspecifiers_1604',['LLAMA_LAMBDA_INLINE_WITH_SPECIFIERS',['../macros_8hpp.html#a4721c0034a032224eb82625124525689',1,'macros.hpp']]], - ['llama_5flikely_1605',['LLAMA_LIKELY',['../macros_8hpp.html#adcdd898f3fba9da3e28d988c57c9cbdd',1,'macros.hpp']]], - ['llama_5fpragma_1606',['LLAMA_PRAGMA',['../macros_8hpp.html#a4de57f00925e4094739efa778cc4fe05',1,'macros.hpp']]], - ['llama_5fsuppress_5fhost_5fdevice_5fwarning_1607',['LLAMA_SUPPRESS_HOST_DEVICE_WARNING',['../macros_8hpp.html#abe08b7d43a4670c1332a03f52d6010ac',1,'macros.hpp']]], - ['llama_5funlikely_1608',['LLAMA_UNLIKELY',['../macros_8hpp.html#a00cc5cd2c6d364291992fbd5bbc4771f',1,'macros.hpp']]], - ['llama_5funroll_1609',['LLAMA_UNROLL',['../macros_8hpp.html#aeedb6e6e72a46dc4496c0b684c14d5bd',1,'macros.hpp']]], - ['llama_5fversion_5fmajor_1610',['LLAMA_VERSION_MAJOR',['../llama_8hpp.html#a8e2c37e852e6877edf8e3e9d9e2de8f3',1,'llama.hpp']]], - ['llama_5fversion_5fminor_1611',['LLAMA_VERSION_MINOR',['../llama_8hpp.html#ad0bc6386ccc31c0274eb0337c1c8192b',1,'llama.hpp']]], - ['llama_5fversion_5fpatch_1612',['LLAMA_VERSION_PATCH',['../llama_8hpp.html#a9cc4298783dc19b00d12972c3ef45ba7',1,'llama.hpp']]] + ['llama_5facc_1596',['LLAMA_ACC',['../macros_8hpp.html#acdb51ba3bd1bda9d71de13d3a092d50a',1,'macros.hpp']]], + ['llama_5fbegin_5fsuppress_5fhost_5fdevice_5fwarning_1597',['LLAMA_BEGIN_SUPPRESS_HOST_DEVICE_WARNING',['../macros_8hpp.html#a721a8877e1c29f2118eb4c2cb84bae66',1,'macros.hpp']]], + ['llama_5fconsteval_1598',['LLAMA_CONSTEVAL',['../macros_8hpp.html#ac52095b6b237dbc727a93f91dba623b2',1,'macros.hpp']]], + ['llama_5fcopy_1599',['LLAMA_COPY',['../macros_8hpp.html#a2c7addf59d59bed9110075644e115f97',1,'macros.hpp']]], + ['llama_5fdeclspec_5fempty_5fbases_1600',['LLAMA_DECLSPEC_EMPTY_BASES',['../macros_8hpp.html#a54cf6c1e66eb82c07a01b945491e4916',1,'macros.hpp']]], + ['llama_5fend_5fsuppress_5fhost_5fdevice_5fwarning_1601',['LLAMA_END_SUPPRESS_HOST_DEVICE_WARNING',['../macros_8hpp.html#af7008057667ae5357a49f28a175743bf',1,'macros.hpp']]], + ['llama_5fexport_1602',['LLAMA_EXPORT',['../macros_8hpp.html#a331ec86158a0a6dd5c81714f9766eae1',1,'macros.hpp']]], + ['llama_5ffn_5fhost_5facc_5finline_1603',['LLAMA_FN_HOST_ACC_INLINE',['../macros_8hpp.html#adad0b5fb27fb373cb41c47ed7ab419af',1,'macros.hpp']]], + ['llama_5fforce_5finline_1604',['LLAMA_FORCE_INLINE',['../macros_8hpp.html#a602fc531cfc17c6b8fadea678b7c937b',1,'macros.hpp']]], + ['llama_5fhost_5facc_1605',['LLAMA_HOST_ACC',['../macros_8hpp.html#a0df9a6bf4db1561110a18783a7276900',1,'macros.hpp']]], + ['llama_5findependent_5fdata_1606',['LLAMA_INDEPENDENT_DATA',['../macros_8hpp.html#aa201f5c2567527b34eae5fbdab0e2416',1,'macros.hpp']]], + ['llama_5flambda_5finline_1607',['LLAMA_LAMBDA_INLINE',['../macros_8hpp.html#a5a40ca12db507af3cf9cbff655513aca',1,'macros.hpp']]], + ['llama_5flambda_5finline_5fwith_5fspecifiers_1608',['LLAMA_LAMBDA_INLINE_WITH_SPECIFIERS',['../macros_8hpp.html#a4721c0034a032224eb82625124525689',1,'macros.hpp']]], + ['llama_5flikely_1609',['LLAMA_LIKELY',['../macros_8hpp.html#adcdd898f3fba9da3e28d988c57c9cbdd',1,'macros.hpp']]], + ['llama_5fpragma_1610',['LLAMA_PRAGMA',['../macros_8hpp.html#a4de57f00925e4094739efa778cc4fe05',1,'macros.hpp']]], + ['llama_5fsuppress_5fhost_5fdevice_5fwarning_1611',['LLAMA_SUPPRESS_HOST_DEVICE_WARNING',['../macros_8hpp.html#abe08b7d43a4670c1332a03f52d6010ac',1,'macros.hpp']]], + ['llama_5funlikely_1612',['LLAMA_UNLIKELY',['../macros_8hpp.html#a00cc5cd2c6d364291992fbd5bbc4771f',1,'macros.hpp']]], + ['llama_5funroll_1613',['LLAMA_UNROLL',['../macros_8hpp.html#aeedb6e6e72a46dc4496c0b684c14d5bd',1,'macros.hpp']]], + ['llama_5fversion_5fmajor_1614',['LLAMA_VERSION_MAJOR',['../llama_8hpp.html#a8e2c37e852e6877edf8e3e9d9e2de8f3',1,'llama.hpp']]], + ['llama_5fversion_5fminor_1615',['LLAMA_VERSION_MINOR',['../llama_8hpp.html#ad0bc6386ccc31c0274eb0337c1c8192b',1,'llama.hpp']]], + ['llama_5fversion_5fpatch_1616',['LLAMA_VERSION_PATCH',['../llama_8hpp.html#a9cc4298783dc19b00d12972c3ef45ba7',1,'llama.hpp']]] ]; diff --git a/search/enums_0.js b/search/enums_0.js index 6f6d88becf..50fb064223 100644 --- a/search/enums_0.js +++ b/search/enums_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['blobs_1565',['Blobs',['../namespacellama_1_1mapping.html#a79bb2d70c1866c3090d5810dd0c92cb3',1,'llama::mapping']]] + ['blobs_1569',['Blobs',['../namespacellama_1_1mapping.html#a79bb2d70c1866c3090d5810dd0c92cb3',1,'llama::mapping']]] ]; diff --git a/search/enums_1.js b/search/enums_1.js index 9047275f59..d693a18446 100644 --- a/search/enums_1.js +++ b/search/enums_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['fieldalignment_1566',['FieldAlignment',['../namespacellama_1_1mapping.html#aeead2d9c8929b8c0aff18aad054a0710',1,'llama::mapping']]] + ['fieldalignment_1570',['FieldAlignment',['../namespacellama_1_1mapping.html#aeead2d9c8929b8c0aff18aad054a0710',1,'llama::mapping']]] ]; diff --git a/search/enums_2.js b/search/enums_2.js index 2467a0c232..4368e4284a 100644 --- a/search/enums_2.js +++ b/search/enums_2.js @@ -1,5 +1,5 @@ var searchData= [ - ['signbit_1567',['SignBit',['../namespacellama_1_1mapping.html#a839eb914ca2bc41f5db9ca6e016b18f9',1,'llama::mapping']]], - ['subarrayalignment_1568',['SubArrayAlignment',['../namespacellama_1_1mapping.html#abf047d4798871c30b501074a70374086',1,'llama::mapping']]] + ['signbit_1571',['SignBit',['../namespacellama_1_1mapping.html#a839eb914ca2bc41f5db9ca6e016b18f9',1,'llama::mapping']]], + ['subarrayalignment_1572',['SubArrayAlignment',['../namespacellama_1_1mapping.html#abf047d4798871c30b501074a70374086',1,'llama::mapping']]] ]; diff --git a/search/enumvalues_0.js b/search/enumvalues_0.js index da3899b385..eb81f042ea 100644 --- a/search/enumvalues_0.js +++ b/search/enumvalues_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['align_1569',['Align',['../namespacellama_1_1mapping.html#aeead2d9c8929b8c0aff18aad054a0710ad12fbc9a2ba3b0b91a4190959b4c966b',1,'llama::mapping::Align()'],['../namespacellama_1_1mapping.html#abf047d4798871c30b501074a70374086ad12fbc9a2ba3b0b91a4190959b4c966b',1,'llama::mapping::Align()']]] + ['align_1573',['Align',['../namespacellama_1_1mapping.html#aeead2d9c8929b8c0aff18aad054a0710ad12fbc9a2ba3b0b91a4190959b4c966b',1,'llama::mapping::Align()'],['../namespacellama_1_1mapping.html#abf047d4798871c30b501074a70374086ad12fbc9a2ba3b0b91a4190959b4c966b',1,'llama::mapping::Align()']]] ]; diff --git a/search/enumvalues_1.js b/search/enumvalues_1.js index d09d194458..456fa679d3 100644 --- a/search/enumvalues_1.js +++ b/search/enumvalues_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['discard_1570',['Discard',['../namespacellama_1_1mapping.html#a839eb914ca2bc41f5db9ca6e016b18f9ad94b42030b9785fd754d5c1754961269',1,'llama::mapping']]] + ['discard_1574',['Discard',['../namespacellama_1_1mapping.html#a839eb914ca2bc41f5db9ca6e016b18f9ad94b42030b9785fd754d5c1754961269',1,'llama::mapping']]] ]; diff --git a/search/enumvalues_2.js b/search/enumvalues_2.js index 20fd0b54b7..3020f82115 100644 --- a/search/enumvalues_2.js +++ b/search/enumvalues_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['keep_1571',['Keep',['../namespacellama_1_1mapping.html#a839eb914ca2bc41f5db9ca6e016b18f9a02bce93bff905887ad2233110bf9c49e',1,'llama::mapping']]] + ['keep_1575',['Keep',['../namespacellama_1_1mapping.html#a839eb914ca2bc41f5db9ca6e016b18f9a02bce93bff905887ad2233110bf9c49e',1,'llama::mapping']]] ]; diff --git a/search/enumvalues_3.js b/search/enumvalues_3.js index 8cbe1d5716..892f296ed5 100644 --- a/search/enumvalues_3.js +++ b/search/enumvalues_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['oneperfield_1572',['OnePerField',['../namespacellama_1_1mapping.html#a79bb2d70c1866c3090d5810dd0c92cb3aa8d7ca911df4c0991253a7aaaa4e3708',1,'llama::mapping']]] + ['oneperfield_1576',['OnePerField',['../namespacellama_1_1mapping.html#a79bb2d70c1866c3090d5810dd0c92cb3aa8d7ca911df4c0991253a7aaaa4e3708',1,'llama::mapping']]] ]; diff --git a/search/enumvalues_4.js b/search/enumvalues_4.js index 2566ce9830..a13a8e163c 100644 --- a/search/enumvalues_4.js +++ b/search/enumvalues_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['pack_1573',['Pack',['../namespacellama_1_1mapping.html#aeead2d9c8929b8c0aff18aad054a0710a4492081ca02b059f9e8af4ddaf0f7292',1,'llama::mapping::Pack()'],['../namespacellama_1_1mapping.html#abf047d4798871c30b501074a70374086a4492081ca02b059f9e8af4ddaf0f7292',1,'llama::mapping::Pack()']]] + ['pack_1577',['Pack',['../namespacellama_1_1mapping.html#aeead2d9c8929b8c0aff18aad054a0710a4492081ca02b059f9e8af4ddaf0f7292',1,'llama::mapping::Pack()'],['../namespacellama_1_1mapping.html#abf047d4798871c30b501074a70374086a4492081ca02b059f9e8af4ddaf0f7292',1,'llama::mapping::Pack()']]] ]; diff --git a/search/enumvalues_5.js b/search/enumvalues_5.js index b80679d7ff..27c1a2eef3 100644 --- a/search/enumvalues_5.js +++ b/search/enumvalues_5.js @@ -1,4 +1,4 @@ var searchData= [ - ['single_1574',['Single',['../namespacellama_1_1mapping.html#a79bb2d70c1866c3090d5810dd0c92cb3a66ba162102bbf6ae31b522aec561735e',1,'llama::mapping']]] + ['single_1578',['Single',['../namespacellama_1_1mapping.html#a79bb2d70c1866c3090d5810dd0c92cb3a66ba162102bbf6ae31b522aec561735e',1,'llama::mapping']]] ]; diff --git a/search/files_0.js b/search/files_0.js index 2564c20b41..22929574c7 100644 --- a/search/files_0.js +++ b/search/files_0.js @@ -1,9 +1,9 @@ var searchData= [ - ['accessors_2ehpp_1024',['Accessors.hpp',['../Accessors_8hpp.html',1,'']]], - ['aos_2ehpp_1025',['AoS.hpp',['../AoS_8hpp.html',1,'']]], - ['aosoa_2ehpp_1026',['AoSoA.hpp',['../AoSoA_8hpp.html',1,'']]], - ['array_2ehpp_1027',['Array.hpp',['../Array_8hpp.html',1,'']]], - ['arrayextents_2ehpp_1028',['ArrayExtents.hpp',['../ArrayExtents_8hpp.html',1,'']]], - ['arrayindexrange_2ehpp_1029',['ArrayIndexRange.hpp',['../ArrayIndexRange_8hpp.html',1,'']]] + ['accessors_2ehpp_1026',['Accessors.hpp',['../Accessors_8hpp.html',1,'']]], + ['aos_2ehpp_1027',['AoS.hpp',['../AoS_8hpp.html',1,'']]], + ['aosoa_2ehpp_1028',['AoSoA.hpp',['../AoSoA_8hpp.html',1,'']]], + ['array_2ehpp_1029',['Array.hpp',['../Array_8hpp.html',1,'']]], + ['arrayextents_2ehpp_1030',['ArrayExtents.hpp',['../ArrayExtents_8hpp.html',1,'']]], + ['arrayindexrange_2ehpp_1031',['ArrayIndexRange.hpp',['../ArrayIndexRange_8hpp.html',1,'']]] ]; diff --git a/search/files_1.js b/search/files_1.js index 272a887d9a..71024ad00a 100644 --- a/search/files_1.js +++ b/search/files_1.js @@ -1,8 +1,8 @@ var searchData= [ - ['bitpackedfloat_2ehpp_1030',['BitPackedFloat.hpp',['../BitPackedFloat_8hpp.html',1,'']]], - ['bitpackedint_2ehpp_1031',['BitPackedInt.hpp',['../BitPackedInt_8hpp.html',1,'']]], - ['bloballocators_2ehpp_1032',['BlobAllocators.hpp',['../BlobAllocators_8hpp.html',1,'']]], - ['bytesplit_2ehpp_1033',['Bytesplit.hpp',['../Bytesplit_8hpp.html',1,'']]], - ['byteswap_2ehpp_1034',['Byteswap.hpp',['../Byteswap_8hpp.html',1,'']]] + ['bitpackedfloat_2ehpp_1032',['BitPackedFloat.hpp',['../BitPackedFloat_8hpp.html',1,'']]], + ['bitpackedint_2ehpp_1033',['BitPackedInt.hpp',['../BitPackedInt_8hpp.html',1,'']]], + ['bloballocators_2ehpp_1034',['BlobAllocators.hpp',['../BlobAllocators_8hpp.html',1,'']]], + ['bytesplit_2ehpp_1035',['Bytesplit.hpp',['../Bytesplit_8hpp.html',1,'']]], + ['byteswap_2ehpp_1036',['Byteswap.hpp',['../Byteswap_8hpp.html',1,'']]] ]; diff --git a/search/files_2.js b/search/files_2.js index 59f8873687..ea615e7d8a 100644 --- a/search/files_2.js +++ b/search/files_2.js @@ -1,8 +1,8 @@ var searchData= [ - ['changetype_2ehpp_1035',['ChangeType.hpp',['../ChangeType_8hpp.html',1,'']]], - ['common_2ehpp_1036',['Common.hpp',['../Common_8hpp.html',1,'']]], - ['concepts_2ehpp_1037',['Concepts.hpp',['../Concepts_8hpp.html',1,'']]], - ['copy_2ehpp_1038',['Copy.hpp',['../Copy_8hpp.html',1,'']]], - ['core_2ehpp_1039',['Core.hpp',['../Core_8hpp.html',1,'']]] + ['changetype_2ehpp_1037',['ChangeType.hpp',['../ChangeType_8hpp.html',1,'']]], + ['common_2ehpp_1038',['Common.hpp',['../Common_8hpp.html',1,'']]], + ['concepts_2ehpp_1039',['Concepts.hpp',['../Concepts_8hpp.html',1,'']]], + ['copy_2ehpp_1040',['Copy.hpp',['../Copy_8hpp.html',1,'']]], + ['core_2ehpp_1041',['Core.hpp',['../Core_8hpp.html',1,'']]] ]; diff --git a/search/files_3.js b/search/files_3.js index fa683daa58..122223d707 100644 --- a/search/files_3.js +++ b/search/files_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['dumpmapping_2ehpp_1040',['DumpMapping.hpp',['../DumpMapping_8hpp.html',1,'']]] + ['dumpmapping_2ehpp_1042',['DumpMapping.hpp',['../DumpMapping_8hpp.html',1,'']]] ]; diff --git a/search/files_4.js b/search/files_4.js index 8e74b4babd..4c66240bda 100644 --- a/search/files_4.js +++ b/search/files_4.js @@ -1,5 +1,5 @@ var searchData= [ - ['fieldaccesscount_2ehpp_1041',['FieldAccessCount.hpp',['../FieldAccessCount_8hpp.html',1,'']]], - ['functors_2ehpp_1042',['Functors.hpp',['../Functors_8hpp.html',1,'']]] + ['fieldaccesscount_2ehpp_1043',['FieldAccessCount.hpp',['../FieldAccessCount_8hpp.html',1,'']]], + ['functors_2ehpp_1044',['Functors.hpp',['../Functors_8hpp.html',1,'']]] ]; diff --git a/search/files_5.js b/search/files_5.js index 02076b1368..6124628893 100644 --- a/search/files_5.js +++ b/search/files_5.js @@ -1,4 +1,4 @@ var searchData= [ - ['heatmap_2ehpp_1043',['Heatmap.hpp',['../Heatmap_8hpp.html',1,'']]] + ['heatmap_2ehpp_1045',['Heatmap.hpp',['../Heatmap_8hpp.html',1,'']]] ]; diff --git a/search/files_6.js b/search/files_6.js index 708dbd9763..59d8151acf 100644 --- a/search/files_6.js +++ b/search/files_6.js @@ -1,4 +1,4 @@ var searchData= [ - ['llama_2ehpp_1044',['llama.hpp',['../llama_8hpp.html',1,'']]] + ['llama_2ehpp_1046',['llama.hpp',['../llama_8hpp.html',1,'']]] ]; diff --git a/search/files_7.js b/search/files_7.js index 03ebdd4da4..7d502cba00 100644 --- a/search/files_7.js +++ b/search/files_7.js @@ -1,6 +1,6 @@ var searchData= [ - ['macros_2ehpp_1045',['macros.hpp',['../macros_8hpp.html',1,'']]], - ['mapping_2ehpp_1046',['Mapping.hpp',['../Mapping_8hpp.html',1,'']]], - ['meta_2ehpp_1047',['Meta.hpp',['../Meta_8hpp.html',1,'']]] + ['macros_2ehpp_1047',['macros.hpp',['../macros_8hpp.html',1,'']]], + ['mapping_2ehpp_1048',['Mapping.hpp',['../Mapping_8hpp.html',1,'']]], + ['meta_2ehpp_1049',['Meta.hpp',['../Meta_8hpp.html',1,'']]] ]; diff --git a/search/files_8.js b/search/files_8.js index a3f2ed07cd..c4ea45632d 100644 --- a/search/files_8.js +++ b/search/files_8.js @@ -1,4 +1,4 @@ var searchData= [ - ['null_2ehpp_1048',['Null.hpp',['../Null_8hpp.html',1,'']]] + ['null_2ehpp_1050',['Null.hpp',['../Null_8hpp.html',1,'']]] ]; diff --git a/search/files_9.js b/search/files_9.js index 97948628c6..86d2a1bb7a 100644 --- a/search/files_9.js +++ b/search/files_9.js @@ -1,4 +1,4 @@ var searchData= [ - ['one_2ehpp_1049',['One.hpp',['../One_8hpp.html',1,'']]] + ['one_2ehpp_1051',['One.hpp',['../One_8hpp.html',1,'']]] ]; diff --git a/search/files_a.js b/search/files_a.js index 5f43855f84..01c4d9ae88 100644 --- a/search/files_a.js +++ b/search/files_a.js @@ -1,7 +1,7 @@ var searchData= [ - ['permutearrayindex_2ehpp_1050',['PermuteArrayIndex.hpp',['../PermuteArrayIndex_8hpp.html',1,'']]], - ['projection_2ehpp_1051',['Projection.hpp',['../Projection_8hpp.html',1,'']]], - ['proofs_2ehpp_1052',['Proofs.hpp',['../Proofs_8hpp.html',1,'']]], - ['proxyrefopmixin_2ehpp_1053',['ProxyRefOpMixin.hpp',['../ProxyRefOpMixin_8hpp.html',1,'']]] + ['permutearrayindex_2ehpp_1052',['PermuteArrayIndex.hpp',['../PermuteArrayIndex_8hpp.html',1,'']]], + ['projection_2ehpp_1053',['Projection.hpp',['../Projection_8hpp.html',1,'']]], + ['proofs_2ehpp_1054',['Proofs.hpp',['../Proofs_8hpp.html',1,'']]], + ['proxyrefopmixin_2ehpp_1055',['ProxyRefOpMixin.hpp',['../ProxyRefOpMixin_8hpp.html',1,'']]] ]; diff --git a/search/files_b.js b/search/files_b.js index 59be531d2e..9bbda106f5 100644 --- a/search/files_b.js +++ b/search/files_b.js @@ -1,5 +1,5 @@ var searchData= [ - ['recordcoord_2ehpp_1054',['RecordCoord.hpp',['../RecordCoord_8hpp.html',1,'']]], - ['recordref_2ehpp_1055',['RecordRef.hpp',['../RecordRef_8hpp.html',1,'']]] + ['recordcoord_2ehpp_1056',['RecordCoord.hpp',['../RecordCoord_8hpp.html',1,'']]], + ['recordref_2ehpp_1057',['RecordRef.hpp',['../RecordRef_8hpp.html',1,'']]] ]; diff --git a/search/files_c.js b/search/files_c.js index c579795304..24b53abf70 100644 --- a/search/files_c.js +++ b/search/files_c.js @@ -1,7 +1,7 @@ var searchData= [ - ['simd_2ehpp_1056',['Simd.hpp',['../Simd_8hpp.html',1,'']]], - ['soa_2ehpp_1057',['SoA.hpp',['../SoA_8hpp.html',1,'']]], - ['split_2ehpp_1058',['Split.hpp',['../Split_8hpp.html',1,'']]], - ['structname_2ehpp_1059',['StructName.hpp',['../StructName_8hpp.html',1,'']]] + ['simd_2ehpp_1058',['Simd.hpp',['../Simd_8hpp.html',1,'']]], + ['soa_2ehpp_1059',['SoA.hpp',['../SoA_8hpp.html',1,'']]], + ['split_2ehpp_1060',['Split.hpp',['../Split_8hpp.html',1,'']]], + ['structname_2ehpp_1061',['StructName.hpp',['../StructName_8hpp.html',1,'']]] ]; diff --git a/search/files_d.js b/search/files_d.js index 9470492f9b..843175b471 100644 --- a/search/files_d.js +++ b/search/files_d.js @@ -1,6 +1,6 @@ var searchData= [ - ['tostring_2ehpp_1060',['toString.hpp',['../toString_8hpp.html',1,'']]], - ['treefromdimensions_2ehpp_1061',['TreeFromDimensions.hpp',['../TreeFromDimensions_8hpp.html',1,'']]], - ['tuple_2ehpp_1062',['Tuple.hpp',['../Tuple_8hpp.html',1,'']]] + ['tostring_2ehpp_1062',['toString.hpp',['../toString_8hpp.html',1,'']]], + ['treefromdimensions_2ehpp_1063',['TreeFromDimensions.hpp',['../TreeFromDimensions_8hpp.html',1,'']]], + ['tuple_2ehpp_1064',['Tuple.hpp',['../Tuple_8hpp.html',1,'']]] ]; diff --git a/search/files_e.js b/search/files_e.js index fca5040690..6f54992bf8 100644 --- a/search/files_e.js +++ b/search/files_e.js @@ -1,5 +1,5 @@ var searchData= [ - ['vector_2ehpp_1063',['Vector.hpp',['../Vector_8hpp.html',1,'']]], - ['view_2ehpp_1064',['View.hpp',['../View_8hpp.html',1,'']]] + ['vector_2ehpp_1065',['Vector.hpp',['../Vector_8hpp.html',1,'']]], + ['view_2ehpp_1066',['View.hpp',['../View_8hpp.html',1,'']]] ]; diff --git a/search/functions_0.js b/search/functions_0.js index 3061c44de2..45cf6fc4ab 100644 --- a/search/functions_0.js +++ b/search/functions_0.js @@ -1,32 +1,32 @@ var searchData= [ - ['accessor_1065',['accessor',['../structllama_1_1View.html#a91123eb8b6a1081bee3ec06a6457b64c',1,'llama::View::accessor()'],['../structllama_1_1SubView.html#a8aef2c5a7e128bbc93ec199cb9e2b8d1',1,'llama::SubView::accessor() -> Accessor &'],['../structllama_1_1SubView.html#a11f00deb7131b1d544d7ac1b7ccc008b',1,'llama::SubView::accessor() const -> const Accessor &'],['../structllama_1_1View.html#a97b7ae30e104e9b9aa3701b4958b4a4e',1,'llama::View::accessor()']]], - ['alignedallocator_1066',['AlignedAllocator',['../structllama_1_1bloballoc_1_1AlignedAllocator.html#afc1b74be5b9bec25c966fe343f0aa235',1,'llama::bloballoc::AlignedAllocator::AlignedAllocator() noexcept=default'],['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a273f8879906816c32b54382bc0858bad',1,'llama::bloballoc::AlignedAllocator::AlignedAllocator(const AlignedAllocator< T2, Alignment > &) noexcept']]], - ['allocate_1067',['allocate',['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a81dc20deb1d961e997070c14951cf2f3',1,'llama::bloballoc::AlignedAllocator']]], - ['allocbuf_1068',['allocBuf',['../namespacealpaka.html#a3ba7b08c7ab05f64c5b1e89f74d9c816',1,'alpaka']]], - ['allocview_1069',['allocView',['../namespacellama.html#a8e5d70e7cec0c305424ed3890c4cedc6',1,'llama']]], - ['allocviewstack_1070',['allocViewStack',['../namespacellama.html#a3750d27a7f8dd111fbe32dc769b44120',1,'llama']]], - ['allocviewstackuninitialized_1071',['allocViewStackUninitialized',['../namespacellama.html#a6b8a4632ab312dc849343500487296ab',1,'llama']]], - ['allocviewuninitialized_1072',['allocViewUninitialized',['../namespacellama.html#a1a76478259d35873449cc44e27dd5abc',1,'llama']]], - ['aos_1073',['AoS',['../namespacellama_1_1mapping.html#a965fada1523c268aed9e3588ebf57d7c',1,'llama::mapping']]], - ['aosoa_1074',['AoSoA',['../structllama_1_1mapping_1_1AoSoA.html#a212360d96e304d602ea507f9312f33c1',1,'llama::mapping::AoSoA::AoSoA()=default'],['../structllama_1_1mapping_1_1AoSoA.html#a97a59d566716720cf304f52c7cfcd0fd',1,'llama::mapping::AoSoA::AoSoA(TArrayExtents extents, TRecordDim={})']]], - ['aosoacommonblockcopy_1075',['aosoaCommonBlockCopy',['../namespacellama.html#abaefce711ff5d4566ea761ef08fab469',1,'llama']]], - ['areequal_1076',['areEqual',['../namespacellama_1_1internal.html#ad6320a13162da7c7c045674a49a741b4',1,'llama::internal']]], - ['array_1077',['Array',['../namespacellama.html#a690689d38b43930430e58bb7fe17aca7',1,'llama']]], - ['arrayextents_1078',['ArrayExtents',['../namespacellama.html#a3fccafcd85a44696a4d5e6659927b634',1,'llama']]], - ['arrayindex_1079',['ArrayIndex',['../namespacellama.html#a0d0fda5486eb5976f940a638f0cdd9d4',1,'llama']]], - ['arrayindex_1080',['arrayIndex',['../structllama_1_1RecordRef.html#ad2b6d1f9c041126b35f97c22ded60326',1,'llama::RecordRef']]], - ['arrayindexiterator_1081',['ArrayIndexIterator',['../structllama_1_1ArrayIndexIterator.html#ac67f35750e65a9d90af87a7195abbe68',1,'llama::ArrayIndexIterator::ArrayIndexIterator(ArrayExtents extents, value_type current) noexcept'],['../structllama_1_1ArrayIndexIterator.html#aee6a4c547b85d7ef4a8b95de6ebd6b07',1,'llama::ArrayIndexIterator::ArrayIndexIterator() noexcept=default']]], - ['arrayindexrange_1082',['ArrayIndexRange',['../structllama_1_1ArrayIndexRange.html#aa5af48e1e3d800158a648bc619c39ec6',1,'llama::ArrayIndexRange::ArrayIndexRange(ArrayExtents extents) noexcept'],['../structllama_1_1ArrayIndexRange.html#adb4a13f3b0f61525dc61117bebbe72d4',1,'llama::ArrayIndexRange::ArrayIndexRange() noexcept=default']]], - ['asflattuple_1083',['asFlatTuple',['../structllama_1_1RecordRef.html#ab077f9791b5239c3a72a8fdc63ef1ffa',1,'llama::RecordRef::asFlatTuple() const'],['../structllama_1_1RecordRef.html#a2283b5aa904175bf4565f7a15eecb56b',1,'llama::RecordRef::asFlatTuple()']]], - ['asflattupleimpl_1084',['asFlatTupleImpl',['../namespacellama_1_1internal.html#a5bc564bd20a51a629e2d16c07b29e8f3',1,'llama::internal::asFlatTupleImpl(ProxyReference &&leaf, T) -> std::tuple< ProxyReference >'],['../namespacellama_1_1internal.html#a32030a11ed41227d7c14d837f1778ec2',1,'llama::internal::asFlatTupleImpl(TWithOptionalConst &leaf, T) -> std::tuple< TWithOptionalConst & >'],['../namespacellama_1_1internal.html#a1c4645c16b714dadebd6372a6a521855',1,'llama::internal::asFlatTupleImpl(RecordRef &&vd, T(&&a)[N])'],['../namespacellama_1_1internal.html#ad1856157d9be25e5375111b804df7136',1,'llama::internal::asFlatTupleImpl(RecordRef &&vd, Record< Fields... >)']]], - ['asflattupleimplforarray_1085',['asFlatTupleImplForArray',['../namespacellama_1_1internal.html#a15a8a37491a6b1bba8aabe616efa6434',1,'llama::internal']]], - ['asserttrivialcopyable_1086',['assertTrivialCopyable',['../namespacellama_1_1internal.html#aafa8c3b0fd47fb8140b6b9aec0b61cb0',1,'llama::internal']]], - ['assigntupleelement_1087',['assignTupleElement',['../namespacellama_1_1internal.html#a4c3c4c631107b31f7b9a180b4a25dd40',1,'llama::internal']]], - ['assigntuples_1088',['assignTuples',['../namespacellama_1_1internal.html#aa9d9438bd5e2f96690a9a5af59f5ba93',1,'llama::internal']]], - ['astuple_1089',['asTuple',['../structllama_1_1RecordRef.html#abb91048bea97fc6da18e8d73d083591d',1,'llama::RecordRef::asTuple()'],['../structllama_1_1RecordRef.html#a4066c5d00be317c48d8117e199527db0',1,'llama::RecordRef::asTuple() const']]], - ['astupleimpl_1090',['asTupleImpl',['../namespacellama_1_1internal.html#a771e3206f84801cb13a0c35928fbd4dd',1,'llama::internal::asTupleImpl(RecordRef &&vd, Record< Fields... >)'],['../namespacellama_1_1internal.html#a066dd05be57445a48d062423d35f13d5',1,'llama::internal::asTupleImpl(TWithOptionalConst &leaf, T) -> std::reference_wrapper< TWithOptionalConst >'],['../namespacellama_1_1internal.html#ad3670188cd9e8b177d2301b4fcb4675c',1,'llama::internal::asTupleImpl(RecordRef &&vd, T(&&a)[N])'],['../namespacellama_1_1internal.html#a69b165830b6fa2bac13644758efcebbb',1,'llama::internal::asTupleImpl(ProxyReference &&leaf, T) -> ProxyReference']]], - ['astupleimplforarray_1091',['asTupleImplForArray',['../namespacellama_1_1internal.html#ae9ef49ea1689f89d7d751d8e68c40bd1',1,'llama::internal']]], - ['at_1092',['at',['../structllama_1_1Vector.html#a46db02d21b4217fda207a9671c1a87d0',1,'llama::Vector::at(size_type i) -> decltype(auto)'],['../structllama_1_1Vector.html#af94bf6e9af76095e724578db12a486bc',1,'llama::Vector::at(size_type i) const -> decltype(auto)']]], - ['atomicinc_1093',['atomicInc',['../namespacellama_1_1mapping_1_1internal.html#ace4293b90c407582ad96f531c05c19b5',1,'llama::mapping::internal']]] + ['accessor_1067',['accessor',['../structllama_1_1View.html#a91123eb8b6a1081bee3ec06a6457b64c',1,'llama::View::accessor()'],['../structllama_1_1SubView.html#a8aef2c5a7e128bbc93ec199cb9e2b8d1',1,'llama::SubView::accessor() -> Accessor &'],['../structllama_1_1SubView.html#a11f00deb7131b1d544d7ac1b7ccc008b',1,'llama::SubView::accessor() const -> const Accessor &'],['../structllama_1_1View.html#a97b7ae30e104e9b9aa3701b4958b4a4e',1,'llama::View::accessor()']]], + ['alignedallocator_1068',['AlignedAllocator',['../structllama_1_1bloballoc_1_1AlignedAllocator.html#afc1b74be5b9bec25c966fe343f0aa235',1,'llama::bloballoc::AlignedAllocator::AlignedAllocator() noexcept=default'],['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a273f8879906816c32b54382bc0858bad',1,'llama::bloballoc::AlignedAllocator::AlignedAllocator(const AlignedAllocator< T2, Alignment > &) noexcept']]], + ['allocate_1069',['allocate',['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a81dc20deb1d961e997070c14951cf2f3',1,'llama::bloballoc::AlignedAllocator']]], + ['allocbuf_1070',['allocBuf',['../namespacealpaka.html#a3ba7b08c7ab05f64c5b1e89f74d9c816',1,'alpaka']]], + ['allocview_1071',['allocView',['../namespacellama.html#a8e5d70e7cec0c305424ed3890c4cedc6',1,'llama']]], + ['allocviewstack_1072',['allocViewStack',['../namespacellama.html#a3750d27a7f8dd111fbe32dc769b44120',1,'llama']]], + ['allocviewstackuninitialized_1073',['allocViewStackUninitialized',['../namespacellama.html#a6b8a4632ab312dc849343500487296ab',1,'llama']]], + ['allocviewuninitialized_1074',['allocViewUninitialized',['../namespacellama.html#a1a76478259d35873449cc44e27dd5abc',1,'llama']]], + ['aos_1075',['AoS',['../namespacellama_1_1mapping.html#a965fada1523c268aed9e3588ebf57d7c',1,'llama::mapping']]], + ['aosoa_1076',['AoSoA',['../structllama_1_1mapping_1_1AoSoA.html#a212360d96e304d602ea507f9312f33c1',1,'llama::mapping::AoSoA::AoSoA()=default'],['../structllama_1_1mapping_1_1AoSoA.html#a97a59d566716720cf304f52c7cfcd0fd',1,'llama::mapping::AoSoA::AoSoA(TArrayExtents extents, TRecordDim={})']]], + ['aosoacommonblockcopy_1077',['aosoaCommonBlockCopy',['../namespacellama.html#abaefce711ff5d4566ea761ef08fab469',1,'llama']]], + ['areequal_1078',['areEqual',['../namespacellama_1_1internal.html#ad6320a13162da7c7c045674a49a741b4',1,'llama::internal']]], + ['array_1079',['Array',['../namespacellama.html#a690689d38b43930430e58bb7fe17aca7',1,'llama']]], + ['arrayextents_1080',['ArrayExtents',['../namespacellama.html#a3fccafcd85a44696a4d5e6659927b634',1,'llama']]], + ['arrayindex_1081',['ArrayIndex',['../namespacellama.html#a0d0fda5486eb5976f940a638f0cdd9d4',1,'llama']]], + ['arrayindex_1082',['arrayIndex',['../structllama_1_1RecordRef.html#ad2b6d1f9c041126b35f97c22ded60326',1,'llama::RecordRef']]], + ['arrayindexiterator_1083',['ArrayIndexIterator',['../structllama_1_1ArrayIndexIterator.html#ac67f35750e65a9d90af87a7195abbe68',1,'llama::ArrayIndexIterator::ArrayIndexIterator(ArrayExtents extents, value_type current) noexcept'],['../structllama_1_1ArrayIndexIterator.html#aee6a4c547b85d7ef4a8b95de6ebd6b07',1,'llama::ArrayIndexIterator::ArrayIndexIterator() noexcept=default']]], + ['arrayindexrange_1084',['ArrayIndexRange',['../structllama_1_1ArrayIndexRange.html#aa5af48e1e3d800158a648bc619c39ec6',1,'llama::ArrayIndexRange::ArrayIndexRange(ArrayExtents extents) noexcept'],['../structllama_1_1ArrayIndexRange.html#adb4a13f3b0f61525dc61117bebbe72d4',1,'llama::ArrayIndexRange::ArrayIndexRange() noexcept=default']]], + ['asflattuple_1085',['asFlatTuple',['../structllama_1_1RecordRef.html#ab077f9791b5239c3a72a8fdc63ef1ffa',1,'llama::RecordRef::asFlatTuple() const'],['../structllama_1_1RecordRef.html#a2283b5aa904175bf4565f7a15eecb56b',1,'llama::RecordRef::asFlatTuple()']]], + ['asflattupleimpl_1086',['asFlatTupleImpl',['../namespacellama_1_1internal.html#a5bc564bd20a51a629e2d16c07b29e8f3',1,'llama::internal::asFlatTupleImpl(ProxyReference &&leaf, T) -> std::tuple< ProxyReference >'],['../namespacellama_1_1internal.html#a32030a11ed41227d7c14d837f1778ec2',1,'llama::internal::asFlatTupleImpl(TWithOptionalConst &leaf, T) -> std::tuple< TWithOptionalConst & >'],['../namespacellama_1_1internal.html#a1c4645c16b714dadebd6372a6a521855',1,'llama::internal::asFlatTupleImpl(RecordRef &&vd, T(&&a)[N])'],['../namespacellama_1_1internal.html#ad1856157d9be25e5375111b804df7136',1,'llama::internal::asFlatTupleImpl(RecordRef &&vd, Record< Fields... >)']]], + ['asflattupleimplforarray_1087',['asFlatTupleImplForArray',['../namespacellama_1_1internal.html#a15a8a37491a6b1bba8aabe616efa6434',1,'llama::internal']]], + ['asserttrivialcopyable_1088',['assertTrivialCopyable',['../namespacellama_1_1internal.html#aafa8c3b0fd47fb8140b6b9aec0b61cb0',1,'llama::internal']]], + ['assigntupleelement_1089',['assignTupleElement',['../namespacellama_1_1internal.html#a4c3c4c631107b31f7b9a180b4a25dd40',1,'llama::internal']]], + ['assigntuples_1090',['assignTuples',['../namespacellama_1_1internal.html#aa9d9438bd5e2f96690a9a5af59f5ba93',1,'llama::internal']]], + ['astuple_1091',['asTuple',['../structllama_1_1RecordRef.html#abb91048bea97fc6da18e8d73d083591d',1,'llama::RecordRef::asTuple()'],['../structllama_1_1RecordRef.html#a4066c5d00be317c48d8117e199527db0',1,'llama::RecordRef::asTuple() const']]], + ['astupleimpl_1092',['asTupleImpl',['../namespacellama_1_1internal.html#a771e3206f84801cb13a0c35928fbd4dd',1,'llama::internal::asTupleImpl(RecordRef &&vd, Record< Fields... >)'],['../namespacellama_1_1internal.html#a066dd05be57445a48d062423d35f13d5',1,'llama::internal::asTupleImpl(TWithOptionalConst &leaf, T) -> std::reference_wrapper< TWithOptionalConst >'],['../namespacellama_1_1internal.html#ad3670188cd9e8b177d2301b4fcb4675c',1,'llama::internal::asTupleImpl(RecordRef &&vd, T(&&a)[N])'],['../namespacellama_1_1internal.html#a69b165830b6fa2bac13644758efcebbb',1,'llama::internal::asTupleImpl(ProxyReference &&leaf, T) -> ProxyReference']]], + ['astupleimplforarray_1093',['asTupleImplForArray',['../namespacellama_1_1internal.html#ae9ef49ea1689f89d7d751d8e68c40bd1',1,'llama::internal']]], + ['at_1094',['at',['../structllama_1_1Vector.html#a46db02d21b4217fda207a9671c1a87d0',1,'llama::Vector::at(size_type i) -> decltype(auto)'],['../structllama_1_1Vector.html#af94bf6e9af76095e724578db12a486bc',1,'llama::Vector::at(size_type i) const -> decltype(auto)']]], + ['atomicinc_1095',['atomicInc',['../namespacellama_1_1mapping_1_1internal.html#ace4293b90c407582ad96f531c05c19b5',1,'llama::mapping::internal']]] ]; diff --git a/search/functions_1.js b/search/functions_1.js index 5e133e168c..04d6134802 100644 --- a/search/functions_1.js +++ b/search/functions_1.js @@ -1,26 +1,25 @@ var searchData= [ - ['back_1094',['back',['../structllama_1_1Array.html#ae62482909e05847ecbca0f5077a29132',1,'llama::Array::back()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#afc3e7cfb6e5dd3d4820b0c1611b57969',1,'llama::Array< T, 0 >::back() -> T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a0de7121a92e24ac51660510344e2494c',1,'llama::Array< T, 0 >::back() const -> const T &'],['../structllama_1_1Vector.html#a3a0cd3f659a34299c62d2a1a2b50fcc8',1,'llama::Vector::back() -> decltype(auto)'],['../structllama_1_1Vector.html#a52be79586ce8cc24c49d3d4b39409188',1,'llama::Vector::back() const -> decltype(auto)'],['../structllama_1_1Array.html#a0727f971737ae7e3d6517d126c0e9d4a',1,'llama::Array::back()']]], - ['basiccoordtoresultcoord_1095',['basicCoordToResultCoord',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#ac40f4a0332e69188aad800018dacfb45',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::basicCoordToResultCoord()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#af53dcfaedef96aadf0b0dc1a63fc0287',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::basicCoordToResultCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html#a4ca0a11a5fa6096a1aa425fe8c002d86',1,'llama::mapping::tree::functor::MoveRTDown::basicCoordToResultCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html#a872d9b533e717796f07452d222921b0c',1,'llama::mapping::tree::functor::LeafOnlyRT::basicCoordToResultCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html#a5298caaa7ad7699174bcb05514fc6ade',1,'llama::mapping::tree::functor::Idem::basicCoordToResultCoord(const TreeCoord &basicCoord, const Tree &) const -> TreeCoord']]], - ['basictoresult_1096',['basicToResult',['../structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html#a89f7fd3892b8b9e31f0d6e8d8a937562',1,'llama::mapping::tree::functor::Idem::basicToResult()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html#afb8c47cddb5b70a65bc7fc685b16bc91',1,'llama::mapping::tree::functor::LeafOnlyRT::basicToResult()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html#aa7f8d5ecafc2af28f1f0dfb58e4ac75a',1,'llama::mapping::tree::functor::MoveRTDown::basicToResult()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a812794066de3f3385bf4d6879be6cb97',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::basicToResult()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#ad5e8fa63c5f66f3e36092968dfc4ec1c',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::basicToResult()']]], - ['begin_1097',['begin',['../structllama_1_1Vector.html#af438bc9d6748c1e56b47c298d7c1b600',1,'llama::Vector::begin()'],['../structllama_1_1View.html#a6c8ae804350dd9aeb9d85f8db110b6d1',1,'llama::View::begin() const -> const_iterator'],['../structllama_1_1View.html#a5ef11158b3423bb2a9e4251680ccc435',1,'llama::View::begin() -> iterator'],['../structllama_1_1Vector.html#a6b117446406402c58036738aae357f84',1,'llama::Vector::begin()'],['../structllama_1_1ArrayIndexRange.html#a231e46afd43c7573f4b7f75f3764c7e8',1,'llama::ArrayIndexRange::begin()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a9952cac7a0797922d5d2db281c55dd35',1,'llama::Array< T, 0 >::begin() const -> const T *'],['../structllama_1_1Array_3_01T_00_010_01_4.html#afc6a6c833cdc85ea2e92affd3d9ef8bd',1,'llama::Array< T, 0 >::begin() -> T *'],['../structllama_1_1Array.html#ac650608d5cae226a669b00005e6a7c2c',1,'llama::Array::begin() const -> const T *'],['../structllama_1_1Array.html#a23daa97b399455f659f57512aaf59eb2',1,'llama::Array::begin() -> T *']]], - ['bitpack_1098',['bitpack',['../namespacellama_1_1mapping_1_1internal.html#ad115ee9119d7de237794ca580354674d',1,'llama::mapping::internal']]], - ['bitpack1_1099',['bitpack1',['../namespacellama_1_1mapping_1_1internal.html#a5605e68a1e83d19528124a03c6c701fa',1,'llama::mapping::internal']]], - ['bitpackedfloataos_1100',['BitPackedFloatAoS',['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a3feaf3d1436d3b4f06003f5177f725a6',1,'llama::mapping::BitPackedFloatAoS']]], - ['bitpackedfloatref_1101',['BitPackedFloatRef',['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#aab63755a0d537ab85a633b527ba0a0ee',1,'llama::mapping::internal::BitPackedFloatRef::BitPackedFloatRef(StoredIntegralCV *p, SizeType bitOffset, VHExp vhExp, VHMan vhMan)'],['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#af7a71b5fea022bc7df2d755aa6319695',1,'llama::mapping::internal::BitPackedFloatRef::BitPackedFloatRef(const BitPackedFloatRef &)=default']]], - ['bitpackedfloatsoa_1102',['BitPackedFloatSoA',['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#aa9b583a88eeadd76ccdc90c0b839c97d',1,'llama::mapping::BitPackedFloatSoA']]], - ['bitpackedintcommon_1103',['BitPackedIntCommon',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a6bb3759980ea25afaef9042a69259287',1,'llama::mapping::internal::BitPackedIntCommon::BitPackedIntCommon(TArrayExtents extents={}, Bits bits={}, TRecordDim={})'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a0b9feea8ed7cde09bf333a9e86ee1469',1,'llama::mapping::internal::BitPackedIntCommon::BitPackedIntCommon(TArrayExtents extents, Bits bits, TRecordDim={})']]], - ['bitpackedintref_1104',['BitPackedIntRef',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#ab00538c99dc662116cf7921fd36ef978',1,'llama::mapping::internal::BitPackedIntRef::BitPackedIntRef(StoredIntegralCV *ptr, SizeType bitOffset, VHBits vhBits)'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#a2a16221ed7616f4ef76f908ca5ddb658',1,'llama::mapping::internal::BitPackedIntRef::BitPackedIntRef(const BitPackedIntRef &)=default']]], - ['bits_1105',['bits',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#af074f28e7d8643c848ae6274981330fa',1,'llama::mapping::internal::BitPackedIntCommon']]], - ['bitunpack_1106',['bitunpack',['../namespacellama_1_1mapping_1_1internal.html#aba890e1438c2aa2377a341c67f84fbda',1,'llama::mapping::internal']]], - ['bitunpack1_1107',['bitunpack1',['../namespacellama_1_1mapping_1_1internal.html#a0d8c6b372599715f83af10565523dcfa',1,'llama::mapping::internal']]], - ['blobmemcpy_1108',['blobMemcpy',['../namespacellama.html#a22c65b7815a74750d6b589d95d19d703',1,'llama']]], - ['blobnrandoffset_1109',['blobNrAndOffset',['../structllama_1_1mapping_1_1Split.html#a659e9b7605f6595786531be1c7eb2fc2',1,'llama::mapping::Split::blobNrAndOffset()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a23330da570f0c0ead06062b51bbc938c',1,'llama::mapping::tree::Mapping::blobNrAndOffset()'],['../structllama_1_1mapping_1_1One.html#a012a6612c147f9b5f9b977bfe46d3ae1',1,'llama::mapping::One::blobNrAndOffset()'],['../structllama_1_1mapping_1_1SoA.html#ab1dc8c01279b7d868a33e187ed1007bd',1,'llama::mapping::SoA::blobNrAndOffset()'],['../structllama_1_1mapping_1_1AoS.html#af4b56c737f78ec8266a6b723844399a8',1,'llama::mapping::AoS::blobNrAndOffset()'],['../structllama_1_1mapping_1_1AoSoA.html#a42ef06d2f600c9043f68c10e59977103',1,'llama::mapping::AoSoA::blobNrAndOffset(typename Base::ArrayIndex ai, RecordCoord< RecordCoords... > rc={}) const -> NrAndOffset< size_type >'],['../structllama_1_1mapping_1_1AoSoA.html#a49b4588d5f80c14b557b6021ec6deb77',1,'llama::mapping::AoSoA::blobNrAndOffset(size_type flatArrayIndex, RecordCoord< RecordCoords... >={}) const -> NrAndOffset< size_type >'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#aaabac4033bb984e09dde4690451caf6b',1,'llama::mapping::PermuteArrayIndex::blobNrAndOffset()'],['../structllama_1_1mapping_1_1Projection.html#a96b5a798b33bf8b5a8dd3739ebeea74b',1,'llama::mapping::Projection::blobNrAndOffset()'],['../structllama_1_1mapping_1_1SoA.html#aeb111a6d7cef25ed874f778d7ea2986f',1,'llama::mapping::SoA::blobNrAndOffset()']]], - ['blobs_1110',['blobs',['../structllama_1_1View.html#a3ee1bbe6eecc3323a2b821bdfcb99d64',1,'llama::View::blobs() -> Array< BlobType, Mapping::blobCount > &'],['../structllama_1_1View.html#a435f346eff028dd6dbf25b00746d9d67',1,'llama::View::blobs() const -> const Array< BlobType, Mapping::blobCount > &'],['../structllama_1_1SubView.html#ac48c2130771acd3ded80c44ee6818fc8',1,'llama::SubView::blobs() -> Array< BlobType, Mapping::blobCount > &'],['../structllama_1_1SubView.html#a101728c1569b9721a0a7d6765b9630f7',1,'llama::SubView::blobs() const -> const Array< BlobType, Mapping::blobCount > &']]], - ['blobsize_1111',['blobSize',['../structllama_1_1mapping_1_1SoA.html#aacf707ff2a56f7bc9868f2bade3f356f',1,'llama::mapping::SoA::blobSize()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#aa1b1425f46265e63de759e2257355666',1,'llama::mapping::tree::Mapping::blobSize()'],['../structllama_1_1mapping_1_1Split.html#aba382f9e3092af47b8e003ba9d3660f4',1,'llama::mapping::Split::blobSize()'],['../structllama_1_1mapping_1_1One.html#a836c71546af9aa3afc58c9357e88adf4',1,'llama::mapping::One::blobSize()'],['../structllama_1_1mapping_1_1Heatmap.html#a83e17842d5dc74dcffeccdf1c74d9a56',1,'llama::mapping::Heatmap::blobSize()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a8b75778b8a59a22963e3df576a7b1d39',1,'llama::mapping::FieldAccessCount::blobSize()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#afe966c27e82df32a2a7f8805cf988300',1,'llama::mapping::BitPackedIntAoS::blobSize()'],['../structllama_1_1mapping_1_1AoS.html#a9783201cabe8734220c7fc2508a9eea0',1,'llama::mapping::AoS::blobSize()'],['../structllama_1_1mapping_1_1AoSoA.html#a68998fecc259af70ca1daf6bcde1e098',1,'llama::mapping::AoSoA::blobSize()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#ada6c90fbc41ab5ee030b00e4bec12541',1,'llama::mapping::BitPackedFloatSoA::blobSize()'],['../structllama_1_1mapping_1_1Null.html#a1001f2ea347217a3452a27acab51a3a4',1,'llama::mapping::Null::blobSize()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#af8cd2d5bc9e963379d1870db32e6467c',1,'llama::mapping::BitPackedFloatAoS::blobSize()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#ac9ec0a3a918ab366a9b3db774998ce3e',1,'llama::mapping::BitPackedIntSoA::blobSize()']]], - ['blockhitsptr_1112',['blockHitsPtr',['../structllama_1_1mapping_1_1Heatmap.html#a901d18016a883947241884a733bfdd5a',1,'llama::mapping::Heatmap']]], - ['blockhitssize_1113',['blockHitsSize',['../structllama_1_1mapping_1_1Heatmap.html#ad850ca6b2aa4a7c5bca927c89a94fdb4',1,'llama::mapping::Heatmap']]], - ['boxedvalue_1114',['BoxedValue',['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html#a0508bb05e49ee91ad0f2e9dcc94600eb',1,'llama::internal::BoxedValue< Constant< V >, I >::BoxedValue(Constant< V >)'],['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html#aabbb0ec3ba2d6644975803b53c2d4de8',1,'llama::internal::BoxedValue< Constant< V >, I >::BoxedValue()=default'],['../structllama_1_1internal_1_1BoxedValue.html#a9221d8f114d4b7c993ebfa564f830920',1,'llama::internal::BoxedValue::BoxedValue(T value)'],['../structllama_1_1internal_1_1BoxedValue.html#ac6549d3a6ee2ef2af3238c711fadab58',1,'llama::internal::BoxedValue::BoxedValue()=default']]], - ['bytesplit_1115',['Bytesplit',['../structllama_1_1mapping_1_1Bytesplit.html#a88df065f4a75b9f055ccc5a0c994707f',1,'llama::mapping::Bytesplit::Bytesplit(std::tuple< Args... > innerMappingArgs, TRecordDim={})'],['../structllama_1_1mapping_1_1Bytesplit.html#ac82e82eb5a2d6f70e59b54e9a1eff7fe',1,'llama::mapping::Bytesplit::Bytesplit(TArrayExtents extents, TRecordDim={})']]], - ['byteswap_1116',['byteswap',['../namespacellama_1_1mapping_1_1internal.html#a3034f6c7d4a89945dce1c19d6f6ed58e',1,'llama::mapping::internal']]] + ['back_1096',['back',['../structllama_1_1Array.html#ae62482909e05847ecbca0f5077a29132',1,'llama::Array::back()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#afc3e7cfb6e5dd3d4820b0c1611b57969',1,'llama::Array< T, 0 >::back() -> T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a0de7121a92e24ac51660510344e2494c',1,'llama::Array< T, 0 >::back() const -> const T &'],['../structllama_1_1Vector.html#a3a0cd3f659a34299c62d2a1a2b50fcc8',1,'llama::Vector::back() -> decltype(auto)'],['../structllama_1_1Vector.html#a52be79586ce8cc24c49d3d4b39409188',1,'llama::Vector::back() const -> decltype(auto)'],['../structllama_1_1Array.html#a0727f971737ae7e3d6517d126c0e9d4a',1,'llama::Array::back()']]], + ['basiccoordtoresultcoord_1097',['basicCoordToResultCoord',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#ac40f4a0332e69188aad800018dacfb45',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::basicCoordToResultCoord()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#af53dcfaedef96aadf0b0dc1a63fc0287',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::basicCoordToResultCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html#a4ca0a11a5fa6096a1aa425fe8c002d86',1,'llama::mapping::tree::functor::MoveRTDown::basicCoordToResultCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html#a872d9b533e717796f07452d222921b0c',1,'llama::mapping::tree::functor::LeafOnlyRT::basicCoordToResultCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html#a5298caaa7ad7699174bcb05514fc6ade',1,'llama::mapping::tree::functor::Idem::basicCoordToResultCoord(const TreeCoord &basicCoord, const Tree &) const -> TreeCoord']]], + ['basictoresult_1098',['basicToResult',['../structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html#a89f7fd3892b8b9e31f0d6e8d8a937562',1,'llama::mapping::tree::functor::Idem::basicToResult()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html#afb8c47cddb5b70a65bc7fc685b16bc91',1,'llama::mapping::tree::functor::LeafOnlyRT::basicToResult()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html#aa7f8d5ecafc2af28f1f0dfb58e4ac75a',1,'llama::mapping::tree::functor::MoveRTDown::basicToResult()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a812794066de3f3385bf4d6879be6cb97',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::basicToResult()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#ad5e8fa63c5f66f3e36092968dfc4ec1c',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::basicToResult()']]], + ['begin_1099',['begin',['../structllama_1_1ArrayIndexRange.html#a231e46afd43c7573f4b7f75f3764c7e8',1,'llama::ArrayIndexRange::begin()'],['../structllama_1_1View.html#a6c8ae804350dd9aeb9d85f8db110b6d1',1,'llama::View::begin() const -> const_iterator'],['../structllama_1_1View.html#a5ef11158b3423bb2a9e4251680ccc435',1,'llama::View::begin() -> iterator'],['../structllama_1_1Vector.html#a6b117446406402c58036738aae357f84',1,'llama::Vector::begin() const -> decltype(auto)'],['../structllama_1_1Vector.html#af438bc9d6748c1e56b47c298d7c1b600',1,'llama::Vector::begin() -> decltype(auto)'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a9952cac7a0797922d5d2db281c55dd35',1,'llama::Array< T, 0 >::begin() const -> const T *'],['../structllama_1_1Array_3_01T_00_010_01_4.html#afc6a6c833cdc85ea2e92affd3d9ef8bd',1,'llama::Array< T, 0 >::begin() -> T *'],['../structllama_1_1Array.html#ac650608d5cae226a669b00005e6a7c2c',1,'llama::Array::begin() const -> const T *'],['../structllama_1_1Array.html#a23daa97b399455f659f57512aaf59eb2',1,'llama::Array::begin() -> T *']]], + ['bitpack_1100',['bitpack',['../namespacellama_1_1mapping_1_1internal.html#ad115ee9119d7de237794ca580354674d',1,'llama::mapping::internal']]], + ['bitpack1_1101',['bitpack1',['../namespacellama_1_1mapping_1_1internal.html#a5605e68a1e83d19528124a03c6c701fa',1,'llama::mapping::internal']]], + ['bitpackedfloataos_1102',['BitPackedFloatAoS',['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a3feaf3d1436d3b4f06003f5177f725a6',1,'llama::mapping::BitPackedFloatAoS']]], + ['bitpackedfloatref_1103',['BitPackedFloatRef',['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#aab63755a0d537ab85a633b527ba0a0ee',1,'llama::mapping::internal::BitPackedFloatRef::BitPackedFloatRef(StoredIntegralCV *p, SizeType bitOffset, VHExp vhExp, VHMan vhMan)'],['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#af7a71b5fea022bc7df2d755aa6319695',1,'llama::mapping::internal::BitPackedFloatRef::BitPackedFloatRef(const BitPackedFloatRef &)=default']]], + ['bitpackedfloatsoa_1104',['BitPackedFloatSoA',['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#aa9b583a88eeadd76ccdc90c0b839c97d',1,'llama::mapping::BitPackedFloatSoA']]], + ['bitpackedintcommon_1105',['BitPackedIntCommon',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a6bb3759980ea25afaef9042a69259287',1,'llama::mapping::internal::BitPackedIntCommon::BitPackedIntCommon(TArrayExtents extents={}, Bits bits={}, TRecordDim={})'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a0b9feea8ed7cde09bf333a9e86ee1469',1,'llama::mapping::internal::BitPackedIntCommon::BitPackedIntCommon(TArrayExtents extents, Bits bits, TRecordDim={})']]], + ['bitpackedintref_1106',['BitPackedIntRef',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#ab00538c99dc662116cf7921fd36ef978',1,'llama::mapping::internal::BitPackedIntRef::BitPackedIntRef(StoredIntegralCV *ptr, SizeType bitOffset, VHBits vhBits)'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#a2a16221ed7616f4ef76f908ca5ddb658',1,'llama::mapping::internal::BitPackedIntRef::BitPackedIntRef(const BitPackedIntRef &)=default']]], + ['bits_1107',['bits',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#af074f28e7d8643c848ae6274981330fa',1,'llama::mapping::internal::BitPackedIntCommon']]], + ['bitunpack_1108',['bitunpack',['../namespacellama_1_1mapping_1_1internal.html#aba890e1438c2aa2377a341c67f84fbda',1,'llama::mapping::internal']]], + ['bitunpack1_1109',['bitunpack1',['../namespacellama_1_1mapping_1_1internal.html#a0d8c6b372599715f83af10565523dcfa',1,'llama::mapping::internal']]], + ['blobnrandoffset_1110',['blobNrAndOffset',['../structllama_1_1mapping_1_1One.html#a012a6612c147f9b5f9b977bfe46d3ae1',1,'llama::mapping::One::blobNrAndOffset()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a23330da570f0c0ead06062b51bbc938c',1,'llama::mapping::tree::Mapping::blobNrAndOffset()'],['../structllama_1_1mapping_1_1Split.html#a659e9b7605f6595786531be1c7eb2fc2',1,'llama::mapping::Split::blobNrAndOffset()'],['../structllama_1_1mapping_1_1SoA.html#ab1dc8c01279b7d868a33e187ed1007bd',1,'llama::mapping::SoA::blobNrAndOffset()'],['../structllama_1_1mapping_1_1Projection.html#a96b5a798b33bf8b5a8dd3739ebeea74b',1,'llama::mapping::Projection::blobNrAndOffset()'],['../structllama_1_1mapping_1_1AoS.html#af4b56c737f78ec8266a6b723844399a8',1,'llama::mapping::AoS::blobNrAndOffset()'],['../structllama_1_1mapping_1_1AoSoA.html#a42ef06d2f600c9043f68c10e59977103',1,'llama::mapping::AoSoA::blobNrAndOffset(typename Base::ArrayIndex ai, RecordCoord< RecordCoords... > rc={}) const -> NrAndOffset< size_type >'],['../structllama_1_1mapping_1_1AoSoA.html#a49b4588d5f80c14b557b6021ec6deb77',1,'llama::mapping::AoSoA::blobNrAndOffset(size_type flatArrayIndex, RecordCoord< RecordCoords... >={}) const -> NrAndOffset< size_type >'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#aaabac4033bb984e09dde4690451caf6b',1,'llama::mapping::PermuteArrayIndex::blobNrAndOffset()'],['../structllama_1_1mapping_1_1SoA.html#aeb111a6d7cef25ed874f778d7ea2986f',1,'llama::mapping::SoA::blobNrAndOffset()']]], + ['blobs_1111',['blobs',['../structllama_1_1View.html#a3ee1bbe6eecc3323a2b821bdfcb99d64',1,'llama::View::blobs() -> Array< BlobType, Mapping::blobCount > &'],['../structllama_1_1View.html#a435f346eff028dd6dbf25b00746d9d67',1,'llama::View::blobs() const -> const Array< BlobType, Mapping::blobCount > &'],['../structllama_1_1SubView.html#ac48c2130771acd3ded80c44ee6818fc8',1,'llama::SubView::blobs() -> Array< BlobType, Mapping::blobCount > &'],['../structllama_1_1SubView.html#a101728c1569b9721a0a7d6765b9630f7',1,'llama::SubView::blobs() const -> const Array< BlobType, Mapping::blobCount > &']]], + ['blobsize_1112',['blobSize',['../structllama_1_1mapping_1_1One.html#a836c71546af9aa3afc58c9357e88adf4',1,'llama::mapping::One::blobSize()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#aa1b1425f46265e63de759e2257355666',1,'llama::mapping::tree::Mapping::blobSize()'],['../structllama_1_1mapping_1_1Split.html#aba382f9e3092af47b8e003ba9d3660f4',1,'llama::mapping::Split::blobSize()'],['../structllama_1_1mapping_1_1SoA.html#aacf707ff2a56f7bc9868f2bade3f356f',1,'llama::mapping::SoA::blobSize()'],['../structllama_1_1mapping_1_1Heatmap.html#a83e17842d5dc74dcffeccdf1c74d9a56',1,'llama::mapping::Heatmap::blobSize()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a8b75778b8a59a22963e3df576a7b1d39',1,'llama::mapping::FieldAccessCount::blobSize()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#afe966c27e82df32a2a7f8805cf988300',1,'llama::mapping::BitPackedIntAoS::blobSize()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#ac9ec0a3a918ab366a9b3db774998ce3e',1,'llama::mapping::BitPackedIntSoA::blobSize()'],['../structllama_1_1mapping_1_1AoS.html#a9783201cabe8734220c7fc2508a9eea0',1,'llama::mapping::AoS::blobSize()'],['../structllama_1_1mapping_1_1AoSoA.html#a68998fecc259af70ca1daf6bcde1e098',1,'llama::mapping::AoSoA::blobSize()'],['../structllama_1_1mapping_1_1Null.html#a1001f2ea347217a3452a27acab51a3a4',1,'llama::mapping::Null::blobSize()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#ada6c90fbc41ab5ee030b00e4bec12541',1,'llama::mapping::BitPackedFloatSoA::blobSize()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#af8cd2d5bc9e963379d1870db32e6467c',1,'llama::mapping::BitPackedFloatAoS::blobSize()']]], + ['blockhitsptr_1113',['blockHitsPtr',['../structllama_1_1mapping_1_1Heatmap.html#a901d18016a883947241884a733bfdd5a',1,'llama::mapping::Heatmap']]], + ['blockhitssize_1114',['blockHitsSize',['../structllama_1_1mapping_1_1Heatmap.html#ad850ca6b2aa4a7c5bca927c89a94fdb4',1,'llama::mapping::Heatmap']]], + ['boxedvalue_1115',['BoxedValue',['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html#aabbb0ec3ba2d6644975803b53c2d4de8',1,'llama::internal::BoxedValue< Constant< V >, I >::BoxedValue()=default'],['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html#a0508bb05e49ee91ad0f2e9dcc94600eb',1,'llama::internal::BoxedValue< Constant< V >, I >::BoxedValue(Constant< V >)'],['../structllama_1_1internal_1_1BoxedValue.html#a9221d8f114d4b7c993ebfa564f830920',1,'llama::internal::BoxedValue::BoxedValue(T value)'],['../structllama_1_1internal_1_1BoxedValue.html#ac6549d3a6ee2ef2af3238c711fadab58',1,'llama::internal::BoxedValue::BoxedValue()=default']]], + ['bytesplit_1116',['Bytesplit',['../structllama_1_1mapping_1_1Bytesplit.html#a88df065f4a75b9f055ccc5a0c994707f',1,'llama::mapping::Bytesplit::Bytesplit(std::tuple< Args... > innerMappingArgs, TRecordDim={})'],['../structllama_1_1mapping_1_1Bytesplit.html#ac82e82eb5a2d6f70e59b54e9a1eff7fe',1,'llama::mapping::Bytesplit::Bytesplit(TArrayExtents extents, TRecordDim={})']]], + ['byteswap_1117',['byteswap',['../namespacellama_1_1mapping_1_1internal.html#a3034f6c7d4a89945dce1c19d6f6ed58e',1,'llama::mapping::internal']]] ]; diff --git a/search/functions_10.js b/search/functions_10.js index 699c39b69f..408454e909 100644 --- a/search/functions_10.js +++ b/search/functions_10.js @@ -1,18 +1,18 @@ var searchData= [ - ['toarray_1271',['toArray',['../structllama_1_1ArrayExtents_3_01T_01_4.html#a92517666a796de2b13a8c947e4e5fca2',1,'llama::ArrayExtents< T >::toArray()'],['../structllama_1_1ArrayExtents.html#a6b27d54cbebca7e1a0184ee0f675769e',1,'llama::ArrayExtents::toArray()']]], - ['tostring_1272',['toString',['../namespacellama_1_1mapping_1_1tree.html#adcb375154a583c5bfad9979c8b2630a0',1,'llama::mapping::tree::toString(const Node< Identifier, Type, CountType > &node) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#a705349de02db8b49afb5ede52316112b',1,'llama::mapping::tree::toString(const Leaf< Identifier, Type, CountType > &leaf) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#af40cd3f4270779042374da6f52ad6e81',1,'llama::mapping::tree::toString(Tuple< Elements... > tree) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#a5567832233a8a392f2cd6a4e46bbd5b7',1,'llama::mapping::tree::toString(NoName) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#a4be1cd6421a567c67c49b419f66b376a',1,'llama::mapping::tree::toString(RecordCoord< I >) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#a5503563f0cb04a716a430965e75ac4fe',1,'llama::mapping::tree::toString(T) -> std::string']]], - ['total_1273',['total',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html#a29406e7a1f3a5bb9ec97e048dbdd2450',1,'llama::mapping::FieldAccessCount::FieldHitsArray']]], - ['totalbytes_1274',['totalBytes',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html#a91c7b2e9bc46487e336e887c55e80b76',1,'llama::mapping::FieldAccessCount::FieldHitsArray']]], - ['transformblobs_1275',['transformBlobs',['../namespacellama.html#a188282c298c3e709ff8727fafd31b24b',1,'llama']]], - ['treecoordtostring_1276',['treeCoordToString',['../namespacellama_1_1mapping_1_1tree.html#a5db1654176ea82f4ed22c4c247133dab',1,'llama::mapping::tree::treeCoordToString()'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a2c18fb59a758ab64477a2719ad0ce4bc',1,'llama::mapping::tree::internal::treeCoordToString()']]], - ['tuple_1277',['Tuple',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#af201f5dcc588d6a34a3644918d937057',1,'llama::Tuple< TFirstElement, RestElements... >::Tuple()'],['../namespacellama.html#a1604e8162498ff814c1b1efacd212e95',1,'llama::Tuple()'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a9a28d46d83be1114345e9f6a78e15fb4',1,'llama::Tuple< TFirstElement, RestElements... >::Tuple()=default'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a8452a23a029981d4ccdf46f62aafa08c',1,'llama::Tuple< TFirstElement, RestElements... >::Tuple(FirstElement first, RestElements... rest)']]], - ['tuplecat_1278',['tupleCat',['../namespacellama.html#a42df604d705148baf4262104f6541560',1,'llama']]], - ['tuplecatimpl_1279',['tupleCatImpl',['../namespacellama_1_1internal.html#a8e5f24405a86c68d880af50c757603db',1,'llama::internal']]], - ['tupleleaf_1280',['TupleLeaf',['../structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html#a1ce104d37b7e3981d9c697894e839337',1,'llama::internal::TupleLeaf< I, T, true >']]], - ['tuplereplace_1281',['tupleReplace',['../namespacellama.html#af97abfc449e394428735699c5259f4a2',1,'llama']]], - ['tuplereplaceimpl_1282',['tupleReplaceImpl',['../namespacellama_1_1internal.html#a0f59f4bacbf256e86e1a9e06dde25492',1,'llama::internal']]], - ['tupletransform_1283',['tupleTransform',['../namespacellama.html#aba450a02d1e534f8cea4073bf6fda830',1,'llama']]], - ['tupletransformhelper_1284',['tupleTransformHelper',['../namespacellama_1_1internal.html#a76aaf566f3c6233df18940831d184aa9',1,'llama::internal']]], - ['typenameasarray_1285',['typeNameAsArray',['../namespacellama_1_1internal.html#a64b252f2299cce03f8814269a0c25ca2',1,'llama::internal']]] + ['toarray_1274',['toArray',['../structllama_1_1ArrayExtents_3_01T_01_4.html#a92517666a796de2b13a8c947e4e5fca2',1,'llama::ArrayExtents< T >::toArray()'],['../structllama_1_1ArrayExtents.html#a6b27d54cbebca7e1a0184ee0f675769e',1,'llama::ArrayExtents::toArray()']]], + ['tostring_1275',['toString',['../namespacellama_1_1mapping_1_1tree.html#adcb375154a583c5bfad9979c8b2630a0',1,'llama::mapping::tree::toString(const Node< Identifier, Type, CountType > &node) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#a705349de02db8b49afb5ede52316112b',1,'llama::mapping::tree::toString(const Leaf< Identifier, Type, CountType > &leaf) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#af40cd3f4270779042374da6f52ad6e81',1,'llama::mapping::tree::toString(Tuple< Elements... > tree) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#a5567832233a8a392f2cd6a4e46bbd5b7',1,'llama::mapping::tree::toString(NoName) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#a4be1cd6421a567c67c49b419f66b376a',1,'llama::mapping::tree::toString(RecordCoord< I >) -> std::string'],['../namespacellama_1_1mapping_1_1tree.html#a5503563f0cb04a716a430965e75ac4fe',1,'llama::mapping::tree::toString(T) -> std::string']]], + ['total_1276',['total',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html#a29406e7a1f3a5bb9ec97e048dbdd2450',1,'llama::mapping::FieldAccessCount::FieldHitsArray']]], + ['totalbytes_1277',['totalBytes',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html#a91c7b2e9bc46487e336e887c55e80b76',1,'llama::mapping::FieldAccessCount::FieldHitsArray']]], + ['transformblobs_1278',['transformBlobs',['../namespacellama.html#a188282c298c3e709ff8727fafd31b24b',1,'llama']]], + ['treecoordtostring_1279',['treeCoordToString',['../namespacellama_1_1mapping_1_1tree.html#a5db1654176ea82f4ed22c4c247133dab',1,'llama::mapping::tree::treeCoordToString()'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a2c18fb59a758ab64477a2719ad0ce4bc',1,'llama::mapping::tree::internal::treeCoordToString()']]], + ['tuple_1280',['Tuple',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#af201f5dcc588d6a34a3644918d937057',1,'llama::Tuple< TFirstElement, RestElements... >::Tuple()'],['../namespacellama.html#a1604e8162498ff814c1b1efacd212e95',1,'llama::Tuple()'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a9a28d46d83be1114345e9f6a78e15fb4',1,'llama::Tuple< TFirstElement, RestElements... >::Tuple()=default'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a8452a23a029981d4ccdf46f62aafa08c',1,'llama::Tuple< TFirstElement, RestElements... >::Tuple(FirstElement first, RestElements... rest)']]], + ['tuplecat_1281',['tupleCat',['../namespacellama.html#a42df604d705148baf4262104f6541560',1,'llama']]], + ['tuplecatimpl_1282',['tupleCatImpl',['../namespacellama_1_1internal.html#a8e5f24405a86c68d880af50c757603db',1,'llama::internal']]], + ['tupleleaf_1283',['TupleLeaf',['../structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html#a1ce104d37b7e3981d9c697894e839337',1,'llama::internal::TupleLeaf< I, T, true >']]], + ['tuplereplace_1284',['tupleReplace',['../namespacellama.html#af97abfc449e394428735699c5259f4a2',1,'llama']]], + ['tuplereplaceimpl_1285',['tupleReplaceImpl',['../namespacellama_1_1internal.html#a0f59f4bacbf256e86e1a9e06dde25492',1,'llama::internal']]], + ['tupletransform_1286',['tupleTransform',['../namespacellama.html#aba450a02d1e534f8cea4073bf6fda830',1,'llama']]], + ['tupletransformhelper_1287',['tupleTransformHelper',['../namespacellama_1_1internal.html#a76aaf566f3c6233df18940831d184aa9',1,'llama::internal']]], + ['typenameasarray_1288',['typeNameAsArray',['../namespacellama_1_1internal.html#a64b252f2299cce03f8814269a0c25ca2',1,'llama::internal']]] ]; diff --git a/search/functions_11.js b/search/functions_11.js index 288802d172..9a9c31835b 100644 --- a/search/functions_11.js +++ b/search/functions_11.js @@ -1,6 +1,6 @@ var searchData= [ - ['value_1286',['value',['../structllama_1_1internal_1_1BoxedValue.html#a7a292b38343b52e1f26ced153584637f',1,'llama::internal::BoxedValue::value()'],['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html#adae9b0544944885cb10a5b6894bfb309',1,'llama::internal::BoxedValue< Constant< V >, I >::value()'],['../structllama_1_1internal_1_1TupleLeaf.html#ae659216968dce9e6fa3cc32ad4980e28',1,'llama::internal::TupleLeaf::value() -> T &'],['../structllama_1_1internal_1_1TupleLeaf.html#a8612fa4f5095feea838e70127db41f7b',1,'llama::internal::TupleLeaf::value() const -> const T &'],['../structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html#a25fcf83a36ba813959d80613f75b5426',1,'llama::internal::TupleLeaf< I, T, true >::value()']]], - ['vector_1287',['Vector',['../structllama_1_1Vector.html#af72a80392c4fbaaa7b6525f2088533b0',1,'llama::Vector::Vector()=default'],['../structllama_1_1Vector.html#a09fdc8a87af7737c207af92643f37cee',1,'llama::Vector::Vector(size_type count, const RecordRef &value={})'],['../structllama_1_1Vector.html#a49dbe6f358e92ca8a4ce73cac19376a1',1,'llama::Vector::Vector(Iterator first, Iterator last)'],['../structllama_1_1Vector.html#aec188ca107a1acab83c6e80f2e23ecc4',1,'llama::Vector::Vector(const Vector &other)=default'],['../structllama_1_1Vector.html#afd58f2dc60ac5b37dff5c0f538e90504',1,'llama::Vector::Vector(Vector &&other) noexcept']]], - ['view_1288',['View',['../structllama_1_1View.html#aa827a9b348f8608d209b74065c33fea9',1,'llama::View::View()=default'],['../structllama_1_1View.html#a22cd26331c3909ad6f0c5286496b4177',1,'llama::View::View(Mapping mapping, Array< BlobType, Mapping::blobCount > blobs={}, Accessor accessor={})']]] + ['value_1289',['value',['../structllama_1_1internal_1_1BoxedValue.html#a7a292b38343b52e1f26ced153584637f',1,'llama::internal::BoxedValue::value()'],['../structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html#adae9b0544944885cb10a5b6894bfb309',1,'llama::internal::BoxedValue< Constant< V >, I >::value()'],['../structllama_1_1internal_1_1TupleLeaf.html#ae659216968dce9e6fa3cc32ad4980e28',1,'llama::internal::TupleLeaf::value() -> T &'],['../structllama_1_1internal_1_1TupleLeaf.html#a8612fa4f5095feea838e70127db41f7b',1,'llama::internal::TupleLeaf::value() const -> const T &'],['../structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html#a25fcf83a36ba813959d80613f75b5426',1,'llama::internal::TupleLeaf< I, T, true >::value()']]], + ['vector_1290',['Vector',['../structllama_1_1Vector.html#af72a80392c4fbaaa7b6525f2088533b0',1,'llama::Vector::Vector()=default'],['../structllama_1_1Vector.html#a09fdc8a87af7737c207af92643f37cee',1,'llama::Vector::Vector(size_type count, const RecordRef &value={})'],['../structllama_1_1Vector.html#a49dbe6f358e92ca8a4ce73cac19376a1',1,'llama::Vector::Vector(Iterator first, Iterator last)'],['../structllama_1_1Vector.html#aec188ca107a1acab83c6e80f2e23ecc4',1,'llama::Vector::Vector(const Vector &other)=default'],['../structllama_1_1Vector.html#afd58f2dc60ac5b37dff5c0f538e90504',1,'llama::Vector::Vector(Vector &&other) noexcept']]], + ['view_1291',['View',['../structllama_1_1View.html#aa827a9b348f8608d209b74065c33fea9',1,'llama::View::View()=default'],['../structllama_1_1View.html#a22cd26331c3909ad6f0c5286496b4177',1,'llama::View::View(Mapping mapping, Array< BlobType, Mapping::blobCount > blobs={}, Accessor accessor={})']]] ]; diff --git a/search/functions_12.js b/search/functions_12.js index 434db8743c..9445e62d80 100644 --- a/search/functions_12.js +++ b/search/functions_12.js @@ -1,7 +1,7 @@ var searchData= [ - ['withaccessor_1289',['withAccessor',['../namespacellama.html#a66091f10efa162f8e81cd6081ff155bf',1,'llama']]], - ['withmapping_1290',['withMapping',['../namespacellama.html#a8bfcf783207896246153d05625310971',1,'llama']]], - ['writegnuplotdatafileascii_1291',['writeGnuplotDataFileAscii',['../structllama_1_1mapping_1_1Heatmap.html#a7228b39457a0ff5b656f368e956ffa62',1,'llama::mapping::Heatmap']]], - ['writegnuplotdatafilebinary_1292',['writeGnuplotDataFileBinary',['../structllama_1_1mapping_1_1Heatmap.html#a84b3989ab82a9fd9349090825bdede8a',1,'llama::mapping::Heatmap']]] + ['withaccessor_1292',['withAccessor',['../namespacellama.html#a66091f10efa162f8e81cd6081ff155bf',1,'llama']]], + ['withmapping_1293',['withMapping',['../namespacellama.html#a8bfcf783207896246153d05625310971',1,'llama']]], + ['writegnuplotdatafileascii_1294',['writeGnuplotDataFileAscii',['../structllama_1_1mapping_1_1Heatmap.html#a7228b39457a0ff5b656f368e956ffa62',1,'llama::mapping::Heatmap']]], + ['writegnuplotdatafilebinary_1295',['writeGnuplotDataFileBinary',['../structllama_1_1mapping_1_1Heatmap.html#a84b3989ab82a9fd9349090825bdede8a',1,'llama::mapping::Heatmap']]] ]; diff --git a/search/functions_13.js b/search/functions_13.js index df54ce3be1..52cb2d082f 100644 --- a/search/functions_13.js +++ b/search/functions_13.js @@ -1,7 +1,7 @@ var searchData= [ - ['_7efieldaccesscountreference_1293',['~FieldAccessCountReference',['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#ae97eb28f567686f9a70d919f83b98e90',1,'llama::mapping::internal::FieldAccessCountReference']]], - ['_7erecordref_1294',['~RecordRef',['../structllama_1_1RecordRef.html#aaa6addefc32ffeb87ab1149d7a58c166',1,'llama::RecordRef']]], - ['_7escopedupdate_1295',['~ScopedUpdate',['../structllama_1_1ScopedUpdate.html#a029b104aea23cf590774d8dda65aa63e',1,'llama::ScopedUpdate::~ScopedUpdate()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a49d666f2cf7b4fa09c55b8b225a3c26e',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::~ScopedUpdate()']]], - ['_7evector_1296',['~Vector',['../structllama_1_1Vector.html#aae0e4b5751d0f1743011f6f1372d3f50',1,'llama::Vector']]] + ['_7efieldaccesscountreference_1296',['~FieldAccessCountReference',['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#ae97eb28f567686f9a70d919f83b98e90',1,'llama::mapping::internal::FieldAccessCountReference']]], + ['_7erecordref_1297',['~RecordRef',['../structllama_1_1RecordRef.html#aaa6addefc32ffeb87ab1149d7a58c166',1,'llama::RecordRef']]], + ['_7escopedupdate_1298',['~ScopedUpdate',['../structllama_1_1ScopedUpdate.html#a029b104aea23cf590774d8dda65aa63e',1,'llama::ScopedUpdate::~ScopedUpdate()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a49d666f2cf7b4fa09c55b8b225a3c26e',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::~ScopedUpdate()']]], + ['_7evector_1299',['~Vector',['../structllama_1_1Vector.html#aae0e4b5751d0f1743011f6f1372d3f50',1,'llama::Vector']]] ]; diff --git a/search/functions_2.js b/search/functions_2.js index 681832fe1d..c7f9969ef2 100644 --- a/search/functions_2.js +++ b/search/functions_2.js @@ -1,24 +1,25 @@ var searchData= [ - ['capacity_1117',['capacity',['../structllama_1_1Vector.html#ac5b690eabe2e33ed5dbc92e2f01832ae',1,'llama::Vector']]], - ['cat_1118',['cat',['../namespacellama.html#a42cdd926d98388052f028ab19c94b649',1,'llama']]], - ['cbegin_1119',['cbegin',['../structllama_1_1Vector.html#a80a45f6abdbe5474ba64bf74dddc7cc5',1,'llama::Vector::cbegin() -> decltype(auto)'],['../structllama_1_1Vector.html#ac4ffac914906e5f4e585924f405c82ec',1,'llama::Vector::cbegin() const -> decltype(auto)']]], - ['cend_1120',['cend',['../structllama_1_1Vector.html#a6c8f7ba8b84bb9f3baa853626f7b2c09',1,'llama::Vector::cend() const -> decltype(auto)'],['../structllama_1_1Vector.html#ac69bf7c27634524c18ef47b78a2705b4',1,'llama::Vector::cend() -> decltype(auto)']]], - ['changenodechildsruntime_1121',['changeNodeChildsRuntime',['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#a4577e18c9fe3f05ab7f82ea802b62e5d',1,'llama::mapping::tree::functor::internal::changeNodeChildsRuntime(const Node< Identifier, Type, CountType > &tree, std::size_t newValue)'],['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#a4c09293054538c57ff6c607b46d2ff5c',1,'llama::mapping::tree::functor::internal::changeNodeChildsRuntime(const Leaf< Identifier, Type, CountType > &tree, std::size_t)']]], - ['changenoderuntime_1122',['changeNodeRuntime',['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#aacecbea2fac0422eb2475de65ff985db',1,'llama::mapping::tree::functor::internal::changeNodeRuntime(const Leaf< Identifier, Type, CountType > &, std::size_t newValue)'],['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#ac34cb45840a388e6759308c38c0c067c',1,'llama::mapping::tree::functor::internal::changeNodeRuntime(const Node< Identifier, Type, CountType > &tree, std::size_t newValue)']]], - ['choosesimdlanes_1123',['chooseSimdLanes',['../namespacellama.html#abb21e8bcb7c41613b7183a1beef1f600',1,'llama']]], - ['clear_1124',['clear',['../structllama_1_1Vector.html#a88964c400aac2c24acb8840d4dbc3893',1,'llama::Vector']]], - ['compute_1125',['compute',['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a22e21162efd3d3ab88f48f13882d8d0b',1,'llama::mapping::BitPackedIntAoS::compute()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a3e970429c672e5d0c87fadf4ad045aae',1,'llama::mapping::BitPackedFloatSoA::compute()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a98bf6eccea8e898be9e6459910113a13',1,'llama::mapping::BitPackedFloatAoS::compute()'],['../structllama_1_1mapping_1_1Split.html#afe8a2ca79a26d15e0b36fe3867a9d8fd',1,'llama::mapping::Split::compute()'],['../structllama_1_1mapping_1_1Projection.html#a1cc3a5431bcb81a1475d502ecd25ae61',1,'llama::mapping::Projection::compute()'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a52893b528b8192ec4882f154ba01294f',1,'llama::mapping::PermuteArrayIndex::compute()'],['../structllama_1_1mapping_1_1Null.html#a184defdf2c28b9f95768982f290237b7',1,'llama::mapping::Null::compute()'],['../structllama_1_1mapping_1_1Heatmap.html#a61de2bd56eb559805fbc861a7d6c99a7',1,'llama::mapping::Heatmap::compute()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a33c2ed2be790fac4d3ef7eff7ddf6510',1,'llama::mapping::FieldAccessCount::compute()'],['../structllama_1_1mapping_1_1Bytesplit.html#acea52b775d27aea28f2331ecdc6ee6ae',1,'llama::mapping::Bytesplit::compute()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a85eb8d6fcc8604ff3654f62491a5832a',1,'llama::mapping::BitPackedIntSoA::compute()']]], - ['constexprcopy_1126',['constexprCopy',['../namespacellama_1_1internal.html#a22e2af564cf52bab9f8d55c97aacd872',1,'llama::internal']]], - ['constexprcount_1127',['constexprCount',['../namespacellama_1_1internal.html#a20951c25dfe873211d2ad75e21959ba8',1,'llama::internal']]], - ['constexprremovecopy_1128',['constexprRemoveCopy',['../namespacellama_1_1internal.html#add45b9d3f0923821582c3bc9f7973087',1,'llama::internal']]], - ['constexprsearch_1129',['constexprSearch',['../namespacellama_1_1internal.html#a06b6530184968dbd1019a24aee8edd9e',1,'llama::internal']]], - ['constructfield_1130',['constructField',['../namespacellama.html#a0289e8c7f0657f29a2b02a1d37452493',1,'llama']]], - ['constructfields_1131',['constructFields',['../namespacellama.html#af4c8d962f80ddc030f99b08479ecb083',1,'llama']]], - ['copy_1132',['copy',['../namespacellama.html#ab67a5448cc031309dc1aa8580b7d4950',1,'llama']]], - ['copyrecord_1133',['copyRecord',['../namespacellama.html#a4fca680f97ca52a42cd74519e6347395',1,'llama']]], - ['countandidenttostring_1134',['countAndIdentToString',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a0f5840fc793fb073e78d7801f57ec9e9',1,'llama::mapping::tree::internal']]], - ['createchildren_1135',['createChildren',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html#ae551ba2c29a3b074c6ec0f646d826350',1,'llama::mapping::tree::internal::CreateTreeElement< Tag, ChildType[Count], CountType >']]], - ['createtree_1136',['createTree',['../namespacellama_1_1mapping_1_1tree.html#adaaaf6bd620fdbc2042f2c1d68cd96ea',1,'llama::mapping::tree']]], - ['createtreecoord_1137',['createTreeCoord',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ac1888103916dd5726db1e4f151c38b0d',1,'llama::mapping::tree::internal::createTreeCoord()'],['../namespacellama_1_1mapping_1_1tree.html#a2116f38159bee878ad9cfb2f0558cba2',1,'llama::mapping::tree::createTreeCoord()']]] + ['capacity_1118',['capacity',['../structllama_1_1Vector.html#ac5b690eabe2e33ed5dbc92e2f01832ae',1,'llama::Vector']]], + ['cat_1119',['cat',['../namespacellama.html#a42cdd926d98388052f028ab19c94b649',1,'llama']]], + ['cbegin_1120',['cbegin',['../structllama_1_1Vector.html#a80a45f6abdbe5474ba64bf74dddc7cc5',1,'llama::Vector::cbegin() -> decltype(auto)'],['../structllama_1_1Vector.html#ac4ffac914906e5f4e585924f405c82ec',1,'llama::Vector::cbegin() const -> decltype(auto)']]], + ['cend_1121',['cend',['../structllama_1_1Vector.html#a6c8f7ba8b84bb9f3baa853626f7b2c09',1,'llama::Vector::cend() const -> decltype(auto)'],['../structllama_1_1Vector.html#ac69bf7c27634524c18ef47b78a2705b4',1,'llama::Vector::cend() -> decltype(auto)']]], + ['changenodechildsruntime_1122',['changeNodeChildsRuntime',['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#a4c09293054538c57ff6c607b46d2ff5c',1,'llama::mapping::tree::functor::internal::changeNodeChildsRuntime(const Leaf< Identifier, Type, CountType > &tree, std::size_t)'],['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#a4577e18c9fe3f05ab7f82ea802b62e5d',1,'llama::mapping::tree::functor::internal::changeNodeChildsRuntime(const Node< Identifier, Type, CountType > &tree, std::size_t newValue)']]], + ['changenoderuntime_1123',['changeNodeRuntime',['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#aacecbea2fac0422eb2475de65ff985db',1,'llama::mapping::tree::functor::internal::changeNodeRuntime(const Leaf< Identifier, Type, CountType > &, std::size_t newValue)'],['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#ac34cb45840a388e6759308c38c0c067c',1,'llama::mapping::tree::functor::internal::changeNodeRuntime(const Node< Identifier, Type, CountType > &tree, std::size_t newValue)']]], + ['choosesimdlanes_1124',['chooseSimdLanes',['../namespacellama.html#abb21e8bcb7c41613b7183a1beef1f600',1,'llama']]], + ['clear_1125',['clear',['../structllama_1_1Vector.html#a88964c400aac2c24acb8840d4dbc3893',1,'llama::Vector']]], + ['compute_1126',['compute',['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a22e21162efd3d3ab88f48f13882d8d0b',1,'llama::mapping::BitPackedIntAoS::compute()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a3e970429c672e5d0c87fadf4ad045aae',1,'llama::mapping::BitPackedFloatSoA::compute()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a98bf6eccea8e898be9e6459910113a13',1,'llama::mapping::BitPackedFloatAoS::compute()'],['../structllama_1_1mapping_1_1Split.html#afe8a2ca79a26d15e0b36fe3867a9d8fd',1,'llama::mapping::Split::compute()'],['../structllama_1_1mapping_1_1Projection.html#a1cc3a5431bcb81a1475d502ecd25ae61',1,'llama::mapping::Projection::compute()'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a52893b528b8192ec4882f154ba01294f',1,'llama::mapping::PermuteArrayIndex::compute()'],['../structllama_1_1mapping_1_1Null.html#a184defdf2c28b9f95768982f290237b7',1,'llama::mapping::Null::compute()'],['../structllama_1_1mapping_1_1Heatmap.html#a61de2bd56eb559805fbc861a7d6c99a7',1,'llama::mapping::Heatmap::compute()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a33c2ed2be790fac4d3ef7eff7ddf6510',1,'llama::mapping::FieldAccessCount::compute()'],['../structllama_1_1mapping_1_1Bytesplit.html#acea52b775d27aea28f2331ecdc6ee6ae',1,'llama::mapping::Bytesplit::compute()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a85eb8d6fcc8604ff3654f62491a5832a',1,'llama::mapping::BitPackedIntSoA::compute()']]], + ['constexprcopy_1127',['constexprCopy',['../namespacellama_1_1internal.html#a22e2af564cf52bab9f8d55c97aacd872',1,'llama::internal']]], + ['constexprcount_1128',['constexprCount',['../namespacellama_1_1internal.html#a20951c25dfe873211d2ad75e21959ba8',1,'llama::internal']]], + ['constexprremovecopy_1129',['constexprRemoveCopy',['../namespacellama_1_1internal.html#add45b9d3f0923821582c3bc9f7973087',1,'llama::internal']]], + ['constexprsearch_1130',['constexprSearch',['../namespacellama_1_1internal.html#a06b6530184968dbd1019a24aee8edd9e',1,'llama::internal']]], + ['constructfield_1131',['constructField',['../namespacellama.html#a0289e8c7f0657f29a2b02a1d37452493',1,'llama']]], + ['constructfields_1132',['constructFields',['../namespacellama.html#af4c8d962f80ddc030f99b08479ecb083',1,'llama']]], + ['copy_1133',['copy',['../namespacellama.html#ab67a5448cc031309dc1aa8580b7d4950',1,'llama']]], + ['copyblobs_1134',['copyBlobs',['../namespacellama.html#a2f41c329ce5acee2de376b6640afcbe8',1,'llama']]], + ['copyrecord_1135',['copyRecord',['../namespacellama.html#a4fca680f97ca52a42cd74519e6347395',1,'llama']]], + ['countandidenttostring_1136',['countAndIdentToString',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a0f5840fc793fb073e78d7801f57ec9e9',1,'llama::mapping::tree::internal']]], + ['createchildren_1137',['createChildren',['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html#ae551ba2c29a3b074c6ec0f646d826350',1,'llama::mapping::tree::internal::CreateTreeElement< Tag, ChildType[Count], CountType >']]], + ['createtree_1138',['createTree',['../namespacellama_1_1mapping_1_1tree.html#adaaaf6bd620fdbc2042f2c1d68cd96ea',1,'llama::mapping::tree']]], + ['createtreecoord_1139',['createTreeCoord',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ac1888103916dd5726db1e4f151c38b0d',1,'llama::mapping::tree::internal::createTreeCoord()'],['../namespacellama_1_1mapping_1_1tree.html#a2116f38159bee878ad9cfb2f0558cba2',1,'llama::mapping::tree::createTreeCoord()']]] ]; diff --git a/search/functions_3.js b/search/functions_3.js index d4dd09e1aa..39a878f6cc 100644 --- a/search/functions_3.js +++ b/search/functions_3.js @@ -1,8 +1,8 @@ var searchData= [ - ['data_1138',['data',['../structllama_1_1Array.html#aac212f44b09bef91a0a44f39abb2377a',1,'llama::Array::data() -> T *'],['../structllama_1_1Array.html#ac712290289d93eb6736d03579f846cc6',1,'llama::Array::data() const -> const T *'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a62c079f22672a7b042bc5694d11e1e8e',1,'llama::Array< T, 0 >::data() -> T *'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a23b81ef26990eb569e6de47fdcce7e7f',1,'llama::Array< T, 0 >::data() const -> const T *']]], - ['deallocate_1139',['deallocate',['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a39814021953be3e8253913bd53e34ac3',1,'llama::bloballoc::AlignedAllocator']]], - ['decaycopy_1140',['decayCopy',['../namespacellama.html#a0f8572ce32d64cda19cb705d78247bed',1,'llama']]], - ['divceil_1141',['divCeil',['../namespacellama.html#a516c8260631ec1b61a52f0e56dc58ac7',1,'llama']]], - ['dot_1142',['dot',['../namespacellama.html#a672915c49821a718f5dfa5d4540c4192',1,'llama']]] + ['data_1140',['data',['../structllama_1_1Array.html#aac212f44b09bef91a0a44f39abb2377a',1,'llama::Array::data() -> T *'],['../structllama_1_1Array.html#ac712290289d93eb6736d03579f846cc6',1,'llama::Array::data() const -> const T *'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a62c079f22672a7b042bc5694d11e1e8e',1,'llama::Array< T, 0 >::data() -> T *'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a23b81ef26990eb569e6de47fdcce7e7f',1,'llama::Array< T, 0 >::data() const -> const T *']]], + ['deallocate_1141',['deallocate',['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a39814021953be3e8253913bd53e34ac3',1,'llama::bloballoc::AlignedAllocator']]], + ['decaycopy_1142',['decayCopy',['../namespacellama.html#a0f8572ce32d64cda19cb705d78247bed',1,'llama']]], + ['divceil_1143',['divCeil',['../namespacellama.html#a516c8260631ec1b61a52f0e56dc58ac7',1,'llama']]], + ['dot_1144',['dot',['../namespacellama.html#a672915c49821a718f5dfa5d4540c4192',1,'llama']]] ]; diff --git a/search/functions_4.js b/search/functions_4.js index 3f1da4c4ab..f96fbe4d2f 100644 --- a/search/functions_4.js +++ b/search/functions_4.js @@ -1,8 +1,8 @@ var searchData= [ - ['empty_1143',['empty',['../structllama_1_1Array_3_01T_00_010_01_4.html#abe7d3aeee8f68b3a8aa94dac44ae1d73',1,'llama::Array< T, 0 >::empty()'],['../structllama_1_1Vector.html#a810ee5694772da3167d1e1c99a983288',1,'llama::Vector::empty()'],['../structllama_1_1Array.html#a8fe388fdeca8ea27485333ff00b8b1f5',1,'llama::Array::empty()']]], - ['end_1144',['end',['../structllama_1_1View.html#a60ea916b74c979d658774792e9490d40',1,'llama::View::end() -> iterator'],['../structllama_1_1View.html#a949eeed1494299bb8cbc39260ab9331d',1,'llama::View::end() const -> const_iterator'],['../structllama_1_1Vector.html#a740bad9bba7b6b5a202d22a733a7dcc6',1,'llama::Vector::end() const -> decltype(auto)'],['../structllama_1_1Vector.html#a426d9ce87ce0e0c834cb34e153445e47',1,'llama::Vector::end() -> decltype(auto)'],['../structllama_1_1ArrayIndexRange.html#a1a9dcbac960200ebd049b882e1debe30',1,'llama::ArrayIndexRange::end()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a76b2e4500d706b9218674858442b5587',1,'llama::Array< T, 0 >::end() const -> const T *'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a94c4d7a815cd5d4a18e7903584f22299',1,'llama::Array< T, 0 >::end() -> T *'],['../structllama_1_1Array.html#a66793ca523fda5798f6173d608621643',1,'llama::Array::end() const -> const T *'],['../structllama_1_1Array.html#a84bc834840cc6b3ff49a405326fd729a',1,'llama::Array::end() -> T *']]], - ['erase_1145',['erase',['../structllama_1_1Vector.html#a5c3a89b510481d73eb9b8f46e08a722f',1,'llama::Vector']]], - ['exponentbits_1146',['exponentBits',['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a6f6fd42927080307413510517f4b0f4a',1,'llama::mapping::BitPackedFloatSoA::exponentBits()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#ac070950434a6bc2db0cf14ff52d61e06',1,'llama::mapping::BitPackedFloatAoS::exponentBits()']]], - ['extents_1147',['extents',['../structllama_1_1mapping_1_1MappingBase.html#ae552d836a8b07ae87ee2ab6280646051',1,'llama::mapping::MappingBase::extents()'],['../structllama_1_1mapping_1_1Split.html#ab955c7d70714d5170a2e3df0aec4c104',1,'llama::mapping::Split::extents()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#ad4134a52459174535c33f52bca737855',1,'llama::mapping::tree::Mapping::extents()'],['../structllama_1_1View.html#ad2cffd2465f0ff9217d8797b52757faa',1,'llama::View::extents()'],['../structllama_1_1SubView.html#adffeb468efc9037e839b4b1acbe83319',1,'llama::SubView::extents()']]] + ['empty_1145',['empty',['../structllama_1_1Array_3_01T_00_010_01_4.html#abe7d3aeee8f68b3a8aa94dac44ae1d73',1,'llama::Array< T, 0 >::empty()'],['../structllama_1_1Vector.html#a810ee5694772da3167d1e1c99a983288',1,'llama::Vector::empty()'],['../structllama_1_1Array.html#a8fe388fdeca8ea27485333ff00b8b1f5',1,'llama::Array::empty()']]], + ['end_1146',['end',['../structllama_1_1View.html#a60ea916b74c979d658774792e9490d40',1,'llama::View::end() -> iterator'],['../structllama_1_1View.html#a949eeed1494299bb8cbc39260ab9331d',1,'llama::View::end() const -> const_iterator'],['../structllama_1_1Vector.html#a740bad9bba7b6b5a202d22a733a7dcc6',1,'llama::Vector::end() const -> decltype(auto)'],['../structllama_1_1Vector.html#a426d9ce87ce0e0c834cb34e153445e47',1,'llama::Vector::end() -> decltype(auto)'],['../structllama_1_1ArrayIndexRange.html#a1a9dcbac960200ebd049b882e1debe30',1,'llama::ArrayIndexRange::end()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a76b2e4500d706b9218674858442b5587',1,'llama::Array< T, 0 >::end() const -> const T *'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a94c4d7a815cd5d4a18e7903584f22299',1,'llama::Array< T, 0 >::end() -> T *'],['../structllama_1_1Array.html#a66793ca523fda5798f6173d608621643',1,'llama::Array::end() const -> const T *'],['../structllama_1_1Array.html#a84bc834840cc6b3ff49a405326fd729a',1,'llama::Array::end() -> T *']]], + ['erase_1147',['erase',['../structllama_1_1Vector.html#a5c3a89b510481d73eb9b8f46e08a722f',1,'llama::Vector']]], + ['exponentbits_1148',['exponentBits',['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a6f6fd42927080307413510517f4b0f4a',1,'llama::mapping::BitPackedFloatSoA::exponentBits()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#ac070950434a6bc2db0cf14ff52d61e06',1,'llama::mapping::BitPackedFloatAoS::exponentBits()']]], + ['extents_1149',['extents',['../structllama_1_1mapping_1_1MappingBase.html#ae552d836a8b07ae87ee2ab6280646051',1,'llama::mapping::MappingBase::extents()'],['../structllama_1_1mapping_1_1Split.html#ab955c7d70714d5170a2e3df0aec4c104',1,'llama::mapping::Split::extents()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#ad4134a52459174535c33f52bca737855',1,'llama::mapping::tree::Mapping::extents()'],['../structllama_1_1View.html#ad2cffd2465f0ff9217d8797b52757faa',1,'llama::View::extents()'],['../structllama_1_1SubView.html#adffeb468efc9037e839b4b1acbe83319',1,'llama::SubView::extents()']]] ]; diff --git a/search/functions_5.js b/search/functions_5.js index a420f7d3f2..ce6e3ba62e 100644 --- a/search/functions_5.js +++ b/search/functions_5.js @@ -1,15 +1,15 @@ var searchData= [ - ['f_1148',['f',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html#a9cc8ef5254e9cf2f921bc5465c849f12',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >::f()'],['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html#ad81d397d27ee18beac31b6c7a0eb95dc',1,'llama::mapping::internal::ReplaceTagListsByCoords< RecordDim, mp_list< Args... > >::f()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html#ae301479a41458aaebc8098ad978f1b00',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Record< Fields... >, TypeFunctor >::f()']]], - ['fieldaccesscount_1149',['FieldAccessCount',['../structllama_1_1mapping_1_1FieldAccessCount.html#a5f79af9d640e07035df034618d8f3263',1,'llama::mapping::FieldAccessCount::FieldAccessCount()=default'],['../structllama_1_1mapping_1_1FieldAccessCount.html#ab7343517e4c8227cf9a3be93aebb8edd',1,'llama::mapping::FieldAccessCount::FieldAccessCount(Mapping mapping)'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a759681052237a95eb60e3d6ca9670116',1,'llama::mapping::FieldAccessCount::FieldAccessCount(Args &&... innerArgs)']]], - ['fieldaccesscountreference_1150',['FieldAccessCountReference',['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a58ba84f14ae75577424985303913df00',1,'llama::mapping::internal::FieldAccessCountReference::FieldAccessCountReference(RefFwd &&r, AccessCounts< Count > *hits)'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#ab87c9902f9ac5a980302c5f7f7e0e0d8',1,'llama::mapping::internal::FieldAccessCountReference::FieldAccessCountReference(const FieldAccessCountReference &)=default'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#affe0e1d7775e0c98f96d24d3a4dcc5a7',1,'llama::mapping::internal::FieldAccessCountReference::FieldAccessCountReference(FieldAccessCountReference &&) noexcept=default']]], - ['fieldhits_1151',['fieldHits',['../structllama_1_1mapping_1_1FieldAccessCount.html#a0774f3c44d838d70fd9282d5e96fe373',1,'llama::mapping::FieldAccessCount::fieldHits(Blobs &blobs) const -> FieldHitsArray &'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a6a823fcc9d717e66eda247c184c2f2e8',1,'llama::mapping::FieldAccessCount::fieldHits(const Blobs &blobs) const -> const FieldHitsArray &']]], - ['fieldwisecopy_1152',['fieldWiseCopy',['../namespacellama.html#af977754d689a5f3cc10fd80d4b37ba1f',1,'llama']]], - ['first_1153',['first',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#ab00fd67e6be0259103672f9ad42c2313',1,'llama::Tuple< TFirstElement, RestElements... >::first() -> decltype(auto)'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a50c417423e38988a5a3087d782965df2',1,'llama::Tuple< TFirstElement, RestElements... >::first() const -> decltype(auto)']]], - ['flatalignofimpl_1154',['flatAlignOfImpl',['../namespacellama_1_1internal.html#a2413ee7f2d6487f7e306148cf2b46ac4',1,'llama::internal']]], - ['foreacharrayindex_1155',['forEachArrayIndex',['../namespacellama.html#a372264ea5e1f1bbbd0d89ffd5a9a77a2',1,'llama::forEachArrayIndex(ArrayExtents< SizeType, Sizes... > extents, Func &&func)'],['../namespacellama.html#a1abf3984cdb9b597c147f06626114575',1,'llama::forEachArrayIndex([[maybe_unused]] const ArrayIndex< SizeType, Dim > &extents, Func &&func, OuterIndices... outerIndices)']]], - ['foreachleaf_1156',['forEachLeaf',['../namespacellama.html#aacc8837b94b46c9989ce0e7fe8c172ac',1,'llama']]], - ['foreachleafcoord_1157',['forEachLeafCoord',['../namespacellama.html#a28ad5ce29085756570effc3b27378a5c',1,'llama::forEachLeafCoord(Functor &&functor, Tags...)'],['../namespacellama.html#a91f5d2462d07fc7d5cfa0dac05946c63',1,'llama::forEachLeafCoord(Functor &&functor, RecordCoord< Coords... > baseCoord)']]], - ['forward_5flike_1158',['forward_like',['../namespacellama_1_1internal.html#ab9c450a82fa4a4c09fdc9b4e95d12db3',1,'llama::internal']]], - ['front_1159',['front',['../structllama_1_1Vector.html#a6ec0b09092e029905c52458f8a62fe33',1,'llama::Vector::front() const -> decltype(auto)'],['../structllama_1_1Vector.html#ae53571551352f291d724e36967e2bb3a',1,'llama::Vector::front() -> decltype(auto)'],['../structllama_1_1Array_3_01T_00_010_01_4.html#aea390a9aea895aeaa0a17807ef256279',1,'llama::Array< T, 0 >::front() const -> const T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#ad2d75e2be9d2efff7bf984f0acd57ead',1,'llama::Array< T, 0 >::front() -> T &'],['../structllama_1_1Array.html#a2d98cd257742250ac3c6719d1a4c7628',1,'llama::Array::front() const -> const T &'],['../structllama_1_1Array.html#ad52f8200264f4af5b40762c5177f1e99',1,'llama::Array::front() -> T &']]] + ['f_1150',['f',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html#a9cc8ef5254e9cf2f921bc5465c849f12',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >::f()'],['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html#ad81d397d27ee18beac31b6c7a0eb95dc',1,'llama::mapping::internal::ReplaceTagListsByCoords< RecordDim, mp_list< Args... > >::f()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html#ae301479a41458aaebc8098ad978f1b00',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Record< Fields... >, TypeFunctor >::f()']]], + ['fieldaccesscount_1151',['FieldAccessCount',['../structllama_1_1mapping_1_1FieldAccessCount.html#a5f79af9d640e07035df034618d8f3263',1,'llama::mapping::FieldAccessCount::FieldAccessCount()=default'],['../structllama_1_1mapping_1_1FieldAccessCount.html#ab7343517e4c8227cf9a3be93aebb8edd',1,'llama::mapping::FieldAccessCount::FieldAccessCount(Mapping mapping)'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a759681052237a95eb60e3d6ca9670116',1,'llama::mapping::FieldAccessCount::FieldAccessCount(Args &&... innerArgs)']]], + ['fieldaccesscountreference_1152',['FieldAccessCountReference',['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a58ba84f14ae75577424985303913df00',1,'llama::mapping::internal::FieldAccessCountReference::FieldAccessCountReference(RefFwd &&r, AccessCounts< Count > *hits)'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#ab87c9902f9ac5a980302c5f7f7e0e0d8',1,'llama::mapping::internal::FieldAccessCountReference::FieldAccessCountReference(const FieldAccessCountReference &)=default'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#affe0e1d7775e0c98f96d24d3a4dcc5a7',1,'llama::mapping::internal::FieldAccessCountReference::FieldAccessCountReference(FieldAccessCountReference &&) noexcept=default']]], + ['fieldhits_1153',['fieldHits',['../structllama_1_1mapping_1_1FieldAccessCount.html#a0774f3c44d838d70fd9282d5e96fe373',1,'llama::mapping::FieldAccessCount::fieldHits(Blobs &blobs) const -> FieldHitsArray &'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a6a823fcc9d717e66eda247c184c2f2e8',1,'llama::mapping::FieldAccessCount::fieldHits(const Blobs &blobs) const -> const FieldHitsArray &']]], + ['fieldwisecopy_1154',['fieldWiseCopy',['../namespacellama.html#af977754d689a5f3cc10fd80d4b37ba1f',1,'llama']]], + ['first_1155',['first',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#ab00fd67e6be0259103672f9ad42c2313',1,'llama::Tuple< TFirstElement, RestElements... >::first() -> decltype(auto)'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a50c417423e38988a5a3087d782965df2',1,'llama::Tuple< TFirstElement, RestElements... >::first() const -> decltype(auto)']]], + ['flatalignofimpl_1156',['flatAlignOfImpl',['../namespacellama_1_1internal.html#a2413ee7f2d6487f7e306148cf2b46ac4',1,'llama::internal']]], + ['foreacharrayindex_1157',['forEachArrayIndex',['../namespacellama.html#a372264ea5e1f1bbbd0d89ffd5a9a77a2',1,'llama::forEachArrayIndex(ArrayExtents< SizeType, Sizes... > extents, Func &&func)'],['../namespacellama.html#a1abf3984cdb9b597c147f06626114575',1,'llama::forEachArrayIndex([[maybe_unused]] const ArrayIndex< SizeType, Dim > &extents, Func &&func, OuterIndices... outerIndices)']]], + ['foreachleaf_1158',['forEachLeaf',['../namespacellama.html#aacc8837b94b46c9989ce0e7fe8c172ac',1,'llama']]], + ['foreachleafcoord_1159',['forEachLeafCoord',['../namespacellama.html#a28ad5ce29085756570effc3b27378a5c',1,'llama::forEachLeafCoord(Functor &&functor, Tags...)'],['../namespacellama.html#a91f5d2462d07fc7d5cfa0dac05946c63',1,'llama::forEachLeafCoord(Functor &&functor, RecordCoord< Coords... > baseCoord)']]], + ['forward_5flike_1160',['forward_like',['../namespacellama_1_1internal.html#ab9c450a82fa4a4c09fdc9b4e95d12db3',1,'llama::internal']]], + ['front_1161',['front',['../structllama_1_1Vector.html#a6ec0b09092e029905c52458f8a62fe33',1,'llama::Vector::front() const -> decltype(auto)'],['../structllama_1_1Vector.html#ae53571551352f291d724e36967e2bb3a',1,'llama::Vector::front() -> decltype(auto)'],['../structllama_1_1Array_3_01T_00_010_01_4.html#aea390a9aea895aeaa0a17807ef256279',1,'llama::Array< T, 0 >::front() const -> const T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#ad2d75e2be9d2efff7bf984f0acd57ead',1,'llama::Array< T, 0 >::front() -> T &'],['../structllama_1_1Array.html#a2d98cd257742250ac3c6719d1a4c7628',1,'llama::Array::front() const -> const T &'],['../structllama_1_1Array.html#ad52f8200264f4af5b40762c5177f1e99',1,'llama::Array::front() -> T &']]] ]; diff --git a/search/functions_6.js b/search/functions_6.js index 44249a2acb..8cb80e6a47 100644 --- a/search/functions_6.js +++ b/search/functions_6.js @@ -1,8 +1,8 @@ var searchData= [ - ['get_1160',['get',['../structllama_1_1Array.html#a4376175e8327f95424cd17bbca0c27b9',1,'llama::Array::get()'],['../namespacellama.html#a0b641cbeb889f9a3002ae9ec9b6569c9',1,'llama::get(const Tuple< Elements... > &tuple) -> const auto &'],['../namespacellama.html#ab4a445e00f595ee5e2f75fc0a0e81b07',1,'llama::get(Tuple< Elements... > &tuple) -> auto &'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a195388b18b269cd3e12cd181aebe72bd',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::get() const -> const value_type &'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a26122cea9eb17797ee808646bcdce74b',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::get() -> value_type &'],['../structllama_1_1ScopedUpdate.html#a7d88a7ec80ed16d09dade610fb3ac386',1,'llama::ScopedUpdate::get() const -> const value_type &'],['../structllama_1_1ScopedUpdate.html#a3fb6bbcdac3b919b02f07443c8270ac6',1,'llama::ScopedUpdate::get() -> value_type &'],['../structllama_1_1RecordRef.html#a0338c0014a8c13bdf8525703e9faf306',1,'llama::RecordRef::get() const -> decltype(auto)'],['../structllama_1_1RecordRef.html#a72a33b30f3a6b9484e4d68f85aa2f24b',1,'llama::RecordRef::get() -> decltype(auto)'],['../structllama_1_1ArrayExtents.html#a4693739ef8f42b3dfeb8203b74395ed7',1,'llama::ArrayExtents::get()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a8de47bfa9fbdeb79ef7d09a0faf57078',1,'llama::Array< T, 0 >::get() const -> const T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a4412ad1cc0688ee8067457890324b5b6',1,'llama::Array< T, 0 >::get() -> T &'],['../structllama_1_1Array.html#ae5db7865aabd4d3174462fc7a818fe73',1,'llama::Array::get()']]], - ['getchildrenblobsize_1161',['getChildrenBlobSize',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a7bbee2eb82b2b9e2fdc3e20c9712bdfa',1,'llama::mapping::tree::internal']]], - ['getnode_1162',['getNode',['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#a973f75bab67ac1d1f76361c12ac0e6ad',1,'llama::mapping::tree::functor::internal']]], - ['gettreeblobbyte_1163',['getTreeBlobByte',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ab73089a3ad1b460da9b759a1965c08a8',1,'llama::mapping::tree::internal']]], - ['gettreeblobsize_1164',['getTreeBlobSize',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a10fbf0b82282d13a9bb7f1d5557aaaf2',1,'llama::mapping::tree::internal::getTreeBlobSize(const Node< Identifier, Type, CountType > &node) -> std::size_t'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a11f58f162722edf45582c4f3a409dde3',1,'llama::mapping::tree::internal::getTreeBlobSize(const Leaf< Identifier, Type, CountType > &leaf) -> std::size_t'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ac2eb7732be218b043c755eb7bc8ccd6a',1,'llama::mapping::tree::internal::getTreeBlobSize(const Childs &childs, const CountType &count) -> std::size_t']]] + ['get_1162',['get',['../structllama_1_1Array.html#a4376175e8327f95424cd17bbca0c27b9',1,'llama::Array::get()'],['../namespacellama.html#a0b641cbeb889f9a3002ae9ec9b6569c9',1,'llama::get(const Tuple< Elements... > &tuple) -> const auto &'],['../namespacellama.html#ab4a445e00f595ee5e2f75fc0a0e81b07',1,'llama::get(Tuple< Elements... > &tuple) -> auto &'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a195388b18b269cd3e12cd181aebe72bd',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::get() const -> const value_type &'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a26122cea9eb17797ee808646bcdce74b',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::get() -> value_type &'],['../structllama_1_1ScopedUpdate.html#a7d88a7ec80ed16d09dade610fb3ac386',1,'llama::ScopedUpdate::get() const -> const value_type &'],['../structllama_1_1ScopedUpdate.html#a3fb6bbcdac3b919b02f07443c8270ac6',1,'llama::ScopedUpdate::get() -> value_type &'],['../structllama_1_1RecordRef.html#a0338c0014a8c13bdf8525703e9faf306',1,'llama::RecordRef::get() const -> decltype(auto)'],['../structllama_1_1RecordRef.html#a72a33b30f3a6b9484e4d68f85aa2f24b',1,'llama::RecordRef::get() -> decltype(auto)'],['../structllama_1_1ArrayExtents.html#a4693739ef8f42b3dfeb8203b74395ed7',1,'llama::ArrayExtents::get()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a8de47bfa9fbdeb79ef7d09a0faf57078',1,'llama::Array< T, 0 >::get() const -> const T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a4412ad1cc0688ee8067457890324b5b6',1,'llama::Array< T, 0 >::get() -> T &'],['../structllama_1_1Array.html#ae5db7865aabd4d3174462fc7a818fe73',1,'llama::Array::get()']]], + ['getchildrenblobsize_1163',['getChildrenBlobSize',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a7bbee2eb82b2b9e2fdc3e20c9712bdfa',1,'llama::mapping::tree::internal']]], + ['getnode_1164',['getNode',['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html#a973f75bab67ac1d1f76361c12ac0e6ad',1,'llama::mapping::tree::functor::internal']]], + ['gettreeblobbyte_1165',['getTreeBlobByte',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ab73089a3ad1b460da9b759a1965c08a8',1,'llama::mapping::tree::internal']]], + ['gettreeblobsize_1166',['getTreeBlobSize',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a10fbf0b82282d13a9bb7f1d5557aaaf2',1,'llama::mapping::tree::internal::getTreeBlobSize(const Node< Identifier, Type, CountType > &node) -> std::size_t'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a11f58f162722edf45582c4f3a409dde3',1,'llama::mapping::tree::internal::getTreeBlobSize(const Leaf< Identifier, Type, CountType > &leaf) -> std::size_t'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ac2eb7732be218b043c755eb7bc8ccd6a',1,'llama::mapping::tree::internal::getTreeBlobSize(const Childs &childs, const CountType &count) -> std::size_t']]] ]; diff --git a/search/functions_7.js b/search/functions_7.js index a8bb7e2d33..c9715b8de9 100644 --- a/search/functions_7.js +++ b/search/functions_7.js @@ -1,5 +1,5 @@ var searchData= [ - ['heatmap_1165',['Heatmap',['../structllama_1_1mapping_1_1Heatmap.html#a3d374b0e9ffbc6ce8617ca2419b01a92',1,'llama::mapping::Heatmap::Heatmap()=default'],['../structllama_1_1mapping_1_1Heatmap.html#a4086c43804ed0bffd1f484a9142ef0a6',1,'llama::mapping::Heatmap::Heatmap(Mapping mapping)'],['../structllama_1_1mapping_1_1Heatmap.html#ac2c647634026cb6ea41aa8f9a4b06062',1,'llama::mapping::Heatmap::Heatmap(Args &&... innerArgs)']]], - ['help_1166',['help',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a241d0ae35f9bac0dabf5713cde4dfda4',1,'llama::internal::LeafRecordCoordsImpl< Record< Fields... >, RecordCoord< RCs... > >::help()'],['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#adb2bd117dda728656e636518bc81e1e7',1,'llama::internal::LeafRecordCoordsImpl< Child[N], RecordCoord< RCs... > >::help()']]] + ['heatmap_1167',['Heatmap',['../structllama_1_1mapping_1_1Heatmap.html#a3d374b0e9ffbc6ce8617ca2419b01a92',1,'llama::mapping::Heatmap::Heatmap()=default'],['../structllama_1_1mapping_1_1Heatmap.html#a4086c43804ed0bffd1f484a9142ef0a6',1,'llama::mapping::Heatmap::Heatmap(Mapping mapping)'],['../structllama_1_1mapping_1_1Heatmap.html#ac2c647634026cb6ea41aa8f9a4b06062',1,'llama::mapping::Heatmap::Heatmap(Args &&... innerArgs)']]], + ['help_1168',['help',['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a241d0ae35f9bac0dabf5713cde4dfda4',1,'llama::internal::LeafRecordCoordsImpl< Record< Fields... >, RecordCoord< RCs... > >::help()'],['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#adb2bd117dda728656e636518bc81e1e7',1,'llama::internal::LeafRecordCoordsImpl< Child[N], RecordCoord< RCs... > >::help()']]] ]; diff --git a/search/functions_8.js b/search/functions_8.js index ba2eefe14f..8294e8bf66 100644 --- a/search/functions_8.js +++ b/search/functions_8.js @@ -1,9 +1,9 @@ var searchData= [ - ['insert_1167',['insert',['../structllama_1_1Vector.html#a937ddab02e937975cd8b0e097250d337',1,'llama::Vector']]], - ['integbits_1168',['integBits',['../namespacellama_1_1mapping_1_1internal.html#a0b646068d34ea7c565e412d470de2abc',1,'llama::mapping::internal::integBits(E e, M m)'],['../namespacellama_1_1mapping_1_1internal.html#af82bc84df6926cd1cd56cd929c035aeb',1,'llama::mapping::internal::integBits(llama::internal::BoxedValue< Constant< E >>, llama::internal::BoxedValue< Constant< M >>)']]], - ['inttostrsize_1169',['intToStrSize',['../namespacellama_1_1internal.html#ad4195dfa3069a0e4cc1d15e13175cc88',1,'llama::internal']]], - ['iscomputed_1170',['isComputed',['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a1a168506193631b987170a3899038b8e',1,'llama::mapping::BitPackedFloatSoA::isComputed()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a84c762119deabae1c988a44538c6e69a',1,'llama::mapping::BitPackedFloatAoS::isComputed()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#ad120a49ea1e230878a8c20ae91f9fb7d',1,'llama::mapping::internal::BitPackedIntCommon::isComputed()'],['../structllama_1_1mapping_1_1Bytesplit.html#a5115425b91f0b0607696c9594d115a63',1,'llama::mapping::Bytesplit::isComputed()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a68727b90bf3ff0efcd886d539f1ec18b',1,'llama::mapping::FieldAccessCount::isComputed()'],['../structllama_1_1mapping_1_1Heatmap.html#ac0367a8b8a7b5edb75411364e8b1e7de',1,'llama::mapping::Heatmap::isComputed()'],['../structllama_1_1mapping_1_1Null.html#a699bf73e9c926389b2c9211098bae0c2',1,'llama::mapping::Null::isComputed()'],['../structllama_1_1mapping_1_1Projection.html#afe951187a320045148991fce5c61b224',1,'llama::mapping::Projection::isComputed()'],['../structllama_1_1mapping_1_1Split.html#af580f2bd1ebb7c0de5ad5437f287238b',1,'llama::mapping::Split::isComputed()']]], - ['isidentchar_1171',['isIdentChar',['../namespacellama_1_1internal.html#a7a180ada47fd3f35af9c404efbce16cf',1,'llama::internal']]], - ['iterator_1172',['Iterator',['../structllama_1_1Iterator.html#afa877e06adc28f4c7bb7644b2aa77d67',1,'llama::Iterator::Iterator()=default'],['../structllama_1_1Iterator.html#a87ca77106e3bf02e1ddf3124fd00a5de',1,'llama::Iterator::Iterator(ArrayIndexIterator arrayIndex, View *view)']]] + ['insert_1169',['insert',['../structllama_1_1Vector.html#a937ddab02e937975cd8b0e097250d337',1,'llama::Vector']]], + ['integbits_1170',['integBits',['../namespacellama_1_1mapping_1_1internal.html#a0b646068d34ea7c565e412d470de2abc',1,'llama::mapping::internal::integBits(E e, M m)'],['../namespacellama_1_1mapping_1_1internal.html#af82bc84df6926cd1cd56cd929c035aeb',1,'llama::mapping::internal::integBits(llama::internal::BoxedValue< Constant< E >>, llama::internal::BoxedValue< Constant< M >>)']]], + ['inttostrsize_1171',['intToStrSize',['../namespacellama_1_1internal.html#ad4195dfa3069a0e4cc1d15e13175cc88',1,'llama::internal']]], + ['iscomputed_1172',['isComputed',['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a1a168506193631b987170a3899038b8e',1,'llama::mapping::BitPackedFloatSoA::isComputed()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a84c762119deabae1c988a44538c6e69a',1,'llama::mapping::BitPackedFloatAoS::isComputed()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#ad120a49ea1e230878a8c20ae91f9fb7d',1,'llama::mapping::internal::BitPackedIntCommon::isComputed()'],['../structllama_1_1mapping_1_1Bytesplit.html#a5115425b91f0b0607696c9594d115a63',1,'llama::mapping::Bytesplit::isComputed()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a68727b90bf3ff0efcd886d539f1ec18b',1,'llama::mapping::FieldAccessCount::isComputed()'],['../structllama_1_1mapping_1_1Heatmap.html#ac0367a8b8a7b5edb75411364e8b1e7de',1,'llama::mapping::Heatmap::isComputed()'],['../structllama_1_1mapping_1_1Null.html#a699bf73e9c926389b2c9211098bae0c2',1,'llama::mapping::Null::isComputed()'],['../structllama_1_1mapping_1_1Projection.html#afe951187a320045148991fce5c61b224',1,'llama::mapping::Projection::isComputed()'],['../structllama_1_1mapping_1_1Split.html#af580f2bd1ebb7c0de5ad5437f287238b',1,'llama::mapping::Split::isComputed()']]], + ['isidentchar_1173',['isIdentChar',['../namespacellama_1_1internal.html#a7a180ada47fd3f35af9c404efbce16cf',1,'llama::internal']]], + ['iterator_1174',['Iterator',['../structllama_1_1Iterator.html#afa877e06adc28f4c7bb7644b2aa77d67',1,'llama::Iterator::Iterator()=default'],['../structllama_1_1Iterator.html#a87ca77106e3bf02e1ddf3124fd00a5de',1,'llama::Iterator::Iterator(ArrayIndexIterator arrayIndex, View *view)']]] ]; diff --git a/search/functions_9.js b/search/functions_9.js index 1e07da10bb..67290ed27b 100644 --- a/search/functions_9.js +++ b/search/functions_9.js @@ -1,8 +1,8 @@ var searchData= [ - ['load_1173',['load',['../structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html#ac4b0172c7b0eefdf91070cb949d6e39d',1,'llama::mapping::internal::ByteswapProjection::load()'],['../structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html#ad9404e7b583c785d8535dfa010b6571c',1,'llama::mapping::internal::ChangeTypeProjection::load()'],['../structllama_1_1RecordRef.html#a77847e3b3e62b78dd42938b079e5e4c7',1,'llama::RecordRef::load() -> Loader'],['../structllama_1_1RecordRef.html#aff7f72b957384a550cb2fee9c303b23b',1,'llama::RecordRef::load() const -> LoaderConst']]], - ['loadas_1174',['loadAs',['../structllama_1_1RecordRef.html#a9bc0da67e993fb64667e84e9a4efd36c',1,'llama::RecordRef::loadAs() -> TupleLike'],['../structllama_1_1RecordRef.html#abd56de3b1bc2549540a41e80f28bfcd7',1,'llama::RecordRef::loadAs() const -> TupleLike']]], - ['loadsimd_1175',['loadSimd',['../namespacellama.html#a6060f4836e56bda4689232f0d22fecf8',1,'llama']]], - ['loadsimdrecord_1176',['loadSimdRecord',['../namespacellama_1_1internal.html#a6cc3ab81fd3ee9d9fa0579a062e14dcb',1,'llama::internal']]], - ['loadunaligned_1177',['loadUnaligned',['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#ab5a7f0f2dd7e52aa220aad5256a477c6',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >']]] + ['load_1175',['load',['../structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html#ac4b0172c7b0eefdf91070cb949d6e39d',1,'llama::mapping::internal::ByteswapProjection::load()'],['../structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html#ad9404e7b583c785d8535dfa010b6571c',1,'llama::mapping::internal::ChangeTypeProjection::load()'],['../structllama_1_1RecordRef.html#a77847e3b3e62b78dd42938b079e5e4c7',1,'llama::RecordRef::load() -> Loader'],['../structllama_1_1RecordRef.html#aff7f72b957384a550cb2fee9c303b23b',1,'llama::RecordRef::load() const -> LoaderConst']]], + ['loadas_1176',['loadAs',['../structllama_1_1RecordRef.html#a9bc0da67e993fb64667e84e9a4efd36c',1,'llama::RecordRef::loadAs() -> TupleLike'],['../structllama_1_1RecordRef.html#abd56de3b1bc2549540a41e80f28bfcd7',1,'llama::RecordRef::loadAs() const -> TupleLike']]], + ['loadsimd_1177',['loadSimd',['../namespacellama.html#a6060f4836e56bda4689232f0d22fecf8',1,'llama']]], + ['loadsimdrecord_1178',['loadSimdRecord',['../namespacellama_1_1internal.html#a6cc3ab81fd3ee9d9fa0579a062e14dcb',1,'llama::internal']]], + ['loadunaligned_1179',['loadUnaligned',['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#ab5a7f0f2dd7e52aa220aad5256a477c6',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >']]] ]; diff --git a/search/functions_a.js b/search/functions_a.js index e6c5bd5c71..e275b7926f 100644 --- a/search/functions_a.js +++ b/search/functions_a.js @@ -1,17 +1,18 @@ var searchData= [ - ['makearrayextents_1178',['makeArrayExtents',['../namespacellama_1_1internal.html#aa53f8a0b5fadc80cbc91b1b8a1d7633c',1,'llama::internal']]], - ['makeblobarray_1179',['makeBlobArray',['../namespacellama_1_1internal.html#a36b0736740116d5e9fff6172f5b202af',1,'llama::internal']]], - ['makefromtuple_1180',['makeFromTuple',['../namespacellama_1_1internal.html#a0f1653ed919838d951dd7753b22cac7e',1,'llama::internal']]], - ['makemask_1181',['makeMask',['../namespacellama_1_1mapping_1_1internal.html#a1a664b935ea0dec203a00a0298ebb423',1,'llama::mapping::internal']]], - ['maketransformedblobarray_1182',['makeTransformedBlobArray',['../namespacellama_1_1internal.html#a8668f4ee45cbd9b4e752577b16631968',1,'llama::internal']]], - ['mantissabits_1183',['mantissaBits',['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a6ad0ddb793ff96207a435ff67cadc415',1,'llama::mapping::BitPackedFloatAoS::mantissaBits()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#aaa98b71746fe3183dd7eb27a65274c55',1,'llama::mapping::BitPackedFloatSoA::mantissaBits()']]], - ['mapping_1184',['mapping',['../structllama_1_1SubView.html#a0fa3920261624b9d5103204028552deb',1,'llama::SubView::mapping() const -> const Mapping &'],['../structllama_1_1SubView.html#a23a0bbbee3851f97f653f5f7ee908c39',1,'llama::SubView::mapping() -> Mapping &'],['../structllama_1_1View.html#a181eaaaf491f3ccf599503410cdbe42e',1,'llama::View::mapping() const -> const Mapping &'],['../structllama_1_1View.html#a02995d9561c50196f5efae24031c0af6',1,'llama::View::mapping() -> Mapping &']]], - ['mapping_1185',['Mapping',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a5a86485e3f5a72228c2831ff8a708125',1,'llama::mapping::tree::Mapping::Mapping(ArrayExtents extents, TreeOperationList treeOperationList, RecordDim={})'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#ad6a24222f361e29632ad42e5d3fd1f20',1,'llama::mapping::tree::Mapping::Mapping()=default']]], - ['mappingbase_1186',['MappingBase',['../structllama_1_1mapping_1_1MappingBase.html#a3ca09f04e20b05688fa3ca89c5224fde',1,'llama::mapping::MappingBase::MappingBase()=default'],['../structllama_1_1mapping_1_1MappingBase.html#adc783715f8bed6b56073c1ad4db068e4',1,'llama::mapping::MappingBase::MappingBase(ArrayExtents extents, RecordDim={})']]], - ['mapspiecewisecontiguous_1187',['mapsPiecewiseContiguous',['../namespacellama.html#a32bf07b53ebc403eee401038fc95b591',1,'llama']]], - ['maptomemory_1188',['mapToMemory',['../namespacellama.html#ae38fc0d77ddcdd41b2f2522f4c5bd24e',1,'llama']]], - ['mergefunctors_1189',['MergeFunctors',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#a8767dc6be695cfddd20d5200b431d1be',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::MergeFunctors(const Tree &, const Tuple<> &)'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#a290a4b78f8aaec3cf18f137d1d523ce8',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::MergeFunctors()=default'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a0529e28ca7c5c7dea31601b5d67cfdb5',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::MergeFunctors(const Tree &tree, const Tuple< Operations... > &treeOperationList)'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#ab99604ea7d89b69746842fc591b37d16',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::MergeFunctors()=default']]], - ['mergerecorddimsimpl_1190',['mergeRecordDimsImpl',['../namespacellama_1_1internal.html#ab4ccd5eb73c48197b867b5fe4c98c55f',1,'llama::internal::mergeRecordDimsImpl(mp_identity< A > a, mp_identity< B >)'],['../namespacellama_1_1internal.html#afe13a6eb1562dd88e013a7529bad0018',1,'llama::internal::mergeRecordDimsImpl([[maybe_unused]] mp_identity< A[NA]> a, [[maybe_unused]] mp_identity< B[NB]> b)'],['../namespacellama_1_1internal.html#aca5b24ea77db0dbdd074d1235fd1630c',1,'llama::internal::mergeRecordDimsImpl(mp_identity< Record< FieldsA... >> a, mp_identity< Record<>>)'],['../namespacellama_1_1internal.html#acfbbb27c8356e64d8f7282336c3b60a1',1,'llama::internal::mergeRecordDimsImpl(mp_identity< Record< FieldsA... >>, mp_identity< Record< FieldB, FieldsB... >>)']]], - ['mpforeachinlined_1191',['mpForEachInlined',['../namespacellama_1_1internal.html#acde58af143505d1ef6a1d7e34d181e5f',1,'llama::internal']]] + ['makearrayextents_1180',['makeArrayExtents',['../namespacellama_1_1internal.html#aa53f8a0b5fadc80cbc91b1b8a1d7633c',1,'llama::internal']]], + ['makeblobarray_1181',['makeBlobArray',['../namespacellama_1_1internal.html#a36b0736740116d5e9fff6172f5b202af',1,'llama::internal']]], + ['makefromtuple_1182',['makeFromTuple',['../namespacellama_1_1internal.html#a0f1653ed919838d951dd7753b22cac7e',1,'llama::internal']]], + ['makemask_1183',['makeMask',['../namespacellama_1_1mapping_1_1internal.html#a1a664b935ea0dec203a00a0298ebb423',1,'llama::mapping::internal']]], + ['maketransformedblobarray_1184',['makeTransformedBlobArray',['../namespacellama_1_1internal.html#a8668f4ee45cbd9b4e752577b16631968',1,'llama::internal']]], + ['mantissabits_1185',['mantissaBits',['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a6ad0ddb793ff96207a435ff67cadc415',1,'llama::mapping::BitPackedFloatAoS::mantissaBits()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#aaa98b71746fe3183dd7eb27a65274c55',1,'llama::mapping::BitPackedFloatSoA::mantissaBits()']]], + ['mapping_1186',['mapping',['../structllama_1_1SubView.html#a0fa3920261624b9d5103204028552deb',1,'llama::SubView::mapping() const -> const Mapping &'],['../structllama_1_1SubView.html#a23a0bbbee3851f97f653f5f7ee908c39',1,'llama::SubView::mapping() -> Mapping &'],['../structllama_1_1View.html#a181eaaaf491f3ccf599503410cdbe42e',1,'llama::View::mapping() const -> const Mapping &'],['../structllama_1_1View.html#a02995d9561c50196f5efae24031c0af6',1,'llama::View::mapping() -> Mapping &']]], + ['mapping_1187',['Mapping',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a5a86485e3f5a72228c2831ff8a708125',1,'llama::mapping::tree::Mapping::Mapping(ArrayExtents extents, TreeOperationList treeOperationList, RecordDim={})'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#ad6a24222f361e29632ad42e5d3fd1f20',1,'llama::mapping::tree::Mapping::Mapping()=default']]], + ['mappingbase_1188',['MappingBase',['../structllama_1_1mapping_1_1MappingBase.html#a3ca09f04e20b05688fa3ca89c5224fde',1,'llama::mapping::MappingBase::MappingBase()=default'],['../structllama_1_1mapping_1_1MappingBase.html#adc783715f8bed6b56073c1ad4db068e4',1,'llama::mapping::MappingBase::MappingBase(ArrayExtents extents, RecordDim={})']]], + ['mapspiecewisecontiguous_1189',['mapsPiecewiseContiguous',['../namespacellama.html#a32bf07b53ebc403eee401038fc95b591',1,'llama']]], + ['maptomemory_1190',['mapToMemory',['../namespacellama.html#ae38fc0d77ddcdd41b2f2522f4c5bd24e',1,'llama']]], + ['memcpyblobs_1191',['memcpyBlobs',['../namespacellama.html#a4959ae52801ba64e6f6c3ba612de29b7',1,'llama']]], + ['mergefunctors_1192',['MergeFunctors',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#a8767dc6be695cfddd20d5200b431d1be',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::MergeFunctors(const Tree &, const Tuple<> &)'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#a290a4b78f8aaec3cf18f137d1d523ce8',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::MergeFunctors()=default'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a0529e28ca7c5c7dea31601b5d67cfdb5',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::MergeFunctors(const Tree &tree, const Tuple< Operations... > &treeOperationList)'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#ab99604ea7d89b69746842fc591b37d16',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::MergeFunctors()=default']]], + ['mergerecorddimsimpl_1193',['mergeRecordDimsImpl',['../namespacellama_1_1internal.html#ab4ccd5eb73c48197b867b5fe4c98c55f',1,'llama::internal::mergeRecordDimsImpl(mp_identity< A > a, mp_identity< B >)'],['../namespacellama_1_1internal.html#afe13a6eb1562dd88e013a7529bad0018',1,'llama::internal::mergeRecordDimsImpl([[maybe_unused]] mp_identity< A[NA]> a, [[maybe_unused]] mp_identity< B[NB]> b)'],['../namespacellama_1_1internal.html#aca5b24ea77db0dbdd074d1235fd1630c',1,'llama::internal::mergeRecordDimsImpl(mp_identity< Record< FieldsA... >> a, mp_identity< Record<>>)'],['../namespacellama_1_1internal.html#acfbbb27c8356e64d8f7282336c3b60a1',1,'llama::internal::mergeRecordDimsImpl(mp_identity< Record< FieldsA... >>, mp_identity< Record< FieldB, FieldsB... >>)']]], + ['mpforeachinlined_1194',['mpForEachInlined',['../namespacellama_1_1internal.html#acde58af143505d1ef6a1d7e34d181e5f',1,'llama::internal']]] ]; diff --git a/search/functions_b.js b/search/functions_b.js index 4a83aaf1ed..7d36d63b9e 100644 --- a/search/functions_b.js +++ b/search/functions_b.js @@ -1,4 +1,4 @@ var searchData= [ - ['nrandoffset_1192',['NrAndOffset',['../namespacellama.html#a33a2a1438ebfa33ecdae893ab0b93e37',1,'llama']]] + ['nrandoffset_1195',['NrAndOffset',['../namespacellama.html#a33a2a1438ebfa33ecdae893ab0b93e37',1,'llama']]] ]; diff --git a/search/functions_c.js b/search/functions_c.js index a87fc738c3..8db6ca4452 100644 --- a/search/functions_c.js +++ b/search/functions_c.js @@ -1,32 +1,32 @@ var searchData= [ - ['offsetofimplworkaround_1193',['offsetOfImplWorkaround',['../namespacellama_1_1internal.html#a8420725970ab9da75999e4dfad4e8590',1,'llama::internal']]], - ['one_1194',['One',['../structllama_1_1mapping_1_1One.html#a6e1341053b9461e3f67815825aa0417a',1,'llama::mapping::One::One(TArrayExtents extents, TRecordDim={})'],['../structllama_1_1mapping_1_1One.html#a3bb9a8f7aee62826434957ad56162388',1,'llama::mapping::One::One()=default']]], - ['operator_20const_20value_5ftype_20_26_1195',['operator const value_type &',['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a7a7dd8e2515d64235811144996cfa5e1',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >']]], - ['operator_20float_1196',['operator Float',['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#a8dc6feb7bd643fcab23cb6f27227a35a',1,'llama::mapping::internal::BitPackedFloatRef']]], - ['operator_20integral_1197',['operator Integral',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#adf3e2089299b70d1eee2387263a14c7a',1,'llama::mapping::internal::BitPackedIntRef']]], - ['operator_20t_1198',['operator T',['../structllama_1_1RecordRef_1_1Loader.html#a82ac4d3357448dc9d5bc8f699d9347f1',1,'llama::RecordRef::Loader::operator T()'],['../structllama_1_1internal_1_1Dyn.html#a7c82aad3ed7ccb6cfa1827dcfa03c03e',1,'llama::internal::Dyn::operator T()'],['../structllama_1_1RecordRef_1_1LoaderConst.html#a8ec460ffb2980ae5d3c28f89399ea91e',1,'llama::RecordRef::LoaderConst::operator T()'],['../structllama_1_1mapping_1_1internal_1_1NullReference.html#ab7175083a8875287bb278fc746bf8fb2',1,'llama::mapping::internal::NullReference::operator T()']]], - ['operator_20value_5ftype_1199',['operator value_type',['../structllama_1_1accessor_1_1Const_1_1Reference.html#a54245525bd23e9bbe3950b1809e2e8f4',1,'llama::accessor::Const::Reference::operator value_type()'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html#ad0ce8998aa95ad6d1b1af8b3e42846a1',1,'llama::accessor::Locked::Reference::operator value_type()'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#accb43aa5bb33fb0ce8227e8a6fd52190',1,'llama::mapping::Bytesplit::Reference::operator value_type()'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#aa3a2a4c948c885d0658cded1dd3c3800',1,'llama::mapping::internal::FieldAccessCountReference::operator value_type()'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#ad4cffefe1c8bdf53977b935f58d6430b',1,'llama::mapping::internal::ProjectionReference::operator value_type()']]], - ['operator_20value_5ftype_20_26_1200',['operator value_type &',['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#ae257df6f897f467d5cba50ff7a599325',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >']]], - ['operator_21_3d_1201',['operator!=',['../namespacellama.html#a20099242b7f987d98d361a5f46ab90ae',1,'llama::operator!=(RecordCoord< CoordsA... > a, RecordCoord< CoordsB... > b)'],['../namespacellama.html#a07c4b4fb7b3d91e88bca98224400ac32',1,'llama::operator!=(const Tuple< ElementsA... > &a, const Tuple< ElementsB... > &b) -> bool'],['../namespacellama.html#a4a8faed7400b66b8a3d13185ea2a26e4',1,'llama::operator!=(const NrAndOffset< TA > &a, const NrAndOffset< TB > &b) -> bool'],['../namespacellama.html#aa969f915a561005ba54a2c698a184965',1,'llama::operator!=(ArrayExtents< SizeTypeA, SizesA... > a, ArrayExtents< SizeTypeB, SizesB... > b) -> bool'],['../namespacellama.html#a91513e7294d6476ee4c4362a4093997f',1,'llama::operator!=(ArrayIndex< TA, Dim > a, ArrayIndex< TB, Dim > b) -> bool'],['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a684eb9d179b19cfff2857631b175b411',1,'llama::bloballoc::AlignedAllocator::operator!=()']]], - ['operator_22_22_5frc_1202',['operator""_RC',['../namespacellama_1_1literals.html#aafe5ae24f96109b3ca3d05eaf550e880',1,'llama::operator""_RC()'],['../namespacellama_1_1literals.html#aafe5ae24f96109b3ca3d05eaf550e880',1,'llama::literals::operator""_RC()']]], - ['operator_25_3d_1203',['operator%=',['../structllama_1_1RecordRef.html#abafb5f446c0f5d3b4c3e0f82b68c2cf8',1,'llama::RecordRef::operator%=()'],['../structllama_1_1ProxyRefOpMixin.html#a79956552e378d2dbb181c1e925b2278c',1,'llama::ProxyRefOpMixin::operator%=(const ValueType &rhs) -> Derived &']]], - ['operator_26_3d_1204',['operator&=',['../structllama_1_1ProxyRefOpMixin.html#a9f835cd88e899ce34527bafba1751bb9',1,'llama::ProxyRefOpMixin']]], - ['operator_28_29_1205',['operator()',['../structllama_1_1internal_1_1MultiplyAssign.html#a599a7a6643c36cb570c176f43c4496ca',1,'llama::internal::MultiplyAssign::operator()()'],['../structllama_1_1internal_1_1DivideAssign.html#a4ef194014d4c19d8bba9c2c3a0b7d9e0',1,'llama::internal::DivideAssign::operator()()'],['../structllama_1_1internal_1_1ModuloAssign.html#ac863db222276f891da642407b09c9d0c',1,'llama::internal::ModuloAssign::operator()()'],['../structllama_1_1RecordRef.html#a6e3f77a18819a49ab694345faffab318',1,'llama::RecordRef::operator()(RecordCoord< Coord... >) const -> decltype(auto)'],['../structllama_1_1RecordRef.html#a033f16ec277c95ff8a0c5444c6bcb2bc',1,'llama::RecordRef::operator()(RecordCoord< Coord... >) -> decltype(auto)'],['../structllama_1_1RecordRef.html#a253303389a1a90b2f34508d5761d2e74',1,'llama::RecordRef::operator()(Tags...) const -> decltype(auto)'],['../structllama_1_1RecordRef.html#a010b5195d6633f6b656542bd57d48185',1,'llama::RecordRef::operator()(Tags...) -> decltype(auto)'],['../structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html#ac7feadd8ba99ce12ece0f844da21c099',1,'std::hash< llama::RecordRef< View, BoundRecordCoord, OwnView > >::operator()()'],['../structllama_1_1View.html#aeb97975804a31ebbddc3c53d4fbacdd5',1,'llama::View::operator()(llama::ArrayIndex< V, ArrayIndex::rank >) const'],['../structllama_1_1View.html#a7c3249eb32762c1e26a0a568091483ed',1,'llama::View::operator()(ArrayIndex ai) const -> decltype(auto)'],['../structllama_1_1View.html#a821703da22b47469141cd8b65f96a1ec',1,'llama::View::operator()(ArrayIndex ai) -> decltype(auto)'],['../structllama_1_1View.html#a99b9fd989744030d2b082b830ae4beb4',1,'llama::View::operator()(Indices... indices) const -> decltype(auto)'],['../structllama_1_1View.html#a62688dca2ffbedad30e219e2aa7d5400',1,'llama::View::operator()(Indices... indices) -> decltype(auto)'],['../structllama_1_1SubView.html#a545a766009667718fe1e7b9585c1760f',1,'llama::SubView::operator()(ArrayIndex ai) const -> decltype(auto)'],['../structllama_1_1SubView.html#a50c97c98b3b809230d5e006ce53f17f8',1,'llama::SubView::operator()(ArrayIndex ai) -> decltype(auto)'],['../structllama_1_1SubView.html#a891fb642b429a85a5bfee3570e43bc93',1,'llama::SubView::operator()(Indices... indices) const -> decltype(auto)'],['../structllama_1_1SubView.html#aac4ed75f83dedfee9601b8db3a44f9b9',1,'llama::SubView::operator()(Indices... indices) -> decltype(auto)'],['../structllama_1_1SubView.html#a7d6083bb7bd3625af019c0249b7c2ae1',1,'llama::SubView::operator()(RecordCoord< Coords... > rc={}) const -> decltype(auto)'],['../structllama_1_1SubView.html#a50ea3ae3586fb42363a16ed5cf54b864',1,'llama::SubView::operator()(RecordCoord< Coords... > rc={}) -> decltype(auto)'],['../structllama_1_1bloballoc_1_1Vector.html#a460676ac82586d1bef38037a1816464b',1,'llama::bloballoc::Vector::operator()()'],['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#afa32b5cfa2ca7d69cf74dfbde40c9d95',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >::operator()()'],['../structllama_1_1accessor_1_1Locked.html#aeee88009c22da968858523bfe8316558',1,'llama::accessor::Locked::operator()(T &r) const -> Reference< T &, std::remove_cv_t< T >>'],['../structllama_1_1accessor_1_1Locked.html#ab8f42cfaab9ba2478575e14fba16bb7a',1,'llama::accessor::Locked::operator()(PR r) const -> Reference< PR, typename PR::value_type >'],['../structllama_1_1accessor_1_1Restrict.html#a5c9e0516db9ef5137d4efe33f7954721',1,'llama::accessor::Restrict::operator()()'],['../structllama_1_1accessor_1_1Const.html#a1f214c5b705993d5a170c6441b6ec026',1,'llama::accessor::Const::operator()(ProxyReference r) const'],['../structllama_1_1accessor_1_1Const.html#aea8d22de7eb9b5f5020b69ed6286a435',1,'llama::accessor::Const::operator()(T &r) const -> const T &'],['../structllama_1_1accessor_1_1ByValue.html#a0cb861c84429f058947e64cb305d3943',1,'llama::accessor::ByValue::operator()()'],['../structllama_1_1accessor_1_1Default.html#a6bf43e681fa33310219aa1389743e6bc',1,'llama::accessor::Default::operator()()'],['../structllama_1_1internal_1_1MinusAssign.html#a5478fd18a86b7a6c8f07f45159f8e9b7',1,'llama::internal::MinusAssign::operator()()'],['../structllama_1_1bloballoc_1_1Array.html#a3c282745bc38c9554406545e7d108520',1,'llama::bloballoc::Array::operator()()'],['../structllama_1_1bloballoc_1_1UniquePtr.html#affa75475e5567690fee1a68fab39b5b7',1,'llama::bloballoc::UniquePtr::operator()()'],['../structllama_1_1bloballoc_1_1SharedPtr.html#acb24918a6bf634b254bdfead6c1062dc',1,'llama::bloballoc::SharedPtr::operator()()'],['../structllama_1_1bloballoc_1_1AlpakaBuf.html#a3735e7625813dad6e0d3ee033e12bcce',1,'llama::bloballoc::AlpakaBuf::operator()()'],['../structllama_1_1Copy.html#a5456c747d230db86a65cb67f67d1aa05',1,'llama::Copy::operator()()'],['../structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4.html#a07d8bb1043f704c649aba7ec2090b4c0',1,'llama::Copy< Mapping, Mapping >::operator()()'],['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Linecca40af6cbfeabebd92c0340cc1055ba.html#ae141b585c31bc810d01aeaec10d96e41',1,'llama::Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields >, std::enable_if_t< LanesSrc !=LanesDst > >::operator()()'],['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line859743977e4e49efc57e47040098b4b8.html#ae38407734a9910b9973081739990d445',1,'llama::Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::SoA< ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields > >::operator()()'],['../structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub712ac8967d7b9cd8f921b93e85e89274.html#a9c7e14912f334590b7420ac2b7d6bb77',1,'llama::Copy< mapping::SoA< ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields > >::operator()()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexRight.html#a2e557b74062a4f706f7454bde2e20e9b',1,'llama::mapping::LinearizeArrayIndexRight::operator()()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html#a6494312cef4828f0bf1360f585c22843',1,'llama::mapping::LinearizeArrayIndexLeft::operator()()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html#a17efec391738bcb8395f7592474ad3bf',1,'llama::mapping::LinearizeArrayIndexMorton::operator()()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html#a32b64325b2b8255a3965a073fd4075d0',1,'llama::mapping::tree::functor::internal::ChangeNodeChildsRuntimeFunctor::operator()(const Node< Identifier, Type, CountType > &element) const'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html#a88176c7696b38941ce3359063566933b',1,'llama::mapping::tree::functor::internal::ChangeNodeChildsRuntimeFunctor::operator()(const Leaf< Identifier, Type, CountType > &element) const'],['../structllama_1_1internal_1_1Assign.html#ae8e7737477254928607c54a1dbe94918',1,'llama::internal::Assign::operator()()'],['../structllama_1_1internal_1_1PlusAssign.html#a686ab20e5ce7f7383f161ca6465deba7',1,'llama::internal::PlusAssign::operator()()']]], - ['operator_2a_1206',['operator*',['../structllama_1_1ArrayIndexIterator.html#a20ba6e8b4037ade1d9531ed712d2df70',1,'llama::ArrayIndexIterator::operator*()'],['../structllama_1_1Iterator.html#ac406e8f60f2dd8779a535d1f94dbc795',1,'llama::Iterator::operator*()']]], - ['operator_2a_3d_1207',['operator*=',['../structllama_1_1ProxyRefOpMixin.html#a427586bad791a7de5d69fcb990a4a2c8',1,'llama::ProxyRefOpMixin::operator*=()'],['../structllama_1_1RecordRef.html#a1c69b88762056ac2e1524e0ab81f12d8',1,'llama::RecordRef::operator*=()']]], - ['operator_2b_2b_1208',['operator++',['../structllama_1_1Iterator.html#a7c9b13ab0033fe418550d192dbf8c8e1',1,'llama::Iterator::operator++(int) -> Iterator'],['../structllama_1_1Iterator.html#ae8ae5582cfdbdcefc5507083a83422d7',1,'llama::Iterator::operator++() -> Iterator &'],['../structllama_1_1ProxyRefOpMixin.html#a1df0708f468d3bde426e868788da05ba',1,'llama::ProxyRefOpMixin::operator++(int) -> ValueType'],['../structllama_1_1ProxyRefOpMixin.html#a0bf9f2e980a32925ce02eacec3103bf1',1,'llama::ProxyRefOpMixin::operator++() -> Derived &'],['../structllama_1_1ArrayIndexIterator.html#a567d04b0dca1bb990226968580b82cd4',1,'llama::ArrayIndexIterator::operator++(int) noexcept -> ArrayIndexIterator'],['../structllama_1_1ArrayIndexIterator.html#aa0690871b4b8f9a59376db29497c1b9a',1,'llama::ArrayIndexIterator::operator++() noexcept -> ArrayIndexIterator &']]], - ['operator_2b_3d_1209',['operator+=',['../structllama_1_1ProxyRefOpMixin.html#aea6caa1eeacdd3fab0a7d5d91b4364ac',1,'llama::ProxyRefOpMixin::operator+=()'],['../structllama_1_1RecordRef.html#a9a7f0b8d765f985f5d0c287574339abe',1,'llama::RecordRef::operator+=()'],['../structllama_1_1Iterator.html#ab377eb97fca60b105a68457202ed5a3c',1,'llama::Iterator::operator+=()'],['../structllama_1_1ArrayIndexIterator.html#a601f4eb37dbc1c4e2af0905d00ef40f7',1,'llama::ArrayIndexIterator::operator+=(difference_type n) noexcept -> ArrayIndexIterator &']]], - ['operator_2d_2d_1210',['operator--',['../structllama_1_1ArrayIndexIterator.html#ae64cfbd8c33f73c3cf38d8c2429233bc',1,'llama::ArrayIndexIterator::operator--()'],['../structllama_1_1Iterator.html#aeee99cc02b53356ae49018fca42545ce',1,'llama::Iterator::operator--(int) -> Iterator'],['../structllama_1_1Iterator.html#a8c51c62fb62cc6ee312758abc6614bc9',1,'llama::Iterator::operator--() -> Iterator &'],['../structllama_1_1ProxyRefOpMixin.html#a38d2f14e872312209bb5089dcb48b5a1',1,'llama::ProxyRefOpMixin::operator--(int) -> ValueType'],['../structllama_1_1ProxyRefOpMixin.html#aaf96151b0aface32e6510a9f15ee616c',1,'llama::ProxyRefOpMixin::operator--() -> Derived &'],['../structllama_1_1ArrayIndexIterator.html#a2924a2efc35efe082daafa3c05f37d4b',1,'llama::ArrayIndexIterator::operator--()']]], - ['operator_2d_3d_1211',['operator-=',['../structllama_1_1RecordRef.html#afb9891628650a1683571f894cb9e72a2',1,'llama::RecordRef::operator-=()'],['../structllama_1_1ProxyRefOpMixin.html#a6e149fa3d0657b524413f1dfddad9288',1,'llama::ProxyRefOpMixin::operator-=()'],['../structllama_1_1ArrayIndexIterator.html#a18c922c3e83766318c6acb3132dafeef',1,'llama::ArrayIndexIterator::operator-=()'],['../structllama_1_1Iterator.html#a103b724eee7cae5ac77ddcd1a778ea68',1,'llama::Iterator::operator-=()']]], - ['operator_2d_3e_1212',['operator->',['../structllama_1_1ArrayIndexIterator.html#afa00fec4935dbc1db0dd97758d605174',1,'llama::ArrayIndexIterator::operator->()'],['../structllama_1_1internal_1_1IndirectValue.html#a9e1235bce9b7f0e0a9bbeed981e8101a',1,'llama::internal::IndirectValue::operator->() -> T *'],['../structllama_1_1internal_1_1IndirectValue.html#a8cf8698ea1092f12ce8e2bea6531deda',1,'llama::internal::IndirectValue::operator->() const -> const T *'],['../structllama_1_1Iterator.html#abdb38ef910a41d212722d22357c2f3cc',1,'llama::Iterator::operator->()']]], - ['operator_2f_3d_1213',['operator/=',['../structllama_1_1ProxyRefOpMixin.html#aa5c01adb17955a5be25e835456d947fb',1,'llama::ProxyRefOpMixin::operator/=()'],['../structllama_1_1RecordRef.html#a50d350658c5c5184ef0f2e25e2aaace9',1,'llama::RecordRef::operator/=()']]], - ['operator_3c_3c_1214',['operator<<',['../namespacellama.html#a056e745a18ef7e0342d719e1ce678b17',1,'llama::operator<<(std::ostream &os, RecordCoord< RCs... >) -> std::ostream &'],['../namespacellama.html#a4d7c3018578c28fe8a22d817570dbfca',1,'llama::operator<<(std::ostream &os, const RecordRef< View, BoundRecordCoord, OwnView > &vr) -> std::ostream &'],['../namespacellama.html#a6b9492ccf576f0f3683d893e35882a54',1,'llama::operator<<(std::ostream &os, const Array< T, N > &a) -> std::ostream &']]], - ['operator_3c_3c_3d_1215',['operator<<=',['../structllama_1_1ProxyRefOpMixin.html#a389ff0250f209c2643df1cc6bb996962',1,'llama::ProxyRefOpMixin']]], - ['operator_3d_1216',['operator=',['../structllama_1_1accessor_1_1Const_1_1Reference.html#ae28d2bac2976d8b8822aa9ec0e983bfa',1,'llama::accessor::Const::Reference::operator=()'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a703c4fdc2aa8d678bd707e41b0ce144e',1,'llama::accessor::Locked::Reference::operator=()'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a987fcaf6929646d8f264947e2c4d81c5',1,'llama::accessor::Const::Reference::operator=()'],['../structllama_1_1Vector.html#a36792850ed3212ef272c31d1f6006bd7',1,'llama::Vector::operator=(Vector &&other) noexcept -> Vector &'],['../structllama_1_1Vector.html#a9438c49ab6897f544779b06f5a3d8c8c',1,'llama::Vector::operator=(const Vector &other) -> Vector &=default'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aef0d1e7e602204027ed415063a85f8ba',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::operator=(value_type v) -> ScopedUpdate &'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aeae27e5a2b92ad99e3da4a4cd16b50b8',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::operator=(ScopedUpdate &&) noexcept -> ScopedUpdate &=default'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a6daaf806e8e2fe26874f7c1b395186d1',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::operator=(const ScopedUpdate &) -> ScopedUpdate &=delete'],['../structllama_1_1ScopedUpdate.html#aef4f92c4473a19dad4b219686a3bba57',1,'llama::ScopedUpdate::operator=()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#ae3151a3b5f02ee4e3bea589a56c3377c',1,'llama::mapping::internal::BitPackedFloatRef::operator=()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#a7b0e4335cde52c10ffdee5d1e2c9b025',1,'llama::mapping::internal::BitPackedIntRef::operator=()'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#a576d03612330d02949b5c39eee5feeec',1,'llama::mapping::Bytesplit::Reference::operator=(const Reference &other) -> Reference &'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#aa90f46d1590b8fcda4935f29493a0289',1,'llama::mapping::Bytesplit::Reference::operator=(value_type v) -> Reference &'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a3f62661bce4f0794057c32c51196d38c',1,'llama::mapping::internal::FieldAccessCountReference::operator=(FieldAccessCountReference &&ref) noexcept -> FieldAccessCountReference &=default'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a63cc1a2ae3f2773f3bb08d4783943aad',1,'llama::mapping::internal::FieldAccessCountReference::operator=(const FieldAccessCountReference &ref) -> FieldAccessCountReference &'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a28ede71afe3c7577ee3b86683fe9d97a',1,'llama::mapping::internal::FieldAccessCountReference::operator=(value_type value) -> FieldAccessCountReference &'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#ac5ca46ded1c950a100e4eb31956d23c7',1,'llama::mapping::internal::BitPackedIntRef::operator=()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#a47d0dcc9fc656ad3f6031fc933447889',1,'llama::mapping::internal::BitPackedFloatRef::operator=()'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a24373ccaae6c09ab95e9059e8e95f112',1,'llama::accessor::Locked::Reference::operator=()'],['../structllama_1_1ScopedUpdate.html#a3ce7e6001813df201f857f039fda5d63',1,'llama::ScopedUpdate::operator=()'],['../structllama_1_1mapping_1_1internal_1_1NullReference.html#aec59109e33b5a655f8a782fea81cde82',1,'llama::mapping::internal::NullReference::operator=()'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#ac3e3bd6d44525142ff704cbc995bad56',1,'llama::mapping::internal::ProjectionReference::operator=(const ProjectionReference &other) -> ProjectionReference &'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a1f6cd477412a83bb1e02412fee99f51e',1,'llama::mapping::internal::ProjectionReference::operator=(value_type v) -> ProjectionReference &'],['../structllama_1_1RecordRef.html#a0550786f236bad995846f06ca51ae789',1,'llama::RecordRef::operator=(const RecordRef &other) -> RecordRef &'],['../structllama_1_1RecordRef.html#a3f3bb1d6f14928ec1a5aac3cdbcd40f6',1,'llama::RecordRef::operator=(RecordRef &&) noexcept -> RecordRef &=default'],['../structllama_1_1RecordRef.html#a2e05d072491116eca8afbe5251b79abf',1,'llama::RecordRef::operator=(const T &other) -> RecordRef &']]], - ['operator_3d_3d_1217',['operator==',['../namespacellama.html#ad527d6d304c87d6ab25d4d78e15cebc4',1,'llama::operator==(const Tuple< ElementsA... > &a, const Tuple< ElementsB... > &b) -> bool'],['../namespacellama.html#a491b771e37f3d0b8668883df9d0c02d0',1,'llama::operator==(ArrayIndex< TA, Dim > a, ArrayIndex< TB, Dim > b) -> bool'],['../namespacellama.html#a1cb8ee545443974c602115ab987f05e7',1,'llama::operator==(ArrayExtents< SizeTypeA, SizesA... > a, ArrayExtents< SizeTypeB, SizesB... > b) -> bool'],['../namespacellama.html#a5c7f2c72590f73698ff6f31ba44ec0a3',1,'llama::operator==(const NrAndOffset< TA > &a, const NrAndOffset< TB > &b) -> bool'],['../namespacellama.html#abdf2ad9d154fb837e684d57779272efb',1,'llama::operator==(RecordCoord< CoordsA... >, RecordCoord< CoordsB... >)'],['../namespacellama.html#a8aa8382ac8cefc8c2efceb8e4dab263a',1,'llama::operator==(RecordCoord< Coords... >, RecordCoord< Coords... >)'],['../structllama_1_1bloballoc_1_1AlignedAllocator.html#ad907d1d91d829b7eb80c3d64969bad92',1,'llama::bloballoc::AlignedAllocator::operator==()']]], - ['operator_3e_3e_3d_1218',['operator>>=',['../structllama_1_1ProxyRefOpMixin.html#a461255210746b50f4b018054a2e00079',1,'llama::ProxyRefOpMixin']]], - ['operator_5b_5d_1219',['operator[]',['../structllama_1_1Vector.html#a5c067fb96450c34ec8a1462d15fa5bcd',1,'llama::Vector::operator[]()'],['../structllama_1_1Array.html#a18c4dca04c7d6ed3091def6653a8ae75',1,'llama::Array::operator[](IndexType &&idx) -> T &'],['../structllama_1_1Array.html#acee9cb1b5239b0bd63be77c4f76b4603',1,'llama::Array::operator[](IndexType &&idx) const -> const T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#afc5128ff6c2e26e17ffd7f5711ee3fbb',1,'llama::Array< T, 0 >::operator[](IndexType &&) -> T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#afda739c590404bbf9968ea6d1125e695',1,'llama::Array< T, 0 >::operator[](IndexType &&) const -> const T &'],['../structllama_1_1ArrayExtents.html#abff3ef6c9c1dede51fb8d21bc45d7e80',1,'llama::ArrayExtents::operator[]()'],['../structllama_1_1ArrayIndexIterator.html#a72f93926977ca4360c7feca921f93c20',1,'llama::ArrayIndexIterator::operator[]()'],['../structllama_1_1Vector.html#a5429ce10ed8b8133e60a315282a76d2d',1,'llama::Vector::operator[]()'],['../structllama_1_1Iterator.html#a1fd67ec2c13b9fee525c8757ae494d61',1,'llama::Iterator::operator[]()'],['../structllama_1_1View.html#a13b76bc25289fb7376b9dbfe9afc0cec',1,'llama::View::operator[](ArrayIndex ai) const -> decltype(auto)'],['../structllama_1_1View.html#a526da546f43015bdd691572260cb7a90',1,'llama::View::operator[](ArrayIndex ai) -> decltype(auto)'],['../structllama_1_1View.html#a5b2e47c3ed82390f8a988f9cd8451a08',1,'llama::View::operator[](llama::ArrayIndex< V, ArrayIndex::rank >) const'],['../structllama_1_1View.html#aeaa37e0e681119833521a96c20228ccb',1,'llama::View::operator[](size_type index) const -> decltype(auto)'],['../structllama_1_1View.html#acb1c44d96c698a0f6ca8f288e9f28914',1,'llama::View::operator[](size_type index) -> decltype(auto)']]], - ['operator_5e_3d_1220',['operator^=',['../structllama_1_1ProxyRefOpMixin.html#a74fa44395646ece004b25ddc9058ab54',1,'llama::ProxyRefOpMixin']]], - ['operator_7c_3d_1221',['operator|=',['../structllama_1_1ProxyRefOpMixin.html#a1761f974bd6b1b26bd3406db9bc10900',1,'llama::ProxyRefOpMixin']]] + ['offsetofimplworkaround_1196',['offsetOfImplWorkaround',['../namespacellama_1_1internal.html#a8420725970ab9da75999e4dfad4e8590',1,'llama::internal']]], + ['one_1197',['One',['../structllama_1_1mapping_1_1One.html#a6e1341053b9461e3f67815825aa0417a',1,'llama::mapping::One::One(TArrayExtents extents, TRecordDim={})'],['../structllama_1_1mapping_1_1One.html#a3bb9a8f7aee62826434957ad56162388',1,'llama::mapping::One::One()=default']]], + ['operator_20const_20value_5ftype_20_26_1198',['operator const value_type &',['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a7a7dd8e2515d64235811144996cfa5e1',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >']]], + ['operator_20float_1199',['operator Float',['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#a8dc6feb7bd643fcab23cb6f27227a35a',1,'llama::mapping::internal::BitPackedFloatRef']]], + ['operator_20integral_1200',['operator Integral',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#adf3e2089299b70d1eee2387263a14c7a',1,'llama::mapping::internal::BitPackedIntRef']]], + ['operator_20t_1201',['operator T',['../structllama_1_1RecordRef_1_1Loader.html#a82ac4d3357448dc9d5bc8f699d9347f1',1,'llama::RecordRef::Loader::operator T()'],['../structllama_1_1internal_1_1Dyn.html#a7c82aad3ed7ccb6cfa1827dcfa03c03e',1,'llama::internal::Dyn::operator T()'],['../structllama_1_1RecordRef_1_1LoaderConst.html#a8ec460ffb2980ae5d3c28f89399ea91e',1,'llama::RecordRef::LoaderConst::operator T()'],['../structllama_1_1mapping_1_1internal_1_1NullReference.html#ab7175083a8875287bb278fc746bf8fb2',1,'llama::mapping::internal::NullReference::operator T()']]], + ['operator_20value_5ftype_1202',['operator value_type',['../structllama_1_1accessor_1_1Const_1_1Reference.html#a54245525bd23e9bbe3950b1809e2e8f4',1,'llama::accessor::Const::Reference::operator value_type()'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html#ad0ce8998aa95ad6d1b1af8b3e42846a1',1,'llama::accessor::Locked::Reference::operator value_type()'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#accb43aa5bb33fb0ce8227e8a6fd52190',1,'llama::mapping::Bytesplit::Reference::operator value_type()'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#aa3a2a4c948c885d0658cded1dd3c3800',1,'llama::mapping::internal::FieldAccessCountReference::operator value_type()'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#ad4cffefe1c8bdf53977b935f58d6430b',1,'llama::mapping::internal::ProjectionReference::operator value_type()']]], + ['operator_20value_5ftype_20_26_1203',['operator value_type &',['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#ae257df6f897f467d5cba50ff7a599325',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >']]], + ['operator_21_3d_1204',['operator!=',['../namespacellama.html#a20099242b7f987d98d361a5f46ab90ae',1,'llama::operator!=(RecordCoord< CoordsA... > a, RecordCoord< CoordsB... > b)'],['../namespacellama.html#a07c4b4fb7b3d91e88bca98224400ac32',1,'llama::operator!=(const Tuple< ElementsA... > &a, const Tuple< ElementsB... > &b) -> bool'],['../namespacellama.html#a4a8faed7400b66b8a3d13185ea2a26e4',1,'llama::operator!=(const NrAndOffset< TA > &a, const NrAndOffset< TB > &b) -> bool'],['../namespacellama.html#aa969f915a561005ba54a2c698a184965',1,'llama::operator!=(ArrayExtents< SizeTypeA, SizesA... > a, ArrayExtents< SizeTypeB, SizesB... > b) -> bool'],['../namespacellama.html#a91513e7294d6476ee4c4362a4093997f',1,'llama::operator!=(ArrayIndex< TA, Dim > a, ArrayIndex< TB, Dim > b) -> bool'],['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a684eb9d179b19cfff2857631b175b411',1,'llama::bloballoc::AlignedAllocator::operator!=()']]], + ['operator_22_22_5frc_1205',['operator""_RC',['../namespacellama_1_1literals.html#aafe5ae24f96109b3ca3d05eaf550e880',1,'llama::operator""_RC()'],['../namespacellama_1_1literals.html#aafe5ae24f96109b3ca3d05eaf550e880',1,'llama::literals::operator""_RC()']]], + ['operator_25_3d_1206',['operator%=',['../structllama_1_1RecordRef.html#abafb5f446c0f5d3b4c3e0f82b68c2cf8',1,'llama::RecordRef::operator%=()'],['../structllama_1_1ProxyRefOpMixin.html#a79956552e378d2dbb181c1e925b2278c',1,'llama::ProxyRefOpMixin::operator%=(const ValueType &rhs) -> Derived &']]], + ['operator_26_3d_1207',['operator&=',['../structllama_1_1ProxyRefOpMixin.html#a9f835cd88e899ce34527bafba1751bb9',1,'llama::ProxyRefOpMixin']]], + ['operator_28_29_1208',['operator()',['../structllama_1_1internal_1_1MultiplyAssign.html#a599a7a6643c36cb570c176f43c4496ca',1,'llama::internal::MultiplyAssign::operator()()'],['../structllama_1_1internal_1_1DivideAssign.html#a4ef194014d4c19d8bba9c2c3a0b7d9e0',1,'llama::internal::DivideAssign::operator()()'],['../structllama_1_1internal_1_1ModuloAssign.html#ac863db222276f891da642407b09c9d0c',1,'llama::internal::ModuloAssign::operator()()'],['../structllama_1_1RecordRef.html#a6e3f77a18819a49ab694345faffab318',1,'llama::RecordRef::operator()(RecordCoord< Coord... >) const -> decltype(auto)'],['../structllama_1_1RecordRef.html#a033f16ec277c95ff8a0c5444c6bcb2bc',1,'llama::RecordRef::operator()(RecordCoord< Coord... >) -> decltype(auto)'],['../structllama_1_1RecordRef.html#a253303389a1a90b2f34508d5761d2e74',1,'llama::RecordRef::operator()(Tags...) const -> decltype(auto)'],['../structllama_1_1RecordRef.html#a010b5195d6633f6b656542bd57d48185',1,'llama::RecordRef::operator()(Tags...) -> decltype(auto)'],['../structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html#ac7feadd8ba99ce12ece0f844da21c099',1,'std::hash< llama::RecordRef< View, BoundRecordCoord, OwnView > >::operator()()'],['../structllama_1_1View.html#aeb97975804a31ebbddc3c53d4fbacdd5',1,'llama::View::operator()(llama::ArrayIndex< V, ArrayIndex::rank >) const'],['../structllama_1_1View.html#a7c3249eb32762c1e26a0a568091483ed',1,'llama::View::operator()(ArrayIndex ai) const -> decltype(auto)'],['../structllama_1_1View.html#a821703da22b47469141cd8b65f96a1ec',1,'llama::View::operator()(ArrayIndex ai) -> decltype(auto)'],['../structllama_1_1View.html#a99b9fd989744030d2b082b830ae4beb4',1,'llama::View::operator()(Indices... indices) const -> decltype(auto)'],['../structllama_1_1View.html#a62688dca2ffbedad30e219e2aa7d5400',1,'llama::View::operator()(Indices... indices) -> decltype(auto)'],['../structllama_1_1SubView.html#a545a766009667718fe1e7b9585c1760f',1,'llama::SubView::operator()(ArrayIndex ai) const -> decltype(auto)'],['../structllama_1_1SubView.html#a50c97c98b3b809230d5e006ce53f17f8',1,'llama::SubView::operator()(ArrayIndex ai) -> decltype(auto)'],['../structllama_1_1SubView.html#a891fb642b429a85a5bfee3570e43bc93',1,'llama::SubView::operator()(Indices... indices) const -> decltype(auto)'],['../structllama_1_1SubView.html#aac4ed75f83dedfee9601b8db3a44f9b9',1,'llama::SubView::operator()(Indices... indices) -> decltype(auto)'],['../structllama_1_1SubView.html#a7d6083bb7bd3625af019c0249b7c2ae1',1,'llama::SubView::operator()(RecordCoord< Coords... > rc={}) const -> decltype(auto)'],['../structllama_1_1SubView.html#a50ea3ae3586fb42363a16ed5cf54b864',1,'llama::SubView::operator()(RecordCoord< Coords... > rc={}) -> decltype(auto)'],['../structllama_1_1bloballoc_1_1Vector.html#a460676ac82586d1bef38037a1816464b',1,'llama::bloballoc::Vector::operator()()'],['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#afa32b5cfa2ca7d69cf74dfbde40c9d95',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >::operator()()'],['../structllama_1_1accessor_1_1Locked.html#aeee88009c22da968858523bfe8316558',1,'llama::accessor::Locked::operator()(T &r) const -> Reference< T &, std::remove_cv_t< T >>'],['../structllama_1_1accessor_1_1Locked.html#ab8f42cfaab9ba2478575e14fba16bb7a',1,'llama::accessor::Locked::operator()(PR r) const -> Reference< PR, typename PR::value_type >'],['../structllama_1_1accessor_1_1Restrict.html#a5c9e0516db9ef5137d4efe33f7954721',1,'llama::accessor::Restrict::operator()()'],['../structllama_1_1accessor_1_1Const.html#a1f214c5b705993d5a170c6441b6ec026',1,'llama::accessor::Const::operator()(ProxyReference r) const'],['../structllama_1_1accessor_1_1Const.html#aea8d22de7eb9b5f5020b69ed6286a435',1,'llama::accessor::Const::operator()(T &r) const -> const T &'],['../structllama_1_1accessor_1_1ByValue.html#a0cb861c84429f058947e64cb305d3943',1,'llama::accessor::ByValue::operator()()'],['../structllama_1_1accessor_1_1Default.html#a6bf43e681fa33310219aa1389743e6bc',1,'llama::accessor::Default::operator()()'],['../structllama_1_1internal_1_1MinusAssign.html#a5478fd18a86b7a6c8f07f45159f8e9b7',1,'llama::internal::MinusAssign::operator()()'],['../structllama_1_1bloballoc_1_1Array.html#a3c282745bc38c9554406545e7d108520',1,'llama::bloballoc::Array::operator()()'],['../structllama_1_1bloballoc_1_1UniquePtr.html#affa75475e5567690fee1a68fab39b5b7',1,'llama::bloballoc::UniquePtr::operator()()'],['../structllama_1_1bloballoc_1_1SharedPtr.html#acb24918a6bf634b254bdfead6c1062dc',1,'llama::bloballoc::SharedPtr::operator()()'],['../structllama_1_1bloballoc_1_1AlpakaBuf.html#a3735e7625813dad6e0d3ee033e12bcce',1,'llama::bloballoc::AlpakaBuf::operator()()'],['../structllama_1_1Copy.html#a5456c747d230db86a65cb67f67d1aa05',1,'llama::Copy::operator()()'],['../structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4.html#a07d8bb1043f704c649aba7ec2090b4c0',1,'llama::Copy< Mapping, Mapping >::operator()()'],['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Linecca40af6cbfeabebd92c0340cc1055ba.html#ae141b585c31bc810d01aeaec10d96e41',1,'llama::Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields >, std::enable_if_t< LanesSrc !=LanesDst > >::operator()()'],['../structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line859743977e4e49efc57e47040098b4b8.html#ae38407734a9910b9973081739990d445',1,'llama::Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::SoA< ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields > >::operator()()'],['../structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub712ac8967d7b9cd8f921b93e85e89274.html#a9c7e14912f334590b7420ac2b7d6bb77',1,'llama::Copy< mapping::SoA< ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields > >::operator()()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexRight.html#a2e557b74062a4f706f7454bde2e20e9b',1,'llama::mapping::LinearizeArrayIndexRight::operator()()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html#a6494312cef4828f0bf1360f585c22843',1,'llama::mapping::LinearizeArrayIndexLeft::operator()()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html#a17efec391738bcb8395f7592474ad3bf',1,'llama::mapping::LinearizeArrayIndexMorton::operator()()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html#a32b64325b2b8255a3965a073fd4075d0',1,'llama::mapping::tree::functor::internal::ChangeNodeChildsRuntimeFunctor::operator()(const Node< Identifier, Type, CountType > &element) const'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html#a88176c7696b38941ce3359063566933b',1,'llama::mapping::tree::functor::internal::ChangeNodeChildsRuntimeFunctor::operator()(const Leaf< Identifier, Type, CountType > &element) const'],['../structllama_1_1internal_1_1Assign.html#ae8e7737477254928607c54a1dbe94918',1,'llama::internal::Assign::operator()()'],['../structllama_1_1internal_1_1PlusAssign.html#a686ab20e5ce7f7383f161ca6465deba7',1,'llama::internal::PlusAssign::operator()()']]], + ['operator_2a_1209',['operator*',['../structllama_1_1ArrayIndexIterator.html#a20ba6e8b4037ade1d9531ed712d2df70',1,'llama::ArrayIndexIterator::operator*()'],['../structllama_1_1Iterator.html#ac406e8f60f2dd8779a535d1f94dbc795',1,'llama::Iterator::operator*()']]], + ['operator_2a_3d_1210',['operator*=',['../structllama_1_1ProxyRefOpMixin.html#a427586bad791a7de5d69fcb990a4a2c8',1,'llama::ProxyRefOpMixin::operator*=()'],['../structllama_1_1RecordRef.html#a1c69b88762056ac2e1524e0ab81f12d8',1,'llama::RecordRef::operator*=()']]], + ['operator_2b_2b_1211',['operator++',['../structllama_1_1Iterator.html#a7c9b13ab0033fe418550d192dbf8c8e1',1,'llama::Iterator::operator++(int) -> Iterator'],['../structllama_1_1Iterator.html#ae8ae5582cfdbdcefc5507083a83422d7',1,'llama::Iterator::operator++() -> Iterator &'],['../structllama_1_1ProxyRefOpMixin.html#a1df0708f468d3bde426e868788da05ba',1,'llama::ProxyRefOpMixin::operator++(int) -> ValueType'],['../structllama_1_1ProxyRefOpMixin.html#a0bf9f2e980a32925ce02eacec3103bf1',1,'llama::ProxyRefOpMixin::operator++() -> Derived &'],['../structllama_1_1ArrayIndexIterator.html#a567d04b0dca1bb990226968580b82cd4',1,'llama::ArrayIndexIterator::operator++(int) noexcept -> ArrayIndexIterator'],['../structllama_1_1ArrayIndexIterator.html#aa0690871b4b8f9a59376db29497c1b9a',1,'llama::ArrayIndexIterator::operator++() noexcept -> ArrayIndexIterator &']]], + ['operator_2b_3d_1212',['operator+=',['../structllama_1_1ProxyRefOpMixin.html#aea6caa1eeacdd3fab0a7d5d91b4364ac',1,'llama::ProxyRefOpMixin::operator+=()'],['../structllama_1_1RecordRef.html#a9a7f0b8d765f985f5d0c287574339abe',1,'llama::RecordRef::operator+=()'],['../structllama_1_1Iterator.html#ab377eb97fca60b105a68457202ed5a3c',1,'llama::Iterator::operator+=()'],['../structllama_1_1ArrayIndexIterator.html#a601f4eb37dbc1c4e2af0905d00ef40f7',1,'llama::ArrayIndexIterator::operator+=(difference_type n) noexcept -> ArrayIndexIterator &']]], + ['operator_2d_2d_1213',['operator--',['../structllama_1_1ArrayIndexIterator.html#ae64cfbd8c33f73c3cf38d8c2429233bc',1,'llama::ArrayIndexIterator::operator--()'],['../structllama_1_1Iterator.html#aeee99cc02b53356ae49018fca42545ce',1,'llama::Iterator::operator--(int) -> Iterator'],['../structllama_1_1Iterator.html#a8c51c62fb62cc6ee312758abc6614bc9',1,'llama::Iterator::operator--() -> Iterator &'],['../structllama_1_1ProxyRefOpMixin.html#a38d2f14e872312209bb5089dcb48b5a1',1,'llama::ProxyRefOpMixin::operator--(int) -> ValueType'],['../structllama_1_1ProxyRefOpMixin.html#aaf96151b0aface32e6510a9f15ee616c',1,'llama::ProxyRefOpMixin::operator--() -> Derived &'],['../structllama_1_1ArrayIndexIterator.html#a2924a2efc35efe082daafa3c05f37d4b',1,'llama::ArrayIndexIterator::operator--()']]], + ['operator_2d_3d_1214',['operator-=',['../structllama_1_1RecordRef.html#afb9891628650a1683571f894cb9e72a2',1,'llama::RecordRef::operator-=()'],['../structllama_1_1ProxyRefOpMixin.html#a6e149fa3d0657b524413f1dfddad9288',1,'llama::ProxyRefOpMixin::operator-=()'],['../structllama_1_1ArrayIndexIterator.html#a18c922c3e83766318c6acb3132dafeef',1,'llama::ArrayIndexIterator::operator-=()'],['../structllama_1_1Iterator.html#a103b724eee7cae5ac77ddcd1a778ea68',1,'llama::Iterator::operator-=()']]], + ['operator_2d_3e_1215',['operator->',['../structllama_1_1ArrayIndexIterator.html#afa00fec4935dbc1db0dd97758d605174',1,'llama::ArrayIndexIterator::operator->()'],['../structllama_1_1internal_1_1IndirectValue.html#a9e1235bce9b7f0e0a9bbeed981e8101a',1,'llama::internal::IndirectValue::operator->() -> T *'],['../structllama_1_1internal_1_1IndirectValue.html#a8cf8698ea1092f12ce8e2bea6531deda',1,'llama::internal::IndirectValue::operator->() const -> const T *'],['../structllama_1_1Iterator.html#abdb38ef910a41d212722d22357c2f3cc',1,'llama::Iterator::operator->()']]], + ['operator_2f_3d_1216',['operator/=',['../structllama_1_1ProxyRefOpMixin.html#aa5c01adb17955a5be25e835456d947fb',1,'llama::ProxyRefOpMixin::operator/=()'],['../structllama_1_1RecordRef.html#a50d350658c5c5184ef0f2e25e2aaace9',1,'llama::RecordRef::operator/=()']]], + ['operator_3c_3c_1217',['operator<<',['../namespacellama.html#a056e745a18ef7e0342d719e1ce678b17',1,'llama::operator<<(std::ostream &os, RecordCoord< RCs... >) -> std::ostream &'],['../namespacellama.html#a4d7c3018578c28fe8a22d817570dbfca',1,'llama::operator<<(std::ostream &os, const RecordRef< View, BoundRecordCoord, OwnView > &vr) -> std::ostream &'],['../namespacellama.html#a6b9492ccf576f0f3683d893e35882a54',1,'llama::operator<<(std::ostream &os, const Array< T, N > &a) -> std::ostream &']]], + ['operator_3c_3c_3d_1218',['operator<<=',['../structllama_1_1ProxyRefOpMixin.html#a389ff0250f209c2643df1cc6bb996962',1,'llama::ProxyRefOpMixin']]], + ['operator_3d_1219',['operator=',['../structllama_1_1accessor_1_1Const_1_1Reference.html#ae28d2bac2976d8b8822aa9ec0e983bfa',1,'llama::accessor::Const::Reference::operator=()'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a703c4fdc2aa8d678bd707e41b0ce144e',1,'llama::accessor::Locked::Reference::operator=()'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a987fcaf6929646d8f264947e2c4d81c5',1,'llama::accessor::Const::Reference::operator=()'],['../structllama_1_1Vector.html#a36792850ed3212ef272c31d1f6006bd7',1,'llama::Vector::operator=(Vector &&other) noexcept -> Vector &'],['../structllama_1_1Vector.html#a9438c49ab6897f544779b06f5a3d8c8c',1,'llama::Vector::operator=(const Vector &other) -> Vector &=default'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aef0d1e7e602204027ed415063a85f8ba',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::operator=(value_type v) -> ScopedUpdate &'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aeae27e5a2b92ad99e3da4a4cd16b50b8',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::operator=(ScopedUpdate &&) noexcept -> ScopedUpdate &=default'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#a6daaf806e8e2fe26874f7c1b395186d1',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::operator=(const ScopedUpdate &) -> ScopedUpdate &=delete'],['../structllama_1_1ScopedUpdate.html#aef4f92c4473a19dad4b219686a3bba57',1,'llama::ScopedUpdate::operator=()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#ae3151a3b5f02ee4e3bea589a56c3377c',1,'llama::mapping::internal::BitPackedFloatRef::operator=()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#a7b0e4335cde52c10ffdee5d1e2c9b025',1,'llama::mapping::internal::BitPackedIntRef::operator=()'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#a576d03612330d02949b5c39eee5feeec',1,'llama::mapping::Bytesplit::Reference::operator=(const Reference &other) -> Reference &'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#aa90f46d1590b8fcda4935f29493a0289',1,'llama::mapping::Bytesplit::Reference::operator=(value_type v) -> Reference &'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a3f62661bce4f0794057c32c51196d38c',1,'llama::mapping::internal::FieldAccessCountReference::operator=(FieldAccessCountReference &&ref) noexcept -> FieldAccessCountReference &=default'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a63cc1a2ae3f2773f3bb08d4783943aad',1,'llama::mapping::internal::FieldAccessCountReference::operator=(const FieldAccessCountReference &ref) -> FieldAccessCountReference &'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#a28ede71afe3c7577ee3b86683fe9d97a',1,'llama::mapping::internal::FieldAccessCountReference::operator=(value_type value) -> FieldAccessCountReference &'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#ac5ca46ded1c950a100e4eb31956d23c7',1,'llama::mapping::internal::BitPackedIntRef::operator=()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#a47d0dcc9fc656ad3f6031fc933447889',1,'llama::mapping::internal::BitPackedFloatRef::operator=()'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a24373ccaae6c09ab95e9059e8e95f112',1,'llama::accessor::Locked::Reference::operator=()'],['../structllama_1_1ScopedUpdate.html#a3ce7e6001813df201f857f039fda5d63',1,'llama::ScopedUpdate::operator=()'],['../structllama_1_1mapping_1_1internal_1_1NullReference.html#aec59109e33b5a655f8a782fea81cde82',1,'llama::mapping::internal::NullReference::operator=()'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#ac3e3bd6d44525142ff704cbc995bad56',1,'llama::mapping::internal::ProjectionReference::operator=(const ProjectionReference &other) -> ProjectionReference &'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a1f6cd477412a83bb1e02412fee99f51e',1,'llama::mapping::internal::ProjectionReference::operator=(value_type v) -> ProjectionReference &'],['../structllama_1_1RecordRef.html#a0550786f236bad995846f06ca51ae789',1,'llama::RecordRef::operator=(const RecordRef &other) -> RecordRef &'],['../structllama_1_1RecordRef.html#a3f3bb1d6f14928ec1a5aac3cdbcd40f6',1,'llama::RecordRef::operator=(RecordRef &&) noexcept -> RecordRef &=default'],['../structllama_1_1RecordRef.html#a2e05d072491116eca8afbe5251b79abf',1,'llama::RecordRef::operator=(const T &other) -> RecordRef &']]], + ['operator_3d_3d_1220',['operator==',['../namespacellama.html#ad527d6d304c87d6ab25d4d78e15cebc4',1,'llama::operator==(const Tuple< ElementsA... > &a, const Tuple< ElementsB... > &b) -> bool'],['../namespacellama.html#a491b771e37f3d0b8668883df9d0c02d0',1,'llama::operator==(ArrayIndex< TA, Dim > a, ArrayIndex< TB, Dim > b) -> bool'],['../namespacellama.html#a1cb8ee545443974c602115ab987f05e7',1,'llama::operator==(ArrayExtents< SizeTypeA, SizesA... > a, ArrayExtents< SizeTypeB, SizesB... > b) -> bool'],['../namespacellama.html#a5c7f2c72590f73698ff6f31ba44ec0a3',1,'llama::operator==(const NrAndOffset< TA > &a, const NrAndOffset< TB > &b) -> bool'],['../namespacellama.html#abdf2ad9d154fb837e684d57779272efb',1,'llama::operator==(RecordCoord< CoordsA... >, RecordCoord< CoordsB... >)'],['../namespacellama.html#a8aa8382ac8cefc8c2efceb8e4dab263a',1,'llama::operator==(RecordCoord< Coords... >, RecordCoord< Coords... >)'],['../structllama_1_1bloballoc_1_1AlignedAllocator.html#ad907d1d91d829b7eb80c3d64969bad92',1,'llama::bloballoc::AlignedAllocator::operator==()']]], + ['operator_3e_3e_3d_1221',['operator>>=',['../structllama_1_1ProxyRefOpMixin.html#a461255210746b50f4b018054a2e00079',1,'llama::ProxyRefOpMixin']]], + ['operator_5b_5d_1222',['operator[]',['../structllama_1_1Vector.html#a5c067fb96450c34ec8a1462d15fa5bcd',1,'llama::Vector::operator[]()'],['../structllama_1_1Array.html#a18c4dca04c7d6ed3091def6653a8ae75',1,'llama::Array::operator[](IndexType &&idx) -> T &'],['../structllama_1_1Array.html#acee9cb1b5239b0bd63be77c4f76b4603',1,'llama::Array::operator[](IndexType &&idx) const -> const T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#afc5128ff6c2e26e17ffd7f5711ee3fbb',1,'llama::Array< T, 0 >::operator[](IndexType &&) -> T &'],['../structllama_1_1Array_3_01T_00_010_01_4.html#afda739c590404bbf9968ea6d1125e695',1,'llama::Array< T, 0 >::operator[](IndexType &&) const -> const T &'],['../structllama_1_1ArrayExtents.html#abff3ef6c9c1dede51fb8d21bc45d7e80',1,'llama::ArrayExtents::operator[]()'],['../structllama_1_1ArrayIndexIterator.html#a72f93926977ca4360c7feca921f93c20',1,'llama::ArrayIndexIterator::operator[]()'],['../structllama_1_1Vector.html#a5429ce10ed8b8133e60a315282a76d2d',1,'llama::Vector::operator[]()'],['../structllama_1_1Iterator.html#a1fd67ec2c13b9fee525c8757ae494d61',1,'llama::Iterator::operator[]()'],['../structllama_1_1View.html#a13b76bc25289fb7376b9dbfe9afc0cec',1,'llama::View::operator[](ArrayIndex ai) const -> decltype(auto)'],['../structllama_1_1View.html#a526da546f43015bdd691572260cb7a90',1,'llama::View::operator[](ArrayIndex ai) -> decltype(auto)'],['../structllama_1_1View.html#a5b2e47c3ed82390f8a988f9cd8451a08',1,'llama::View::operator[](llama::ArrayIndex< V, ArrayIndex::rank >) const'],['../structllama_1_1View.html#aeaa37e0e681119833521a96c20228ccb',1,'llama::View::operator[](size_type index) const -> decltype(auto)'],['../structllama_1_1View.html#acb1c44d96c698a0f6ca8f288e9f28914',1,'llama::View::operator[](size_type index) -> decltype(auto)']]], + ['operator_5e_3d_1223',['operator^=',['../structllama_1_1ProxyRefOpMixin.html#a74fa44395646ece004b25ddc9058ab54',1,'llama::ProxyRefOpMixin']]], + ['operator_7c_3d_1224',['operator|=',['../structllama_1_1ProxyRefOpMixin.html#a1761f974bd6b1b26bd3406db9bc10900',1,'llama::ProxyRefOpMixin']]] ]; diff --git a/search/functions_d.js b/search/functions_d.js index 89e696b945..71a2a422ff 100644 --- a/search/functions_d.js +++ b/search/functions_d.js @@ -1,18 +1,18 @@ var searchData= [ - ['parallelmemcpy_1222',['parallelMemcpy',['../namespacellama_1_1internal.html#a0a81e9975bf6750cae8fa41b8b94f58c',1,'llama::internal']]], - ['partitionrecorddim_1223',['partitionRecordDim',['../namespacellama_1_1mapping_1_1internal.html#a92ea734d759f583ec50d10cfad759599',1,'llama::mapping::internal::partitionRecordDim(Record< Fields... >, mp_list< RCs... >)'],['../namespacellama_1_1mapping_1_1internal.html#a6e7e517f779808ecc12e1549170d2c16',1,'llama::mapping::internal::partitionRecordDim(Record< Fields... >, RecordCoord< FirstCoord, Coords... >)']]], - ['permutearrayindex_1224',['PermuteArrayIndex',['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a72bc9ec6ce4430d71976bb8e2e33ced3',1,'llama::mapping::PermuteArrayIndex::PermuteArrayIndex()'],['../namespacellama_1_1mapping.html#a7e1802187cbd0a28b0ff2f2d016f474b',1,'llama::mapping::PermuteArrayIndex()'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a07613716d01fbb9c05dc69e8de1f1054',1,'llama::mapping::PermuteArrayIndex::PermuteArrayIndex(Args &&... innerArgs)'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#af53a4328ce9a69176ae4ebc59c46be53',1,'llama::mapping::PermuteArrayIndex::PermuteArrayIndex()=default']]], - ['pop_5fback_1225',['pop_back',['../structllama_1_1Vector.html#ab716f401a50a447db67f1501ce2353b6',1,'llama::Vector']]], - ['popback_1226',['popBack',['../namespacellama.html#a73b682ef182dc8da7ec372afc84f1abc',1,'llama']]], - ['popfront_1227',['popFront',['../namespacellama.html#ac72b41ee8951d9b20dfbdc8630ea6e92',1,'llama::popFront([[maybe_unused]] Array< T, N > a)'],['../namespacellama.html#af3a49de4920182eda8ca9cf2bf57d0f9',1,'llama::popFront(const Tuple< Elements... > &tuple)']]], - ['prettyrecordcoord_1228',['prettyRecordCoord',['../namespacellama.html#a9e34d4e183a7bcc5759082b3844c19ee',1,'llama::prettyRecordCoord(RecordCoord< Coords... >={}) -> std::string_view'],['../namespacellama.html#ae605c0e18c4839602eb4e7f2d6696c22',1,'llama::prettyRecordCoord(RecordCoord<>) -> std::string_view']]], - ['prettysize_1229',['prettySize',['../namespacellama.html#af6efa2eebd35614750c0404652a0f7d2',1,'llama']]], - ['printfieldhits_1230',['printFieldHits',['../structllama_1_1mapping_1_1FieldAccessCount.html#ae286287dc9425b926d8470dc4498e53d',1,'llama::mapping::FieldAccessCount::printFieldHits(const FieldHitsArray &hits) const'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a3d63d9d9ecf9ed6bda2e6e895c07e691',1,'llama::mapping::FieldAccessCount::printFieldHits(const Blobs &blobs) const']]], - ['product_1231',['product',['../namespacellama.html#acb7f71db415ea884ba0c9d22a9bf5414',1,'llama::product(ArrayExtents< SizeType, Sizes... > e) -> SizeType'],['../namespacellama.html#abab7973f7686f93f02ad33e4d0636a25',1,'llama::product(Array< T, N > a) -> T']]], - ['projectionorvoidimpl_1232',['projectionOrVoidImpl',['../namespacellama_1_1mapping_1_1internal.html#ad1b877c1fd20f7c0a269b0160fc16b79',1,'llama::mapping::internal']]], - ['projectionreference_1233',['ProjectionReference',['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a0a4505a1f445bc68b240c0332395840a',1,'llama::mapping::internal::ProjectionReference::ProjectionReference(Reference storageRef)'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a645748322ed8931d26ef9d54e8c83399',1,'llama::mapping::internal::ProjectionReference::ProjectionReference(const ProjectionReference &)=default']]], - ['push_5fback_1234',['push_back',['../structllama_1_1Vector.html#a9cfea0abb25178e787a1998cb24777b8',1,'llama::Vector']]], - ['pushback_1235',['pushBack',['../namespacellama.html#a582387ea1287dbab16833fc8da254d58',1,'llama']]], - ['pushfront_1236',['pushFront',['../namespacellama.html#afa7bf42db36a3e21c7819a833ed76ed2',1,'llama']]] + ['parallelmemcpy_1225',['parallelMemcpy',['../namespacellama_1_1internal.html#ab68b2a5fff076187bccb1aaa5e51f4e8',1,'llama::internal']]], + ['partitionrecorddim_1226',['partitionRecordDim',['../namespacellama_1_1mapping_1_1internal.html#a92ea734d759f583ec50d10cfad759599',1,'llama::mapping::internal::partitionRecordDim(Record< Fields... >, mp_list< RCs... >)'],['../namespacellama_1_1mapping_1_1internal.html#a6e7e517f779808ecc12e1549170d2c16',1,'llama::mapping::internal::partitionRecordDim(Record< Fields... >, RecordCoord< FirstCoord, Coords... >)']]], + ['permutearrayindex_1227',['PermuteArrayIndex',['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a72bc9ec6ce4430d71976bb8e2e33ced3',1,'llama::mapping::PermuteArrayIndex::PermuteArrayIndex()'],['../namespacellama_1_1mapping.html#a7e1802187cbd0a28b0ff2f2d016f474b',1,'llama::mapping::PermuteArrayIndex()'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a07613716d01fbb9c05dc69e8de1f1054',1,'llama::mapping::PermuteArrayIndex::PermuteArrayIndex(Args &&... innerArgs)'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#af53a4328ce9a69176ae4ebc59c46be53',1,'llama::mapping::PermuteArrayIndex::PermuteArrayIndex()=default']]], + ['pop_5fback_1228',['pop_back',['../structllama_1_1Vector.html#ab716f401a50a447db67f1501ce2353b6',1,'llama::Vector']]], + ['popback_1229',['popBack',['../namespacellama.html#a73b682ef182dc8da7ec372afc84f1abc',1,'llama']]], + ['popfront_1230',['popFront',['../namespacellama.html#ac72b41ee8951d9b20dfbdc8630ea6e92',1,'llama::popFront([[maybe_unused]] Array< T, N > a)'],['../namespacellama.html#af3a49de4920182eda8ca9cf2bf57d0f9',1,'llama::popFront(const Tuple< Elements... > &tuple)']]], + ['prettyrecordcoord_1231',['prettyRecordCoord',['../namespacellama.html#a9e34d4e183a7bcc5759082b3844c19ee',1,'llama::prettyRecordCoord(RecordCoord< Coords... >={}) -> std::string_view'],['../namespacellama.html#ae605c0e18c4839602eb4e7f2d6696c22',1,'llama::prettyRecordCoord(RecordCoord<>) -> std::string_view']]], + ['prettysize_1232',['prettySize',['../namespacellama.html#af6efa2eebd35614750c0404652a0f7d2',1,'llama']]], + ['printfieldhits_1233',['printFieldHits',['../structllama_1_1mapping_1_1FieldAccessCount.html#ae286287dc9425b926d8470dc4498e53d',1,'llama::mapping::FieldAccessCount::printFieldHits(const FieldHitsArray &hits) const'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a3d63d9d9ecf9ed6bda2e6e895c07e691',1,'llama::mapping::FieldAccessCount::printFieldHits(const Blobs &blobs) const']]], + ['product_1234',['product',['../namespacellama.html#acb7f71db415ea884ba0c9d22a9bf5414',1,'llama::product(ArrayExtents< SizeType, Sizes... > e) -> SizeType'],['../namespacellama.html#abab7973f7686f93f02ad33e4d0636a25',1,'llama::product(Array< T, N > a) -> T']]], + ['projectionorvoidimpl_1235',['projectionOrVoidImpl',['../namespacellama_1_1mapping_1_1internal.html#ad1b877c1fd20f7c0a269b0160fc16b79',1,'llama::mapping::internal']]], + ['projectionreference_1236',['ProjectionReference',['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a0a4505a1f445bc68b240c0332395840a',1,'llama::mapping::internal::ProjectionReference::ProjectionReference(Reference storageRef)'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a645748322ed8931d26ef9d54e8c83399',1,'llama::mapping::internal::ProjectionReference::ProjectionReference(const ProjectionReference &)=default']]], + ['push_5fback_1237',['push_back',['../structllama_1_1Vector.html#a9cfea0abb25178e787a1998cb24777b8',1,'llama::Vector']]], + ['pushback_1238',['pushBack',['../namespacellama.html#a582387ea1287dbab16833fc8da254d58',1,'llama']]], + ['pushfront_1239',['pushFront',['../namespacellama.html#afa7bf42db36a3e21c7819a833ed76ed2',1,'llama']]] ]; diff --git a/search/functions_e.js b/search/functions_e.js index c12a516697..e1beb7e454 100644 --- a/search/functions_e.js +++ b/search/functions_e.js @@ -1,19 +1,19 @@ var searchData= [ - ['recordcoordcommonprefixisbiggerimpl_1237',['recordCoordCommonPrefixIsBiggerImpl',['../namespacellama_1_1internal.html#a02e115f3c9d3acdccd07526d475ed358',1,'llama::internal']]], - ['recordcoordcommonprefixissameimpl_1238',['recordCoordCommonPrefixIsSameImpl',['../namespacellama_1_1internal.html#a5732c14ad8045af3e542cf23a7e82c6d',1,'llama::internal']]], - ['recorddimtype_1239',['recordDimType',['../structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html#acd743bc8e462a2cb4f3ae4e30940434c',1,'llama::mapping::internal::MakeProjectionPair']]], - ['recordref_1240',['RecordRef',['../structllama_1_1RecordRef.html#afe269579eb27f8f363fc1364a8361a5b',1,'llama::RecordRef::RecordRef()'],['../structllama_1_1RecordRef.html#a6ae7838c73c7b3ecef0926ac33126584',1,'llama::RecordRef::RecordRef(ArrayIndex ai, std::conditional_t< OwnView, View &&, View & > view)'],['../structllama_1_1RecordRef.html#a7442df4e1f6171629c7fc484a7fcaaac',1,'llama::RecordRef::RecordRef(const RecordRef &)=default'],['../structllama_1_1RecordRef.html#acb9dc732569a1a96087ecf61bc228222',1,'llama::RecordRef::RecordRef(RecordRef &&) noexcept=default'],['../structllama_1_1RecordRef.html#afe216e0488a15e06e895b276fecec4d3',1,'llama::RecordRef::RecordRef(const RecordRef< OtherView, OtherBoundRecordCoord, OtherOwnView > &recordRef)'],['../structllama_1_1RecordRef.html#aea6fff77548d86c90d3b2815ef72f6c5',1,'llama::RecordRef::RecordRef(const T &scalar)']]], - ['recordrefarithoperator_1241',['recordRefArithOperator',['../namespacellama_1_1internal.html#a1b3659d40a3d3514d50ef854e9330d99',1,'llama::internal::recordRefArithOperator(LeftRecord &left, const RecordRef< RightView, RightBoundRecordDim, RightOwnView > &right) -> LeftRecord &'],['../namespacellama_1_1internal.html#a635c2eba497b5d93cbf2dd0b3046c5f8',1,'llama::internal::recordRefArithOperator(LeftRecord &left, const T &right) -> LeftRecord &']]], - ['recordrefreloperator_1242',['recordRefRelOperator',['../namespacellama_1_1internal.html#a1ba0c9b09c6a1e76d0d8f9c3e2fbe3ba',1,'llama::internal::recordRefRelOperator(const LeftRecord &left, const T &right) -> bool'],['../namespacellama_1_1internal.html#af28594c3cafe6d1ad2a3b4ce9f571e97',1,'llama::internal::recordRefRelOperator(const LeftRecord &left, const RecordRef< RightView, RightBoundRecordDim, RightOwnView > &right) -> bool']]], - ['reference_1243',['Reference',['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#a19d1b89c39bd6924c2de1a7c695b7e0c',1,'llama::mapping::Bytesplit::Reference::Reference(const Reference &)=default'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#a66d11ed0b6b4586339925cdb76c6dbd7',1,'llama::mapping::Bytesplit::Reference::Reference(const Inner &innerMapping, ArrayIndex ai, BlobArray &blobs)'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a1bf03b32f36ff4fd5ed702623dbca779',1,'llama::accessor::Const::Reference::Reference(const Reference &)=default'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a139c0c83b2138282005d5f03194b04ba',1,'llama::accessor::Const::Reference::Reference(Ref ref)']]], - ['repackfloat_1244',['repackFloat',['../namespacellama_1_1mapping_1_1internal.html#a5bdb3bce7b1c5dd3d2b2202be2f4166c',1,'llama::mapping::internal']]], - ['replaceall_1245',['replaceAll',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a0aea1f0bc186541052da5076cf573b3b',1,'llama::mapping::tree::internal']]], - ['replacedtypeproj_1246',['replacedTypeProj',['../structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html#a911123d1781bf546d550e7a0aaf38b27',1,'llama::mapping::internal::MakeReplacerProj']]], - ['reserve_1247',['reserve',['../structllama_1_1Vector.html#ae7148a9b0b0e0779e969fc2cc63e764c',1,'llama::Vector']]], - ['resize_1248',['resize',['../structllama_1_1Vector.html#abe8a0858e18ac862b8e18f43f6bd7eba',1,'llama::Vector']]], - ['resizearray_1249',['resizeArray',['../namespacellama_1_1internal.html#a512bb7612671cad70ae1e21587c633a2',1,'llama::internal']]], - ['rest_1250',['rest',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a20b9cc1ebc2d6a062b4ae53a15f9068d',1,'llama::Tuple< TFirstElement, RestElements... >::rest() const -> const RestTuple &'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a326d166eb2415c0a6b4671a7a1331c3b',1,'llama::Tuple< TFirstElement, RestElements... >::rest() -> RestTuple &']]], - ['resultcoordtobasiccoord_1251',['resultCoordToBasicCoord',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#af8bce71451fd6893e4c790c00b69ed22',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#abd97df2fc60e29b71bc02598ae400c7b',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html#ac815754a3fd35cf6d40fe2e2f976f094',1,'llama::mapping::tree::functor::MoveRTDown::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html#a7c3c689c8641e2142bd9a8f457372f6f',1,'llama::mapping::tree::functor::LeafOnlyRT::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html#a2f8cce2626978a9c5b62dd4c6c1e6cc4',1,'llama::mapping::tree::functor::Idem::resultCoordToBasicCoord()']]], - ['rounduptomultiple_1252',['roundUpToMultiple',['../namespacellama.html#ab9c5c0a1ca0698a8871689b9924736ac',1,'llama']]] + ['recordcoordcommonprefixisbiggerimpl_1240',['recordCoordCommonPrefixIsBiggerImpl',['../namespacellama_1_1internal.html#a02e115f3c9d3acdccd07526d475ed358',1,'llama::internal']]], + ['recordcoordcommonprefixissameimpl_1241',['recordCoordCommonPrefixIsSameImpl',['../namespacellama_1_1internal.html#a5732c14ad8045af3e542cf23a7e82c6d',1,'llama::internal']]], + ['recorddimtype_1242',['recordDimType',['../structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html#acd743bc8e462a2cb4f3ae4e30940434c',1,'llama::mapping::internal::MakeProjectionPair']]], + ['recordref_1243',['RecordRef',['../structllama_1_1RecordRef.html#afe269579eb27f8f363fc1364a8361a5b',1,'llama::RecordRef::RecordRef()'],['../structllama_1_1RecordRef.html#a6ae7838c73c7b3ecef0926ac33126584',1,'llama::RecordRef::RecordRef(ArrayIndex ai, std::conditional_t< OwnView, View &&, View & > view)'],['../structllama_1_1RecordRef.html#a7442df4e1f6171629c7fc484a7fcaaac',1,'llama::RecordRef::RecordRef(const RecordRef &)=default'],['../structllama_1_1RecordRef.html#acb9dc732569a1a96087ecf61bc228222',1,'llama::RecordRef::RecordRef(RecordRef &&) noexcept=default'],['../structllama_1_1RecordRef.html#afe216e0488a15e06e895b276fecec4d3',1,'llama::RecordRef::RecordRef(const RecordRef< OtherView, OtherBoundRecordCoord, OtherOwnView > &recordRef)'],['../structllama_1_1RecordRef.html#aea6fff77548d86c90d3b2815ef72f6c5',1,'llama::RecordRef::RecordRef(const T &scalar)']]], + ['recordrefarithoperator_1244',['recordRefArithOperator',['../namespacellama_1_1internal.html#a1b3659d40a3d3514d50ef854e9330d99',1,'llama::internal::recordRefArithOperator(LeftRecord &left, const RecordRef< RightView, RightBoundRecordDim, RightOwnView > &right) -> LeftRecord &'],['../namespacellama_1_1internal.html#a635c2eba497b5d93cbf2dd0b3046c5f8',1,'llama::internal::recordRefArithOperator(LeftRecord &left, const T &right) -> LeftRecord &']]], + ['recordrefreloperator_1245',['recordRefRelOperator',['../namespacellama_1_1internal.html#a1ba0c9b09c6a1e76d0d8f9c3e2fbe3ba',1,'llama::internal::recordRefRelOperator(const LeftRecord &left, const T &right) -> bool'],['../namespacellama_1_1internal.html#af28594c3cafe6d1ad2a3b4ce9f571e97',1,'llama::internal::recordRefRelOperator(const LeftRecord &left, const RecordRef< RightView, RightBoundRecordDim, RightOwnView > &right) -> bool']]], + ['reference_1246',['Reference',['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#a19d1b89c39bd6924c2de1a7c695b7e0c',1,'llama::mapping::Bytesplit::Reference::Reference(const Reference &)=default'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#a66d11ed0b6b4586339925cdb76c6dbd7',1,'llama::mapping::Bytesplit::Reference::Reference(const Inner &innerMapping, ArrayIndex ai, BlobArray &blobs)'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a1bf03b32f36ff4fd5ed702623dbca779',1,'llama::accessor::Const::Reference::Reference(const Reference &)=default'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a139c0c83b2138282005d5f03194b04ba',1,'llama::accessor::Const::Reference::Reference(Ref ref)']]], + ['repackfloat_1247',['repackFloat',['../namespacellama_1_1mapping_1_1internal.html#a5bdb3bce7b1c5dd3d2b2202be2f4166c',1,'llama::mapping::internal']]], + ['replaceall_1248',['replaceAll',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#a0aea1f0bc186541052da5076cf573b3b',1,'llama::mapping::tree::internal']]], + ['replacedtypeproj_1249',['replacedTypeProj',['../structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html#a911123d1781bf546d550e7a0aaf38b27',1,'llama::mapping::internal::MakeReplacerProj']]], + ['reserve_1250',['reserve',['../structllama_1_1Vector.html#ae7148a9b0b0e0779e969fc2cc63e764c',1,'llama::Vector']]], + ['resize_1251',['resize',['../structllama_1_1Vector.html#abe8a0858e18ac862b8e18f43f6bd7eba',1,'llama::Vector']]], + ['resizearray_1252',['resizeArray',['../namespacellama_1_1internal.html#a512bb7612671cad70ae1e21587c633a2',1,'llama::internal']]], + ['rest_1253',['rest',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a20b9cc1ebc2d6a062b4ae53a15f9068d',1,'llama::Tuple< TFirstElement, RestElements... >::rest() const -> const RestTuple &'],['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a326d166eb2415c0a6b4671a7a1331c3b',1,'llama::Tuple< TFirstElement, RestElements... >::rest() -> RestTuple &']]], + ['resultcoordtobasiccoord_1254',['resultCoordToBasicCoord',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html#af8bce71451fd6893e4c790c00b69ed22',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple<> >::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#abd97df2fc60e29b71bc02598ae400c7b',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html#ac815754a3fd35cf6d40fe2e2f976f094',1,'llama::mapping::tree::functor::MoveRTDown::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html#a7c3c689c8641e2142bd9a8f457372f6f',1,'llama::mapping::tree::functor::LeafOnlyRT::resultCoordToBasicCoord()'],['../structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html#a2f8cce2626978a9c5b62dd4c6c1e6cc4',1,'llama::mapping::tree::functor::Idem::resultCoordToBasicCoord()']]], + ['rounduptomultiple_1255',['roundUpToMultiple',['../namespacellama.html#ab9c5c0a1ca0698a8871689b9924736ac',1,'llama']]] ]; diff --git a/search/functions_f.js b/search/functions_f.js index f6625dab3d..d5bdc4d05d 100644 --- a/search/functions_f.js +++ b/search/functions_f.js @@ -1,21 +1,21 @@ var searchData= [ - ['scopedupdate_1253',['ScopedUpdate',['../structllama_1_1ScopedUpdate.html#a3ca302d22bedc64d8cc9ff42d2aeec23',1,'llama::ScopedUpdate::ScopedUpdate()'],['../namespacellama.html#ad7dddd17106d2711c85b213e61fb9155',1,'llama::ScopedUpdate()'],['../structllama_1_1ScopedUpdate.html#ab6fe9d5125a5fddc3deca9a75820c9c9',1,'llama::ScopedUpdate::ScopedUpdate()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#ae398e1e304e11be3148234f54d283925',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::ScopedUpdate(ScopedUpdate &&) noexcept=default'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aee9b0397aca1984474516f62d479c4be',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::ScopedUpdate(Reference r)'],['../structllama_1_1ScopedUpdate.html#abf5123804b53696ab3fe0ebbcf5126e4',1,'llama::ScopedUpdate::ScopedUpdate()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aa0e307ffd680231e9260c5f3c7d05ab8',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::ScopedUpdate()']]], - ['shallowcopy_1254',['shallowCopy',['../namespacellama.html#a4d2a40734074075e17bccd413a6f1ec1',1,'llama']]], - ['shrink_5fto_5ffit_1255',['shrink_to_fit',['../structllama_1_1Vector.html#abf561a865f8e110264cedd6b854cc62f',1,'llama::Vector']]], - ['simdforeach_1256',['simdForEach',['../namespacellama.html#acebdbc18176bbf81e01c2b268665a94c',1,'llama']]], - ['simdforeachn_1257',['simdForEachN',['../namespacellama.html#a4451ec281eb037ebac7c08772ce0670f',1,'llama']]], - ['size_1258',['size',['../structllama_1_1Array.html#aa20a497723e6189dfaf7145ddc256534',1,'llama::Array::size()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a08fddf3bf8a634b0bc53d99f68b3abea',1,'llama::Array< T, 0 >::size()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexRight.html#a45b2f47a4cd69bbf65cc3487c7271c3a',1,'llama::mapping::LinearizeArrayIndexRight::size()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html#a0c5bdbeecd45d51599cd390dbbeb8849',1,'llama::mapping::LinearizeArrayIndexLeft::size()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html#a275cb85cd98251662441422519ddfb90',1,'llama::mapping::LinearizeArrayIndexMorton::size()'],['../structllama_1_1Vector.html#a8c9c1809b4730f360dbe66db474202f4',1,'llama::Vector::size()']]], - ['sizeofimpl_1259',['sizeOfImpl',['../namespacellama_1_1internal.html#aeab53e4609fe07abfb6f5f2d532cd388',1,'llama::internal']]], - ['soa_1260',['SoA',['../structllama_1_1mapping_1_1SoA.html#a04140d78f8ceb0cc1dfcfc20371df451',1,'llama::mapping::SoA::SoA()'],['../namespacellama_1_1mapping.html#a736c25ae1b3ed1782a70989a8fc83a66',1,'llama::mapping::SoA()'],['../structllama_1_1mapping_1_1SoA.html#a8d24fbf3384e98a7d2ab29eae10ab574',1,'llama::mapping::SoA::SoA()']]], - ['split_1261',['Split',['../structllama_1_1mapping_1_1Split.html#a59d937379739b9fb3cc1ae51e689e21e',1,'llama::mapping::Split::Split()=default'],['../structllama_1_1mapping_1_1Split.html#ae4fa806ab3cb76c6343c40bafaa5db08',1,'llama::mapping::Split::Split(std::tuple< Args1... > mappingArgs1, std::tuple< Args2... > mappingArgs2)'],['../structllama_1_1mapping_1_1Split.html#aaae8b7032dc007629d9d261a27e1e601',1,'llama::mapping::Split::Split(Mapping1 mapping1, Mapping2 mapping2)'],['../structllama_1_1mapping_1_1Split.html#aa4189da35d837e0e0b84f536009ccbbe',1,'llama::mapping::Split::Split(ArrayExtents extents)']]], - ['stacked_1262',['Stacked',['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#aac8f693a7f62265798be4d768d7c2ee3',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >::Stacked(FirstAccessor first, MoreAccessors... rest)'],['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#afe225b5bdd38d749174876a2655103c0',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >::Stacked()=default']]], - ['store_1263',['store',['../structllama_1_1RecordRef.html#aca12c149f6cc3257adfcee9743aace4a',1,'llama::RecordRef::store()'],['../structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html#ac6d5801bfe1d92bb02550e573137ebbf',1,'llama::mapping::internal::ChangeTypeProjection::store()'],['../structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html#a7f88327fac0ed7a53e1889ce9ab73cbb',1,'llama::mapping::internal::ByteswapProjection::store()']]], - ['storesimd_1264',['storeSimd',['../namespacellama.html#a85e63e02c425ced774c87dfc1e3dda3d',1,'llama']]], - ['storesimdrecord_1265',['storeSimdRecord',['../namespacellama_1_1internal.html#a39d130ecf8dc32be0c10f142df6a0d42',1,'llama::internal::storeSimdRecord(const Simd &srcSimd, T &&dstRef, RecordCoord rc)'],['../namespacellama_1_1internal.html#a383757e5ef0435ab24cc8570e355912f',1,'llama::internal::storeSimdRecord(const Simd &srcSimd, TFwd &&dstRef, RecordCoord rc)']]], - ['storeunaligned_1266',['storeUnaligned',['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#a67e2693738b7a12f3e262c534578afbe',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >']]], - ['structname_1267',['structName',['../namespacellama.html#a8def4cdbf850f818833a38d67e6ebf34',1,'llama']]], - ['subview_1268',['SubView',['../structllama_1_1SubView.html#adbb2ed9591e50121c2b732e3c1cc570b',1,'llama::SubView::SubView(StoredParentViewFwd &&parentView, ArrayIndex offset)'],['../structllama_1_1SubView.html#aac077f7ba19fc7fddfa3d99bb0cba502',1,'llama::SubView::SubView(ArrayIndex offset)'],['../namespacellama.html#a08522ce66a9c0e6ac1b771e38a81d97e',1,'llama::SubView()']]], - ['sumchildrensmallerthan_1269',['sumChildrenSmallerThan',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ac64ac187e14ff4540b332b55e4fdc7f7',1,'llama::mapping::tree::internal']]], - ['swap_1270',['swap',['../namespacellama.html#aebf7c7c54c4190a57a2cc1ad5c280453',1,'llama']]] + ['scopedupdate_1256',['ScopedUpdate',['../structllama_1_1ScopedUpdate.html#a3ca302d22bedc64d8cc9ff42d2aeec23',1,'llama::ScopedUpdate::ScopedUpdate()'],['../namespacellama.html#ad7dddd17106d2711c85b213e61fb9155',1,'llama::ScopedUpdate()'],['../structllama_1_1ScopedUpdate.html#ab6fe9d5125a5fddc3deca9a75820c9c9',1,'llama::ScopedUpdate::ScopedUpdate()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#ae398e1e304e11be3148234f54d283925',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::ScopedUpdate(ScopedUpdate &&) noexcept=default'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aee9b0397aca1984474516f62d479c4be',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::ScopedUpdate(Reference r)'],['../structllama_1_1ScopedUpdate.html#abf5123804b53696ab3fe0ebbcf5126e4',1,'llama::ScopedUpdate::ScopedUpdate()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#aa0e307ffd680231e9260c5f3c7d05ab8',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::ScopedUpdate()']]], + ['shallowcopy_1257',['shallowCopy',['../namespacellama.html#a4d2a40734074075e17bccd413a6f1ec1',1,'llama']]], + ['shrink_5fto_5ffit_1258',['shrink_to_fit',['../structllama_1_1Vector.html#abf561a865f8e110264cedd6b854cc62f',1,'llama::Vector']]], + ['simdforeach_1259',['simdForEach',['../namespacellama.html#acebdbc18176bbf81e01c2b268665a94c',1,'llama']]], + ['simdforeachn_1260',['simdForEachN',['../namespacellama.html#a4451ec281eb037ebac7c08772ce0670f',1,'llama']]], + ['size_1261',['size',['../structllama_1_1Array.html#aa20a497723e6189dfaf7145ddc256534',1,'llama::Array::size()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a08fddf3bf8a634b0bc53d99f68b3abea',1,'llama::Array< T, 0 >::size()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexRight.html#a45b2f47a4cd69bbf65cc3487c7271c3a',1,'llama::mapping::LinearizeArrayIndexRight::size()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html#a0c5bdbeecd45d51599cd390dbbeb8849',1,'llama::mapping::LinearizeArrayIndexLeft::size()'],['../structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html#a275cb85cd98251662441422519ddfb90',1,'llama::mapping::LinearizeArrayIndexMorton::size()'],['../structllama_1_1Vector.html#a8c9c1809b4730f360dbe66db474202f4',1,'llama::Vector::size()']]], + ['sizeofimpl_1262',['sizeOfImpl',['../namespacellama_1_1internal.html#aeab53e4609fe07abfb6f5f2d532cd388',1,'llama::internal']]], + ['soa_1263',['SoA',['../structllama_1_1mapping_1_1SoA.html#a04140d78f8ceb0cc1dfcfc20371df451',1,'llama::mapping::SoA::SoA()'],['../namespacellama_1_1mapping.html#a736c25ae1b3ed1782a70989a8fc83a66',1,'llama::mapping::SoA()'],['../structllama_1_1mapping_1_1SoA.html#a8d24fbf3384e98a7d2ab29eae10ab574',1,'llama::mapping::SoA::SoA()']]], + ['split_1264',['Split',['../structllama_1_1mapping_1_1Split.html#a59d937379739b9fb3cc1ae51e689e21e',1,'llama::mapping::Split::Split()=default'],['../structllama_1_1mapping_1_1Split.html#ae4fa806ab3cb76c6343c40bafaa5db08',1,'llama::mapping::Split::Split(std::tuple< Args1... > mappingArgs1, std::tuple< Args2... > mappingArgs2)'],['../structllama_1_1mapping_1_1Split.html#aaae8b7032dc007629d9d261a27e1e601',1,'llama::mapping::Split::Split(Mapping1 mapping1, Mapping2 mapping2)'],['../structllama_1_1mapping_1_1Split.html#aa4189da35d837e0e0b84f536009ccbbe',1,'llama::mapping::Split::Split(ArrayExtents extents)']]], + ['stacked_1265',['Stacked',['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#aac8f693a7f62265798be4d768d7c2ee3',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >::Stacked(FirstAccessor first, MoreAccessors... rest)'],['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#afe225b5bdd38d749174876a2655103c0',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >::Stacked()=default']]], + ['store_1266',['store',['../structllama_1_1RecordRef.html#aca12c149f6cc3257adfcee9743aace4a',1,'llama::RecordRef::store()'],['../structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html#ac6d5801bfe1d92bb02550e573137ebbf',1,'llama::mapping::internal::ChangeTypeProjection::store()'],['../structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html#a7f88327fac0ed7a53e1889ce9ab73cbb',1,'llama::mapping::internal::ByteswapProjection::store()']]], + ['storesimd_1267',['storeSimd',['../namespacellama.html#a85e63e02c425ced774c87dfc1e3dda3d',1,'llama']]], + ['storesimdrecord_1268',['storeSimdRecord',['../namespacellama_1_1internal.html#a39d130ecf8dc32be0c10f142df6a0d42',1,'llama::internal::storeSimdRecord(const Simd &srcSimd, T &&dstRef, RecordCoord rc)'],['../namespacellama_1_1internal.html#a383757e5ef0435ab24cc8570e355912f',1,'llama::internal::storeSimdRecord(const Simd &srcSimd, TFwd &&dstRef, RecordCoord rc)']]], + ['storeunaligned_1269',['storeUnaligned',['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#a67e2693738b7a12f3e262c534578afbe',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >']]], + ['structname_1270',['structName',['../namespacellama.html#a8def4cdbf850f818833a38d67e6ebf34',1,'llama']]], + ['subview_1271',['SubView',['../structllama_1_1SubView.html#adbb2ed9591e50121c2b732e3c1cc570b',1,'llama::SubView::SubView(StoredParentViewFwd &&parentView, ArrayIndex offset)'],['../structllama_1_1SubView.html#aac077f7ba19fc7fddfa3d99bb0cba502',1,'llama::SubView::SubView(ArrayIndex offset)'],['../namespacellama.html#a08522ce66a9c0e6ac1b771e38a81d97e',1,'llama::SubView()']]], + ['sumchildrensmallerthan_1272',['sumChildrenSmallerThan',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ac64ac187e14ff4540b332b55e4fdc7f7',1,'llama::mapping::tree::internal']]], + ['swap_1273',['swap',['../namespacellama.html#aebf7c7c54c4190a57a2cc1ad5c280453',1,'llama']]] ]; diff --git a/search/namespaces_0.js b/search/namespaces_0.js index 6209a7f536..aceae823ad 100644 --- a/search/namespaces_0.js +++ b/search/namespaces_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['alpaka_1015',['alpaka',['../namespacealpaka.html',1,'']]] + ['alpaka_1017',['alpaka',['../namespacealpaka.html',1,'']]] ]; diff --git a/search/namespaces_1.js b/search/namespaces_1.js index 54a37bc221..095ca48836 100644 --- a/search/namespaces_1.js +++ b/search/namespaces_1.js @@ -1,11 +1,11 @@ var searchData= [ - ['accessor_1016',['accessor',['../namespacellama_1_1accessor.html',1,'llama']]], - ['bloballoc_1017',['bloballoc',['../namespacellama_1_1bloballoc.html',1,'llama']]], - ['functor_1018',['functor',['../namespacellama_1_1mapping_1_1tree_1_1functor.html',1,'llama::mapping::tree']]], - ['internal_1019',['internal',['../namespacellama_1_1accessor_1_1internal.html',1,'llama::accessor::internal'],['../namespacellama_1_1internal.html',1,'llama::internal'],['../namespacellama_1_1mapping_1_1internal.html',1,'llama::mapping::internal'],['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html',1,'llama::mapping::tree::functor::internal'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html',1,'llama::mapping::tree::internal']]], - ['literals_1020',['literals',['../namespacellama_1_1literals.html',1,'llama']]], - ['llama_1021',['llama',['../namespacellama.html',1,'']]], - ['mapping_1022',['mapping',['../namespacellama_1_1mapping.html',1,'llama']]], - ['tree_1023',['tree',['../namespacellama_1_1mapping_1_1tree.html',1,'llama::mapping']]] + ['accessor_1018',['accessor',['../namespacellama_1_1accessor.html',1,'llama']]], + ['bloballoc_1019',['bloballoc',['../namespacellama_1_1bloballoc.html',1,'llama']]], + ['functor_1020',['functor',['../namespacellama_1_1mapping_1_1tree_1_1functor.html',1,'llama::mapping::tree']]], + ['internal_1021',['internal',['../namespacellama_1_1accessor_1_1internal.html',1,'llama::accessor::internal'],['../namespacellama_1_1internal.html',1,'llama::internal'],['../namespacellama_1_1mapping_1_1internal.html',1,'llama::mapping::internal'],['../namespacellama_1_1mapping_1_1tree_1_1functor_1_1internal.html',1,'llama::mapping::tree::functor::internal'],['../namespacellama_1_1mapping_1_1tree_1_1internal.html',1,'llama::mapping::tree::internal']]], + ['literals_1022',['literals',['../namespacellama_1_1literals.html',1,'llama']]], + ['llama_1023',['llama',['../namespacellama.html',1,'']]], + ['mapping_1024',['mapping',['../namespacellama_1_1mapping.html',1,'llama']]], + ['tree_1025',['tree',['../namespacellama_1_1mapping_1_1tree.html',1,'llama::mapping']]] ]; diff --git a/search/pages_0.js b/search/pages_0.js index d71526c274..5d001a2eb5 100644 --- a/search/pages_0.js +++ b/search/pages_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['llama_20api_20documentation_1613',['LLAMA API documentation',['../index.html',1,'']]] + ['llama_20api_20documentation_1617',['LLAMA API documentation',['../index.html',1,'']]] ]; diff --git a/search/related_0.js b/search/related_0.js index ae7f800913..7a114645fb 100644 --- a/search/related_0.js +++ b/search/related_0.js @@ -1,5 +1,5 @@ var searchData= [ - ['loadsimdrecord_1575',['loadSimdRecord',['../structllama_1_1RecordRef.html#a4db77e1b7709685c7eb45c7f6c86fb48',1,'llama::RecordRef']]], - ['storesimdrecord_1576',['storeSimdRecord',['../structllama_1_1RecordRef.html#ab919c94e030e63d8d3220fe055280c5f',1,'llama::RecordRef']]] + ['loadsimdrecord_1579',['loadSimdRecord',['../structllama_1_1RecordRef.html#a4db77e1b7709685c7eb45c7f6c86fb48',1,'llama::RecordRef']]], + ['storesimdrecord_1580',['storeSimdRecord',['../structllama_1_1RecordRef.html#ab919c94e030e63d8d3220fe055280c5f',1,'llama::RecordRef']]] ]; diff --git a/search/related_1.js b/search/related_1.js index 3d7acd095a..a15b78c55d 100644 --- a/search/related_1.js +++ b/search/related_1.js @@ -1,15 +1,15 @@ var searchData= [ - ['operator_21_3d_1577',['operator!=',['../structllama_1_1Array_3_01T_00_010_01_4.html#a65c83a49c3e5e3b9ec5d9ac124104025',1,'llama::Array< T, 0 >::operator!=()'],['../structllama_1_1Array.html#a79c4e9b69ae046deace9f3583974d42a',1,'llama::Array::operator!=()'],['../structllama_1_1Iterator.html#a76667c2aae49f9687e6b6421315cc32d',1,'llama::Iterator::operator!=()'],['../structllama_1_1Vector.html#aaf46beb086f0ae4e85a48f02781fc803',1,'llama::Vector::operator!=()'],['../structllama_1_1RecordRef.html#a29cafbc66f72dc1d0cdd50240dab09fd',1,'llama::RecordRef::operator!=()'],['../structllama_1_1ArrayIndexIterator.html#a439f73bf9477df7a41b009deff5bbb63',1,'llama::ArrayIndexIterator::operator!=()'],['../structllama_1_1internal_1_1Dyn.html#ade772039b3ebff88ef6fb16ae72654f0',1,'llama::internal::Dyn::operator!=()'],['../structllama_1_1internal_1_1Dyn.html#a82a4528bd328f16198f5697cc120688d',1,'llama::internal::Dyn::operator!=()'],['../structllama_1_1RecordRef.html#a3ce3df14aae118c00ac669cac09645db',1,'llama::RecordRef::operator!=()']]], - ['operator_25_1578',['operator%',['../structllama_1_1RecordRef.html#a8a7f083b4a3f84e6adba206117bb5979',1,'llama::RecordRef']]], - ['operator_2a_1579',['operator*',['../structllama_1_1RecordRef.html#a2028f8fd54ce1aa2de386b5988440f6d',1,'llama::RecordRef::operator*()'],['../structllama_1_1RecordRef.html#ae19da406eef392c2cc923b2b1532458a',1,'llama::RecordRef::operator*()']]], - ['operator_2b_1580',['operator+',['../structllama_1_1RecordRef.html#a67adea4a6bb0440a9c3fe3287f897e95',1,'llama::RecordRef::operator+()'],['../structllama_1_1Iterator.html#a5135551db447539d7b4389aedac11ad3',1,'llama::Iterator::operator+()'],['../structllama_1_1Iterator.html#a9fc80ea72157cefe76d1b05979a6c8f7',1,'llama::Iterator::operator+()'],['../structllama_1_1RecordRef.html#ad52b41ada501955c1808b973dfc1d153',1,'llama::RecordRef::operator+()'],['../structllama_1_1ArrayIndexIterator.html#a510a9b241ab23ffbd7cee5c58187f96a',1,'llama::ArrayIndexIterator::operator+()'],['../structllama_1_1ArrayIndexIterator.html#a1b93201049db4583d861203628a2d934',1,'llama::ArrayIndexIterator::operator+()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a29729a64f80d4237bc82b3e71f68b39d',1,'llama::Array< T, 0 >::operator+()'],['../structllama_1_1Array.html#a17babdb41e8863ccd94806c23e501355',1,'llama::Array::operator+()']]], - ['operator_2d_1581',['operator-',['../structllama_1_1ArrayIndexIterator.html#a7f9b227df6034a123da3b88b025d7a90',1,'llama::ArrayIndexIterator::operator-()'],['../structllama_1_1ArrayIndexIterator.html#a9948ec1fa80d9ea581a3c4f9bf28df58',1,'llama::ArrayIndexIterator::operator-()'],['../structllama_1_1RecordRef.html#a461a173618f8a9f833ddf28a1620927d',1,'llama::RecordRef::operator-()'],['../structllama_1_1Iterator.html#a11a51c9a6dedeaf548859892804339b2',1,'llama::Iterator::operator-()'],['../structllama_1_1Iterator.html#ad2bf84d6b26dd4dfa883e1c10b859969',1,'llama::Iterator::operator-()']]], - ['operator_2f_1582',['operator/',['../structllama_1_1RecordRef.html#ae719daa136af26cb4684f377a1068b58',1,'llama::RecordRef']]], - ['operator_3c_1583',['operator<',['../structllama_1_1Iterator.html#abff008ef987f7ea29390328c1af8ce72',1,'llama::Iterator::operator<()'],['../structllama_1_1Vector.html#a450e2abfedad4aefbfdb303054a53a20',1,'llama::Vector::operator<()'],['../structllama_1_1RecordRef.html#a35d17e80a4a27107b754078bf55f7106',1,'llama::RecordRef::operator<()'],['../structllama_1_1ArrayIndexIterator.html#a32d7c4e8fa736c0fc866b318dbfc528c',1,'llama::ArrayIndexIterator::operator<()'],['../structllama_1_1RecordRef.html#a517bee54eb43b63ede727940f71cd9ae',1,'llama::RecordRef::operator<()']]], - ['operator_3c_3c_1584',['operator<<',['../structllama_1_1NrAndOffset.html#a95dc900251527b114704f17449222594',1,'llama::NrAndOffset']]], - ['operator_3c_3d_1585',['operator<=',['../structllama_1_1ArrayIndexIterator.html#af3138ff04d87b43fdcd21ddfb1f123ca',1,'llama::ArrayIndexIterator::operator<=()'],['../structllama_1_1RecordRef.html#a155794173eda55c96faccfa707e971e2',1,'llama::RecordRef::operator<=()'],['../structllama_1_1RecordRef.html#af0ee680a5e3fb0b9e3388e89df41d7ce',1,'llama::RecordRef::operator<=()'],['../structllama_1_1Vector.html#a3b709ce9d3a5826d3ed6de69d07adf9c',1,'llama::Vector::operator<=()'],['../structllama_1_1Iterator.html#a096c2867f9119f30d827e65c7f14e77a',1,'llama::Iterator::operator<=()']]], - ['operator_3d_3d_1586',['operator==',['../structllama_1_1RecordRef.html#ab23a922fe11baad4daf96828b861e954',1,'llama::RecordRef::operator==()'],['../structllama_1_1Iterator.html#a8ebf1aa1356423456d1a77aac73a8593',1,'llama::Iterator::operator==()'],['../structllama_1_1Vector.html#ac0989d144f463beb02488a402a8e90f2',1,'llama::Vector::operator==()'],['../structllama_1_1RecordRef.html#a230df489ece9b058c3aa28ecf6070858',1,'llama::RecordRef::operator==()'],['../structllama_1_1ArrayIndexIterator.html#a39029470c8205293c9f654ccc3bed113',1,'llama::ArrayIndexIterator::operator==()'],['../structllama_1_1internal_1_1Dyn.html#a4ff750056caf0e868aa00df251af2707',1,'llama::internal::Dyn::operator==()'],['../structllama_1_1internal_1_1Dyn.html#a7a2ad09d9c5172e0850d24dcda47eaac',1,'llama::internal::Dyn::operator==()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#aeef9745b5e3c85f81b7922a132f57407',1,'llama::Array< T, 0 >::operator==()'],['../structllama_1_1Array.html#a81059810842ccf4dc4608e61e12e9c7a',1,'llama::Array::operator==()']]], - ['operator_3e_1587',['operator>',['../structllama_1_1ArrayIndexIterator.html#a36afed7a8cd7d77a432ad58b1959b7f7',1,'llama::ArrayIndexIterator::operator>()'],['../structllama_1_1RecordRef.html#a4ae3ca824c39d05ae2d94d1ab655565b',1,'llama::RecordRef::operator>()'],['../structllama_1_1RecordRef.html#a04302cfb043451c3932a1f787493ac1b',1,'llama::RecordRef::operator>()'],['../structllama_1_1Vector.html#a9843ac4bcf20c49d604744274f5f3481',1,'llama::Vector::operator>()'],['../structllama_1_1Iterator.html#a7ad593041aeb7f426ff005bb1aa3755c',1,'llama::Iterator::operator>()']]], - ['operator_3e_3d_1588',['operator>=',['../structllama_1_1ArrayIndexIterator.html#a8a6b6dfc214c3c643ad32ee4ab9aa11c',1,'llama::ArrayIndexIterator::operator>=()'],['../structllama_1_1RecordRef.html#a00162d3e10237d687c7130d695c6da4c',1,'llama::RecordRef::operator>=()'],['../structllama_1_1RecordRef.html#a03d19131b5936cfe7e9e8ab2f80ddd69',1,'llama::RecordRef::operator>=()'],['../structllama_1_1Vector.html#ae4b85c5ff94256225b530a1270a01bac',1,'llama::Vector::operator>=()'],['../structllama_1_1Iterator.html#a388dabde0551f294a303b5eb6f29a3f0',1,'llama::Iterator::operator>=()']]] + ['operator_21_3d_1581',['operator!=',['../structllama_1_1Array_3_01T_00_010_01_4.html#a65c83a49c3e5e3b9ec5d9ac124104025',1,'llama::Array< T, 0 >::operator!=()'],['../structllama_1_1Array.html#a79c4e9b69ae046deace9f3583974d42a',1,'llama::Array::operator!=()'],['../structllama_1_1Iterator.html#a76667c2aae49f9687e6b6421315cc32d',1,'llama::Iterator::operator!=()'],['../structllama_1_1Vector.html#aaf46beb086f0ae4e85a48f02781fc803',1,'llama::Vector::operator!=()'],['../structllama_1_1RecordRef.html#a29cafbc66f72dc1d0cdd50240dab09fd',1,'llama::RecordRef::operator!=()'],['../structllama_1_1ArrayIndexIterator.html#a439f73bf9477df7a41b009deff5bbb63',1,'llama::ArrayIndexIterator::operator!=()'],['../structllama_1_1internal_1_1Dyn.html#ade772039b3ebff88ef6fb16ae72654f0',1,'llama::internal::Dyn::operator!=()'],['../structllama_1_1internal_1_1Dyn.html#a82a4528bd328f16198f5697cc120688d',1,'llama::internal::Dyn::operator!=()'],['../structllama_1_1RecordRef.html#a3ce3df14aae118c00ac669cac09645db',1,'llama::RecordRef::operator!=()']]], + ['operator_25_1582',['operator%',['../structllama_1_1RecordRef.html#a8a7f083b4a3f84e6adba206117bb5979',1,'llama::RecordRef']]], + ['operator_2a_1583',['operator*',['../structllama_1_1RecordRef.html#a2028f8fd54ce1aa2de386b5988440f6d',1,'llama::RecordRef::operator*()'],['../structllama_1_1RecordRef.html#ae19da406eef392c2cc923b2b1532458a',1,'llama::RecordRef::operator*()']]], + ['operator_2b_1584',['operator+',['../structllama_1_1RecordRef.html#a67adea4a6bb0440a9c3fe3287f897e95',1,'llama::RecordRef::operator+()'],['../structllama_1_1Iterator.html#a5135551db447539d7b4389aedac11ad3',1,'llama::Iterator::operator+()'],['../structllama_1_1Iterator.html#a9fc80ea72157cefe76d1b05979a6c8f7',1,'llama::Iterator::operator+()'],['../structllama_1_1RecordRef.html#ad52b41ada501955c1808b973dfc1d153',1,'llama::RecordRef::operator+()'],['../structllama_1_1ArrayIndexIterator.html#a510a9b241ab23ffbd7cee5c58187f96a',1,'llama::ArrayIndexIterator::operator+()'],['../structllama_1_1ArrayIndexIterator.html#a1b93201049db4583d861203628a2d934',1,'llama::ArrayIndexIterator::operator+()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a29729a64f80d4237bc82b3e71f68b39d',1,'llama::Array< T, 0 >::operator+()'],['../structllama_1_1Array.html#a17babdb41e8863ccd94806c23e501355',1,'llama::Array::operator+()']]], + ['operator_2d_1585',['operator-',['../structllama_1_1ArrayIndexIterator.html#a7f9b227df6034a123da3b88b025d7a90',1,'llama::ArrayIndexIterator::operator-()'],['../structllama_1_1ArrayIndexIterator.html#a9948ec1fa80d9ea581a3c4f9bf28df58',1,'llama::ArrayIndexIterator::operator-()'],['../structllama_1_1RecordRef.html#a461a173618f8a9f833ddf28a1620927d',1,'llama::RecordRef::operator-()'],['../structllama_1_1Iterator.html#a11a51c9a6dedeaf548859892804339b2',1,'llama::Iterator::operator-()'],['../structllama_1_1Iterator.html#ad2bf84d6b26dd4dfa883e1c10b859969',1,'llama::Iterator::operator-()']]], + ['operator_2f_1586',['operator/',['../structllama_1_1RecordRef.html#ae719daa136af26cb4684f377a1068b58',1,'llama::RecordRef']]], + ['operator_3c_1587',['operator<',['../structllama_1_1Iterator.html#abff008ef987f7ea29390328c1af8ce72',1,'llama::Iterator::operator<()'],['../structllama_1_1Vector.html#a450e2abfedad4aefbfdb303054a53a20',1,'llama::Vector::operator<()'],['../structllama_1_1RecordRef.html#a35d17e80a4a27107b754078bf55f7106',1,'llama::RecordRef::operator<()'],['../structllama_1_1ArrayIndexIterator.html#a32d7c4e8fa736c0fc866b318dbfc528c',1,'llama::ArrayIndexIterator::operator<()'],['../structllama_1_1RecordRef.html#a517bee54eb43b63ede727940f71cd9ae',1,'llama::RecordRef::operator<()']]], + ['operator_3c_3c_1588',['operator<<',['../structllama_1_1NrAndOffset.html#a95dc900251527b114704f17449222594',1,'llama::NrAndOffset']]], + ['operator_3c_3d_1589',['operator<=',['../structllama_1_1ArrayIndexIterator.html#af3138ff04d87b43fdcd21ddfb1f123ca',1,'llama::ArrayIndexIterator::operator<=()'],['../structllama_1_1RecordRef.html#a155794173eda55c96faccfa707e971e2',1,'llama::RecordRef::operator<=()'],['../structllama_1_1RecordRef.html#af0ee680a5e3fb0b9e3388e89df41d7ce',1,'llama::RecordRef::operator<=()'],['../structllama_1_1Vector.html#a3b709ce9d3a5826d3ed6de69d07adf9c',1,'llama::Vector::operator<=()'],['../structllama_1_1Iterator.html#a096c2867f9119f30d827e65c7f14e77a',1,'llama::Iterator::operator<=()']]], + ['operator_3d_3d_1590',['operator==',['../structllama_1_1RecordRef.html#ab23a922fe11baad4daf96828b861e954',1,'llama::RecordRef::operator==()'],['../structllama_1_1Iterator.html#a8ebf1aa1356423456d1a77aac73a8593',1,'llama::Iterator::operator==()'],['../structllama_1_1Vector.html#ac0989d144f463beb02488a402a8e90f2',1,'llama::Vector::operator==()'],['../structllama_1_1RecordRef.html#a230df489ece9b058c3aa28ecf6070858',1,'llama::RecordRef::operator==()'],['../structllama_1_1ArrayIndexIterator.html#a39029470c8205293c9f654ccc3bed113',1,'llama::ArrayIndexIterator::operator==()'],['../structllama_1_1internal_1_1Dyn.html#a4ff750056caf0e868aa00df251af2707',1,'llama::internal::Dyn::operator==()'],['../structllama_1_1internal_1_1Dyn.html#a7a2ad09d9c5172e0850d24dcda47eaac',1,'llama::internal::Dyn::operator==()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#aeef9745b5e3c85f81b7922a132f57407',1,'llama::Array< T, 0 >::operator==()'],['../structllama_1_1Array.html#a81059810842ccf4dc4608e61e12e9c7a',1,'llama::Array::operator==()']]], + ['operator_3e_1591',['operator>',['../structllama_1_1ArrayIndexIterator.html#a36afed7a8cd7d77a432ad58b1959b7f7',1,'llama::ArrayIndexIterator::operator>()'],['../structllama_1_1RecordRef.html#a4ae3ca824c39d05ae2d94d1ab655565b',1,'llama::RecordRef::operator>()'],['../structllama_1_1RecordRef.html#a04302cfb043451c3932a1f787493ac1b',1,'llama::RecordRef::operator>()'],['../structllama_1_1Vector.html#a9843ac4bcf20c49d604744274f5f3481',1,'llama::Vector::operator>()'],['../structllama_1_1Iterator.html#a7ad593041aeb7f426ff005bb1aa3755c',1,'llama::Iterator::operator>()']]], + ['operator_3e_3d_1592',['operator>=',['../structllama_1_1ArrayIndexIterator.html#a8a6b6dfc214c3c643ad32ee4ab9aa11c',1,'llama::ArrayIndexIterator::operator>=()'],['../structllama_1_1RecordRef.html#a00162d3e10237d687c7130d695c6da4c',1,'llama::RecordRef::operator>=()'],['../structllama_1_1RecordRef.html#a03d19131b5936cfe7e9e8ab2f80ddd69',1,'llama::RecordRef::operator>=()'],['../structllama_1_1Vector.html#ae4b85c5ff94256225b530a1270a01bac',1,'llama::Vector::operator>=()'],['../structllama_1_1Iterator.html#a388dabde0551f294a303b5eb6f29a3f0',1,'llama::Iterator::operator>=()']]] ]; diff --git a/search/related_2.js b/search/related_2.js index e537b260a5..2312705760 100644 --- a/search/related_2.js +++ b/search/related_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['recordref_1589',['RecordRef',['../structllama_1_1View.html#ac9e9cf8bf6a130ba0fb6dcfd0be19709',1,'llama::View']]] + ['recordref_1593',['RecordRef',['../structllama_1_1View.html#ac9e9cf8bf6a130ba0fb6dcfd0be19709',1,'llama::View']]] ]; diff --git a/search/related_3.js b/search/related_3.js index 88cecb0a52..f28bf6e164 100644 --- a/search/related_3.js +++ b/search/related_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['swap_1590',['swap',['../structllama_1_1ProxyRefOpMixin.html#ac1a4bc2313d753d30a9560fe9364f959',1,'llama::ProxyRefOpMixin::swap()'],['../structllama_1_1RecordRef.html#ae2d91aa2202932f93e1bf2f014ca7437',1,'llama::RecordRef::swap()'],['../structllama_1_1Vector.html#a83f69184d753889d37b68b9169a34113',1,'llama::Vector::swap()']]] + ['swap_1594',['swap',['../structllama_1_1ProxyRefOpMixin.html#ac1a4bc2313d753d30a9560fe9364f959',1,'llama::ProxyRefOpMixin::swap()'],['../structllama_1_1RecordRef.html#ae2d91aa2202932f93e1bf2f014ca7437',1,'llama::RecordRef::swap()'],['../structllama_1_1Vector.html#a83f69184d753889d37b68b9169a34113',1,'llama::Vector::swap()']]] ]; diff --git a/search/typedefs_0.js b/search/typedefs_0.js index 838ca01083..e31e0594cd 100644 --- a/search/typedefs_0.js +++ b/search/typedefs_0.js @@ -1,15 +1,15 @@ var searchData= [ - ['accessiblerecorddim_1439',['AccessibleRecordDim',['../structllama_1_1RecordRef.html#a223e50b0deb646b9c71811296b235d9d',1,'llama::RecordRef']]], - ['accessor_1440',['Accessor',['../structllama_1_1View.html#ac7ca80e1aa62ebe6ca0df8532bda9efc',1,'llama::View::Accessor()'],['../structllama_1_1SubView.html#a93f51705e17494e334923532e9c7ebe2',1,'llama::SubView::Accessor()']]], - ['alignedaos_1441',['AlignedAoS',['../namespacellama_1_1mapping.html#a2dc4fe45ad306b8ff620c0ce459c9333',1,'llama::mapping']]], - ['alignedone_1442',['AlignedOne',['../namespacellama_1_1mapping.html#a0faea504d9a09231954c6ae7a557e727',1,'llama::mapping']]], - ['alignedsingleblobsoa_1443',['AlignedSingleBlobSoA',['../namespacellama_1_1mapping.html#a75049f0d66949a28b52eb4abc81daf3f',1,'llama::mapping']]], - ['allocatorblobtype_1444',['AllocatorBlobType',['../namespacellama_1_1internal.html#a6b703634fd8ad7364cf42588add461bc',1,'llama::internal']]], - ['argumenttype_1445',['ArgumentType',['../structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html#a0e5619a039ea44abe3dbb99a56492812',1,'llama::mapping::internal::UnaryFunctionTraits< Ret(*)(Arg)>']]], - ['arrayextents_1446',['ArrayExtents',['../structllama_1_1mapping_1_1Bytesplit.html#ab942705376994560a1052eeba7a62b17',1,'llama::mapping::Bytesplit::ArrayExtents()'],['../structllama_1_1mapping_1_1MappingBase.html#ab0dff4b5449fbc61e63ef6c8ae427c70',1,'llama::mapping::MappingBase::ArrayExtents()'],['../structllama_1_1mapping_1_1Heatmap.html#a3774cd62e0abf2840b71ac2244e05a2b',1,'llama::mapping::Heatmap::ArrayExtents()'],['../structllama_1_1mapping_1_1Projection.html#a561ee92f75381d34b3ec7a0b8a936538',1,'llama::mapping::Projection::ArrayExtents()'],['../structllama_1_1mapping_1_1Split.html#a05c352cd24e3efacdee67e5668e6fd2a',1,'llama::mapping::Split::ArrayExtents()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a18be9f1a4fc4f99d932eca8ba09c406d',1,'llama::mapping::tree::Mapping::ArrayExtents()'],['../structllama_1_1View.html#a1fadf5a169e81c3171929c6fd53d2313',1,'llama::View::ArrayExtents()'],['../structllama_1_1SubView.html#a427fdaccd5d74c8122a73e09254f6198',1,'llama::SubView::ArrayExtents()']]], - ['arrayextentsdynamic_1447',['ArrayExtentsDynamic',['../namespacellama.html#a224063aae62355b61616e5d59c8e8517',1,'llama']]], - ['arrayextentsncube_1448',['ArrayExtentsNCube',['../namespacellama.html#a4611a0c2dd8c34c55b8a72da6da7ace2',1,'llama']]], - ['arrayindex_1449',['ArrayIndex',['../structllama_1_1SubView.html#a38e517de91412330d6bc3c28a217bf0a',1,'llama::SubView::ArrayIndex()'],['../structllama_1_1View.html#a0c99f7ed5230286191109dd723523847',1,'llama::View::ArrayIndex()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#aaa2f0af194a2bddb45e11522f11b0221',1,'llama::mapping::tree::Mapping::ArrayIndex()'],['../structllama_1_1mapping_1_1Split.html#a597a062d9e7e38fb5af83182665b457c',1,'llama::mapping::Split::ArrayIndex()'],['../structllama_1_1mapping_1_1Projection.html#afcc2884bd643e8f2caa79880b08614a3',1,'llama::mapping::Projection::ArrayIndex()'],['../structllama_1_1mapping_1_1MappingBase.html#a9e8dbadc1023c973d1d8a10a773e4786',1,'llama::mapping::MappingBase::ArrayIndex()']]], - ['arrayindexiterator_1450',['ArrayIndexIterator',['../structllama_1_1Iterator.html#a4e7d52688099b1e34a1b11bd407ddc03',1,'llama::Iterator']]] + ['accessiblerecorddim_1444',['AccessibleRecordDim',['../structllama_1_1RecordRef.html#a223e50b0deb646b9c71811296b235d9d',1,'llama::RecordRef']]], + ['accessor_1445',['Accessor',['../structllama_1_1View.html#ac7ca80e1aa62ebe6ca0df8532bda9efc',1,'llama::View::Accessor()'],['../structllama_1_1SubView.html#a93f51705e17494e334923532e9c7ebe2',1,'llama::SubView::Accessor()']]], + ['alignedaos_1446',['AlignedAoS',['../namespacellama_1_1mapping.html#a2dc4fe45ad306b8ff620c0ce459c9333',1,'llama::mapping']]], + ['alignedone_1447',['AlignedOne',['../namespacellama_1_1mapping.html#a0faea504d9a09231954c6ae7a557e727',1,'llama::mapping']]], + ['alignedsingleblobsoa_1448',['AlignedSingleBlobSoA',['../namespacellama_1_1mapping.html#a75049f0d66949a28b52eb4abc81daf3f',1,'llama::mapping']]], + ['allocatorblobtype_1449',['AllocatorBlobType',['../namespacellama_1_1internal.html#a6b703634fd8ad7364cf42588add461bc',1,'llama::internal']]], + ['argumenttype_1450',['ArgumentType',['../structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html#a0e5619a039ea44abe3dbb99a56492812',1,'llama::mapping::internal::UnaryFunctionTraits< Ret(*)(Arg)>']]], + ['arrayextents_1451',['ArrayExtents',['../structllama_1_1mapping_1_1Bytesplit.html#ab942705376994560a1052eeba7a62b17',1,'llama::mapping::Bytesplit::ArrayExtents()'],['../structllama_1_1mapping_1_1MappingBase.html#ab0dff4b5449fbc61e63ef6c8ae427c70',1,'llama::mapping::MappingBase::ArrayExtents()'],['../structllama_1_1mapping_1_1Heatmap.html#a3774cd62e0abf2840b71ac2244e05a2b',1,'llama::mapping::Heatmap::ArrayExtents()'],['../structllama_1_1mapping_1_1Projection.html#a561ee92f75381d34b3ec7a0b8a936538',1,'llama::mapping::Projection::ArrayExtents()'],['../structllama_1_1mapping_1_1Split.html#a05c352cd24e3efacdee67e5668e6fd2a',1,'llama::mapping::Split::ArrayExtents()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a18be9f1a4fc4f99d932eca8ba09c406d',1,'llama::mapping::tree::Mapping::ArrayExtents()'],['../structllama_1_1View.html#a1fadf5a169e81c3171929c6fd53d2313',1,'llama::View::ArrayExtents()'],['../structllama_1_1SubView.html#a427fdaccd5d74c8122a73e09254f6198',1,'llama::SubView::ArrayExtents()']]], + ['arrayextentsdynamic_1452',['ArrayExtentsDynamic',['../namespacellama.html#a224063aae62355b61616e5d59c8e8517',1,'llama']]], + ['arrayextentsncube_1453',['ArrayExtentsNCube',['../namespacellama.html#a4611a0c2dd8c34c55b8a72da6da7ace2',1,'llama']]], + ['arrayindex_1454',['ArrayIndex',['../structllama_1_1SubView.html#a38e517de91412330d6bc3c28a217bf0a',1,'llama::SubView::ArrayIndex()'],['../structllama_1_1View.html#a0c99f7ed5230286191109dd723523847',1,'llama::View::ArrayIndex()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#aaa2f0af194a2bddb45e11522f11b0221',1,'llama::mapping::tree::Mapping::ArrayIndex()'],['../structllama_1_1mapping_1_1Split.html#a597a062d9e7e38fb5af83182665b457c',1,'llama::mapping::Split::ArrayIndex()'],['../structllama_1_1mapping_1_1Projection.html#afcc2884bd643e8f2caa79880b08614a3',1,'llama::mapping::Projection::ArrayIndex()'],['../structllama_1_1mapping_1_1MappingBase.html#a9e8dbadc1023c973d1d8a10a773e4786',1,'llama::mapping::MappingBase::ArrayIndex()']]], + ['arrayindexiterator_1455',['ArrayIndexIterator',['../structllama_1_1Iterator.html#a4e7d52688099b1e34a1b11bd407ddc03',1,'llama::Iterator']]] ]; diff --git a/search/typedefs_1.js b/search/typedefs_1.js index 343b358fbb..3921d6b5b1 100644 --- a/search/typedefs_1.js +++ b/search/typedefs_1.js @@ -1,7 +1,7 @@ var searchData= [ - ['base_1451',['Base',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a1f3189f1a9d7021e4774c7c13e51b68f',1,'llama::mapping::internal::BitPackedIntCommon::Base()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a1f3189f1a9d7021e4774c7c13e51b68f',1,'llama::mapping::BitPackedIntSoA::Base()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a1f3189f1a9d7021e4774c7c13e51b68f',1,'llama::mapping::BitPackedIntAoS::Base()']]], - ['basictree_1452',['BasicTree',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a13c03ef6c616381ab538d7493dc01105',1,'llama::mapping::tree::Mapping']]], - ['blobtype_1453',['BlobType',['../structllama_1_1View.html#a3fbca466d7e6fdfd1ed0e368a224f8c4',1,'llama::View::BlobType()'],['../structllama_1_1SubView.html#ac097dd0d68913454dfab3905f6098962',1,'llama::SubView::BlobType()']]], - ['boundrecordcoord_1454',['BoundRecordCoord',['../structllama_1_1RecordRef.html#ac3fb0845d41aba3b8e0412a663491aa2',1,'llama::RecordRef']]] + ['base_1456',['Base',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a1f3189f1a9d7021e4774c7c13e51b68f',1,'llama::mapping::internal::BitPackedIntCommon::Base()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a1f3189f1a9d7021e4774c7c13e51b68f',1,'llama::mapping::BitPackedIntSoA::Base()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a1f3189f1a9d7021e4774c7c13e51b68f',1,'llama::mapping::BitPackedIntAoS::Base()']]], + ['basictree_1457',['BasicTree',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a13c03ef6c616381ab538d7493dc01105',1,'llama::mapping::tree::Mapping']]], + ['blobtype_1458',['BlobType',['../structllama_1_1View.html#a3fbca466d7e6fdfd1ed0e368a224f8c4',1,'llama::View::BlobType()'],['../structllama_1_1SubView.html#ac097dd0d68913454dfab3905f6098962',1,'llama::SubView::BlobType()']]], + ['boundrecordcoord_1459',['BoundRecordCoord',['../structllama_1_1RecordRef.html#ac3fb0845d41aba3b8e0412a663491aa2',1,'llama::RecordRef']]] ]; diff --git a/search/typedefs_10.js b/search/typedefs_10.js index 42f9735ea0..34854c5df7 100644 --- a/search/typedefs_10.js +++ b/search/typedefs_10.js @@ -1,7 +1,7 @@ var searchData= [ - ['value_5ftype_1561',['value_type',['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a7b74b5f2d25f6b3837db0c6716e62405',1,'llama::accessor::Locked::Reference::value_type()'],['../structllama_1_1Iterator.html#a9c90d997ce6c6ef17fb23b3aa0907bf4',1,'llama::Iterator::value_type()'],['../structllama_1_1Vector.html#a67955fe1bcd5a0ef79854df41d86cfcf',1,'llama::Vector::value_type()'],['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#accbc47bce8d7ceb1594f41c9f3d7648e',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >::value_type()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#af90550b40b6998e6a0587ba3975b7be2',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::value_type()'],['../structllama_1_1ScopedUpdate.html#ae7336c504188b28816e6c5d2ab0b5c19',1,'llama::ScopedUpdate::value_type()'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a763b0a94596745a761c4e97034a20728',1,'llama::mapping::internal::ProjectionReference::value_type()'],['../structllama_1_1mapping_1_1internal_1_1NullReference.html#a99a9f1b8d254b905ab6f1a352057269d',1,'llama::mapping::internal::NullReference::value_type()'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#af712ac07cbe341f21932df326ef848e5',1,'llama::mapping::internal::FieldAccessCountReference::value_type()'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#ad397146d87434a6114bb15a88644b3bf',1,'llama::mapping::Bytesplit::Reference::value_type()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#a178084eb4cbc2817aedbfd9764df8e8c',1,'llama::mapping::internal::BitPackedIntRef::value_type()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#a6989407b653803cd0be400b5b3657637',1,'llama::mapping::internal::BitPackedFloatRef::value_type()'],['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a5c4611d39117e5bef57bf756e5e80a1b',1,'llama::bloballoc::AlignedAllocator::value_type()'],['../structllama_1_1ArrayIndexIterator.html#a5c5098e0a5fd6680c3e58d5bdb11aa1d',1,'llama::ArrayIndexIterator::value_type()'],['../structllama_1_1ArrayExtents_3_01T_01_4.html#a7de763d8b77488924f1e795d98ca4efb',1,'llama::ArrayExtents< T >::value_type()'],['../structllama_1_1ArrayExtents.html#a26ddad4db80efe93143b86c766b9a69f',1,'llama::ArrayExtents::value_type()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a1efa9138d873ccd7ea49c2d60b8f1bde',1,'llama::Array< T, 0 >::value_type()'],['../structllama_1_1Array.html#a0774edd854887549deb6cd3b7c606af8',1,'llama::Array::value_type()'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a9aff77012565388f68c699781429be7a',1,'llama::accessor::Const::Reference::value_type()']]], - ['vhbits_1562',['VHBits',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#ad35666ded6cb3e27ae5ed4e8fcb88a8e',1,'llama::mapping::internal::BitPackedIntCommon::VHBits()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a7de3f59fbe4900973609d003707039a2',1,'llama::mapping::BitPackedIntSoA::VHBits()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a9e4008194e30cbdf45f0908861c6524c',1,'llama::mapping::BitPackedIntAoS::VHBits()']]], - ['view_1563',['View',['../structllama_1_1RecordRef.html#ac9965a14a4632a3ac4d2ea35e722dca9',1,'llama::RecordRef']]], - ['viewtype_1564',['ViewType',['../structllama_1_1Vector.html#af3bb6141fb09a14f15976d8a2f57e3bc',1,'llama::Vector']]] + ['value_5ftype_1565',['value_type',['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a7b74b5f2d25f6b3837db0c6716e62405',1,'llama::accessor::Locked::Reference::value_type()'],['../structllama_1_1Iterator.html#a9c90d997ce6c6ef17fb23b3aa0907bf4',1,'llama::Iterator::value_type()'],['../structllama_1_1Vector.html#a67955fe1bcd5a0ef79854df41d86cfcf',1,'llama::Vector::value_type()'],['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#accbc47bce8d7ceb1594f41c9f3d7648e',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >::value_type()'],['../structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html#af90550b40b6998e6a0587ba3975b7be2',1,'llama::ScopedUpdate< Reference, std::enable_if_t< std::is_fundamental_v< typename internal::ValueOf< Reference >::type > > >::value_type()'],['../structllama_1_1ScopedUpdate.html#ae7336c504188b28816e6c5d2ab0b5c19',1,'llama::ScopedUpdate::value_type()'],['../structllama_1_1mapping_1_1internal_1_1ProjectionReference.html#a763b0a94596745a761c4e97034a20728',1,'llama::mapping::internal::ProjectionReference::value_type()'],['../structllama_1_1mapping_1_1internal_1_1NullReference.html#a99a9f1b8d254b905ab6f1a352057269d',1,'llama::mapping::internal::NullReference::value_type()'],['../structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html#af712ac07cbe341f21932df326ef848e5',1,'llama::mapping::internal::FieldAccessCountReference::value_type()'],['../structllama_1_1mapping_1_1Bytesplit_1_1Reference.html#ad397146d87434a6114bb15a88644b3bf',1,'llama::mapping::Bytesplit::Reference::value_type()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html#a178084eb4cbc2817aedbfd9764df8e8c',1,'llama::mapping::internal::BitPackedIntRef::value_type()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html#a6989407b653803cd0be400b5b3657637',1,'llama::mapping::internal::BitPackedFloatRef::value_type()'],['../structllama_1_1bloballoc_1_1AlignedAllocator.html#a5c4611d39117e5bef57bf756e5e80a1b',1,'llama::bloballoc::AlignedAllocator::value_type()'],['../structllama_1_1ArrayIndexIterator.html#a5c5098e0a5fd6680c3e58d5bdb11aa1d',1,'llama::ArrayIndexIterator::value_type()'],['../structllama_1_1ArrayExtents_3_01T_01_4.html#a7de763d8b77488924f1e795d98ca4efb',1,'llama::ArrayExtents< T >::value_type()'],['../structllama_1_1ArrayExtents.html#a26ddad4db80efe93143b86c766b9a69f',1,'llama::ArrayExtents::value_type()'],['../structllama_1_1Array_3_01T_00_010_01_4.html#a1efa9138d873ccd7ea49c2d60b8f1bde',1,'llama::Array< T, 0 >::value_type()'],['../structllama_1_1Array.html#a0774edd854887549deb6cd3b7c606af8',1,'llama::Array::value_type()'],['../structllama_1_1accessor_1_1Const_1_1Reference.html#a9aff77012565388f68c699781429be7a',1,'llama::accessor::Const::Reference::value_type()']]], + ['vhbits_1566',['VHBits',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#ad35666ded6cb3e27ae5ed4e8fcb88a8e',1,'llama::mapping::internal::BitPackedIntCommon::VHBits()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a7de3f59fbe4900973609d003707039a2',1,'llama::mapping::BitPackedIntSoA::VHBits()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a9e4008194e30cbdf45f0908861c6524c',1,'llama::mapping::BitPackedIntAoS::VHBits()']]], + ['view_1567',['View',['../structllama_1_1RecordRef.html#ac9965a14a4632a3ac4d2ea35e722dca9',1,'llama::RecordRef']]], + ['viewtype_1568',['ViewType',['../structllama_1_1Vector.html#af3bb6141fb09a14f15976d8a2f57e3bc',1,'llama::Vector']]] ]; diff --git a/search/typedefs_2.js b/search/typedefs_2.js index 30c083b519..5fed76ff3e 100644 --- a/search/typedefs_2.js +++ b/search/typedefs_2.js @@ -1,11 +1,11 @@ var searchData= [ - ['cat_1455',['Cat',['../namespacellama.html#aca92a835e40a98002ba3b05c050d00cf',1,'llama']]], - ['childrentuple_1456',['ChildrenTuple',['../structllama_1_1mapping_1_1tree_1_1Node.html#aaa1ae6a0d2bbc04c49fa589a1dcdf214',1,'llama::mapping::tree::Node']]], - ['childtag_1457',['ChildTag',['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#a9c7167cf08f4223bd26c58f5673f8a72',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >::ChildTag()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html#aa812e22aa085b357557bb52fdf3023a9',1,'llama::internal::GetTagsImpl< ChildType[Count], RecordCoord< FirstCoord, Coords... > >::ChildTag()']]], - ['childtype_1458',['ChildType',['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#a5983bacdbded6a1b2f4dd691df440aeb',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >::ChildType()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html#a6b98211f990f0d4dec6efa042c16c3c7',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >::ChildType()'],['../structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html#a4f0efc5cc51905fdf85e2840db517516',1,'llama::internal::GetTypeImpl< Record< Children... >, RecordCoord< HeadCoord, TailCoords... > >::ChildType()']]], - ['const_5fiterator_1459',['const_iterator',['../structllama_1_1View.html#a97c3f6fda42ae88399100512db446234',1,'llama::View::const_iterator()'],['../structllama_1_1SubView.html#ad1c5cc054c145d0c5b154d5ef4661de5',1,'llama::SubView::const_iterator()']]], - ['constant_1460',['Constant',['../namespacellama.html#a0af0304a902bcb5c5c90377ad751033a',1,'llama']]], - ['copyconst_1461',['CopyConst',['../namespacellama.html#aa7d11eb31b39aeb9471429ced9d7a484',1,'llama']]], - ['counttype_1462',['CountType',['../structllama_1_1mapping_1_1FieldAccessCount.html#abf11fd7084ed576acc6e0cfa3bff8de7',1,'llama::mapping::FieldAccessCount::CountType()'],['../structllama_1_1mapping_1_1Heatmap.html#af6a30d2930a1dbdb549142ab6a5218de',1,'llama::mapping::Heatmap::CountType()']]] + ['cat_1460',['Cat',['../namespacellama.html#aca92a835e40a98002ba3b05c050d00cf',1,'llama']]], + ['childrentuple_1461',['ChildrenTuple',['../structllama_1_1mapping_1_1tree_1_1Node.html#aaa1ae6a0d2bbc04c49fa589a1dcdf214',1,'llama::mapping::tree::Node']]], + ['childtag_1462',['ChildTag',['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#a9c7167cf08f4223bd26c58f5673f8a72',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >::ChildTag()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html#aa812e22aa085b357557bb52fdf3023a9',1,'llama::internal::GetTagsImpl< ChildType[Count], RecordCoord< FirstCoord, Coords... > >::ChildTag()']]], + ['childtype_1463',['ChildType',['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#a5983bacdbded6a1b2f4dd691df440aeb',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >::ChildType()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html#a6b98211f990f0d4dec6efa042c16c3c7',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >::ChildType()'],['../structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html#a4f0efc5cc51905fdf85e2840db517516',1,'llama::internal::GetTypeImpl< Record< Children... >, RecordCoord< HeadCoord, TailCoords... > >::ChildType()']]], + ['const_5fiterator_1464',['const_iterator',['../structllama_1_1View.html#a97c3f6fda42ae88399100512db446234',1,'llama::View::const_iterator()'],['../structllama_1_1SubView.html#ad1c5cc054c145d0c5b154d5ef4661de5',1,'llama::SubView::const_iterator()']]], + ['constant_1465',['Constant',['../namespacellama.html#a0af0304a902bcb5c5c90377ad751033a',1,'llama']]], + ['copyconst_1466',['CopyConst',['../namespacellama.html#aa7d11eb31b39aeb9471429ced9d7a484',1,'llama']]], + ['counttype_1467',['CountType',['../structllama_1_1mapping_1_1FieldAccessCount.html#abf11fd7084ed576acc6e0cfa3bff8de7',1,'llama::mapping::FieldAccessCount::CountType()'],['../structllama_1_1mapping_1_1Heatmap.html#af6a30d2930a1dbdb549142ab6a5218de',1,'llama::mapping::Heatmap::CountType()']]] ]; diff --git a/search/typedefs_3.js b/search/typedefs_3.js index a87440bf63..78749ed763 100644 --- a/search/typedefs_3.js +++ b/search/typedefs_3.js @@ -1,5 +1,5 @@ var searchData= [ - ['difference_5ftype_1463',['difference_type',['../structllama_1_1ArrayIndexIterator.html#afd99e3fda129714e52502e5ae3ac8bdd',1,'llama::ArrayIndexIterator::difference_type()'],['../structllama_1_1Iterator.html#a1c4827ad584ac0c5cd8eadd3465adb33',1,'llama::Iterator::difference_type()']]], - ['dummy_1464',['dummy',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html#a90604f1217d9acf3b7a5afd329893f0c',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >']]] + ['difference_5ftype_1468',['difference_type',['../structllama_1_1ArrayIndexIterator.html#afd99e3fda129714e52502e5ae3ac8bdd',1,'llama::ArrayIndexIterator::difference_type()'],['../structllama_1_1Iterator.html#a1c4827ad584ac0c5cd8eadd3465adb33',1,'llama::Iterator::difference_type()']]], + ['dummy_1469',['dummy',['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html#a90604f1217d9acf3b7a5afd329893f0c',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >']]] ]; diff --git a/search/typedefs_4.js b/search/typedefs_4.js index 6df8ac26c6..c7780d79cc 100644 --- a/search/typedefs_4.js +++ b/search/typedefs_4.js @@ -1,8 +1,8 @@ var searchData= [ - ['field_1465',['Field',['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#a5b8baa636c765ec6faaefea45eb58ee5',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >']]], - ['first_1466',['First',['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#a63149c2fdc237aff98d21de860df83e1',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >']]], - ['firstelement_1467',['FirstElement',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#ae0669a86a4899ff36045d01a9922f182',1,'llama::Tuple< TFirstElement, RestElements... >']]], - ['flatrecorddim_1468',['FlatRecordDim',['../namespacellama.html#a1fddf1f638927edfb8da8e3c78da4e1c',1,'llama::FlatRecordDim()'],['../structllama_1_1mapping_1_1PermuteFieldsInOrder.html#a2abf718cc2a89f328177bf92f89b281a',1,'llama::mapping::PermuteFieldsInOrder::FlatRecordDim()'],['../structllama_1_1mapping_1_1PermuteFieldsSorted.html#a04f7ce002a8eb0cc3fa8e5cbc1804b99',1,'llama::mapping::PermuteFieldsSorted::FlatRecordDim()']]], - ['fn_1469',['fn',['../structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html#ad9696dbf839dd91e64d4e44a7296cf92',1,'llama::mapping::internal::MakeProjectionPair::fn()'],['../structllama_1_1internal_1_1SizeEqualTo.html#a40c704eb6956b099cbe4aeb8f0cee320',1,'llama::internal::SizeEqualTo::fn()'],['../structllama_1_1internal_1_1BindMakeSizedSimd.html#acca5c76c5268c0c3ec794a8afdc74417',1,'llama::internal::BindMakeSizedSimd::fn()'],['../structllama_1_1mapping_1_1BindSplit.html#a73005c55d6ee5af3aaa67ce7e224b2f2',1,'llama::mapping::BindSplit::fn()'],['../structllama_1_1mapping_1_1BindSoA.html#ab74a41dd2ce0afcb4ece55fb3240da75',1,'llama::mapping::BindSoA::fn()'],['../structllama_1_1mapping_1_1BindProjection.html#ab0fddc09cd47662763c804f607282f52',1,'llama::mapping::BindProjection::fn()'],['../structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html#a904b3f0f95a0fdcd1fd443faa861cff8',1,'llama::mapping::internal::MakeReplacerProj::fn()'],['../structllama_1_1mapping_1_1BindOne.html#ad56e6679f95a9a8581929113cc5ce4a6',1,'llama::mapping::BindOne::fn()'],['../structllama_1_1mapping_1_1BindChangeType.html#a464b7a13c9650494f7e83562f35aef28',1,'llama::mapping::BindChangeType::fn()'],['../structllama_1_1mapping_1_1BindByteswap.html#ad8d2d4b3c91ec934c54ccca89ec6cfae',1,'llama::mapping::BindByteswap::fn()'],['../structllama_1_1mapping_1_1BindBytesplit.html#af6f67dfb2ab8ad468eac3e071a229975',1,'llama::mapping::BindBytesplit::fn()'],['../structllama_1_1mapping_1_1BindBitPackedIntAoS.html#ac478f4993423e1633a235715080683c6',1,'llama::mapping::BindBitPackedIntAoS::fn()'],['../structllama_1_1mapping_1_1BindBitPackedIntSoA.html#af63daca26caa57795ade63dcac96e0dd',1,'llama::mapping::BindBitPackedIntSoA::fn()'],['../structllama_1_1mapping_1_1BindBitPackedFloatAoS.html#a27655810cab80971f95602f80710e04b',1,'llama::mapping::BindBitPackedFloatAoS::fn()'],['../structllama_1_1mapping_1_1BindBitPackedFloatSoA.html#a55e38b1ad0dad6fc0d4d6500aaa24c28',1,'llama::mapping::BindBitPackedFloatSoA::fn()'],['../structllama_1_1mapping_1_1BindAoSoA.html#a96a1f256e450ece838aadda32436227e',1,'llama::mapping::BindAoSoA::fn()'],['../structllama_1_1mapping_1_1BindAoS.html#aa852df3c2d422680c1de725fd22ae5c3',1,'llama::mapping::BindAoS::fn()'],['../structllama_1_1internal_1_1MakePassSecond.html#a8a36ab4e38565686d9e56564c6552bc6',1,'llama::internal::MakePassSecond::fn()']]] + ['field_1470',['Field',['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#a5b8baa636c765ec6faaefea45eb58ee5',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >']]], + ['first_1471',['First',['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#a63149c2fdc237aff98d21de860df83e1',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >']]], + ['firstelement_1472',['FirstElement',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#ae0669a86a4899ff36045d01a9922f182',1,'llama::Tuple< TFirstElement, RestElements... >']]], + ['flatrecorddim_1473',['FlatRecordDim',['../namespacellama.html#a1fddf1f638927edfb8da8e3c78da4e1c',1,'llama::FlatRecordDim()'],['../structllama_1_1mapping_1_1PermuteFieldsInOrder.html#a2abf718cc2a89f328177bf92f89b281a',1,'llama::mapping::PermuteFieldsInOrder::FlatRecordDim()'],['../structllama_1_1mapping_1_1PermuteFieldsSorted.html#a04f7ce002a8eb0cc3fa8e5cbc1804b99',1,'llama::mapping::PermuteFieldsSorted::FlatRecordDim()']]], + ['fn_1474',['fn',['../structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html#ad9696dbf839dd91e64d4e44a7296cf92',1,'llama::mapping::internal::MakeProjectionPair::fn()'],['../structllama_1_1internal_1_1SizeEqualTo.html#a40c704eb6956b099cbe4aeb8f0cee320',1,'llama::internal::SizeEqualTo::fn()'],['../structllama_1_1internal_1_1BindMakeSizedSimd.html#acca5c76c5268c0c3ec794a8afdc74417',1,'llama::internal::BindMakeSizedSimd::fn()'],['../structllama_1_1mapping_1_1BindSplit.html#a73005c55d6ee5af3aaa67ce7e224b2f2',1,'llama::mapping::BindSplit::fn()'],['../structllama_1_1mapping_1_1BindSoA.html#ab74a41dd2ce0afcb4ece55fb3240da75',1,'llama::mapping::BindSoA::fn()'],['../structllama_1_1mapping_1_1BindProjection.html#ab0fddc09cd47662763c804f607282f52',1,'llama::mapping::BindProjection::fn()'],['../structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html#a904b3f0f95a0fdcd1fd443faa861cff8',1,'llama::mapping::internal::MakeReplacerProj::fn()'],['../structllama_1_1mapping_1_1BindOne.html#ad56e6679f95a9a8581929113cc5ce4a6',1,'llama::mapping::BindOne::fn()'],['../structllama_1_1mapping_1_1BindChangeType.html#a464b7a13c9650494f7e83562f35aef28',1,'llama::mapping::BindChangeType::fn()'],['../structllama_1_1mapping_1_1BindByteswap.html#ad8d2d4b3c91ec934c54ccca89ec6cfae',1,'llama::mapping::BindByteswap::fn()'],['../structllama_1_1mapping_1_1BindBytesplit.html#af6f67dfb2ab8ad468eac3e071a229975',1,'llama::mapping::BindBytesplit::fn()'],['../structllama_1_1mapping_1_1BindBitPackedIntAoS.html#ac478f4993423e1633a235715080683c6',1,'llama::mapping::BindBitPackedIntAoS::fn()'],['../structllama_1_1mapping_1_1BindBitPackedIntSoA.html#af63daca26caa57795ade63dcac96e0dd',1,'llama::mapping::BindBitPackedIntSoA::fn()'],['../structllama_1_1mapping_1_1BindBitPackedFloatAoS.html#a27655810cab80971f95602f80710e04b',1,'llama::mapping::BindBitPackedFloatAoS::fn()'],['../structllama_1_1mapping_1_1BindBitPackedFloatSoA.html#a55e38b1ad0dad6fc0d4d6500aaa24c28',1,'llama::mapping::BindBitPackedFloatSoA::fn()'],['../structllama_1_1mapping_1_1BindAoSoA.html#a96a1f256e450ece838aadda32436227e',1,'llama::mapping::BindAoSoA::fn()'],['../structllama_1_1mapping_1_1BindAoS.html#aa852df3c2d422680c1de725fd22ae5c3',1,'llama::mapping::BindAoS::fn()'],['../structllama_1_1internal_1_1MakePassSecond.html#a8a36ab4e38565686d9e56564c6552bc6',1,'llama::internal::MakePassSecond::fn()']]] ]; diff --git a/search/typedefs_5.js b/search/typedefs_5.js index f5c71f282f..6fd8ecc724 100644 --- a/search/typedefs_5.js +++ b/search/typedefs_5.js @@ -1,9 +1,9 @@ var searchData= [ - ['getcoordfromtags_1470',['GetCoordFromTags',['../namespacellama.html#ac1474c16fc91cddf593cb83ac1234619',1,'llama']]], - ['getfieldtag_1471',['GetFieldTag',['../namespacellama.html#aca81dc9a7fe8571b47958428e8bfe231',1,'llama']]], - ['getfieldtype_1472',['GetFieldType',['../namespacellama.html#a75dfd56127d13358c2991a57340657dc',1,'llama']]], - ['gettag_1473',['GetTag',['../namespacellama.html#a5c9a9464eb5c520170ea7911bac60863',1,'llama']]], - ['gettags_1474',['GetTags',['../namespacellama.html#a4a4fd33218cce7b2e592486d80f2ae90',1,'llama']]], - ['gettype_1475',['GetType',['../namespacellama.html#acdfb627d325de5ab6c18cdc842cd7350',1,'llama']]] + ['getcoordfromtags_1475',['GetCoordFromTags',['../namespacellama.html#ac1474c16fc91cddf593cb83ac1234619',1,'llama']]], + ['getfieldtag_1476',['GetFieldTag',['../namespacellama.html#aca81dc9a7fe8571b47958428e8bfe231',1,'llama']]], + ['getfieldtype_1477',['GetFieldType',['../namespacellama.html#a75dfd56127d13358c2991a57340657dc',1,'llama']]], + ['gettag_1478',['GetTag',['../namespacellama.html#a5c9a9464eb5c520170ea7911bac60863',1,'llama']]], + ['gettags_1479',['GetTags',['../namespacellama.html#a4a4fd33218cce7b2e592486d80f2ae90',1,'llama']]], + ['gettype_1480',['GetType',['../namespacellama.html#acdfb627d325de5ab6c18cdc842cd7350',1,'llama']]] ]; diff --git a/search/typedefs_6.js b/search/typedefs_6.js index 222097d6e1..a565ec717b 100644 --- a/search/typedefs_6.js +++ b/search/typedefs_6.js @@ -1,5 +1,5 @@ var searchData= [ - ['haslargersize_1476',['HasLargerSize',['../namespacellama_1_1mapping_1_1internal.html#aefb16cc8176bc77f148c9fd8d51f88e1',1,'llama::mapping::internal']]], - ['hastag_1477',['HasTag',['../structllama_1_1internal_1_1FindFieldByTag.html#a639f42c84662e72d362dac10a48bdaf1',1,'llama::internal::FindFieldByTag']]] + ['haslargersize_1481',['HasLargerSize',['../namespacellama_1_1mapping_1_1internal.html#aefb16cc8176bc77f148c9fd8d51f88e1',1,'llama::mapping::internal']]], + ['hastag_1482',['HasTag',['../structllama_1_1internal_1_1FindFieldByTag.html#a639f42c84662e72d362dac10a48bdaf1',1,'llama::internal::FindFieldByTag']]] ]; diff --git a/search/typedefs_7.js b/search/typedefs_7.js index dc2b843324..5b797f6656 100644 --- a/search/typedefs_7.js +++ b/search/typedefs_7.js @@ -1,10 +1,10 @@ var searchData= [ - ['identifier_1478',['Identifier',['../structllama_1_1mapping_1_1tree_1_1Leaf.html#a1fc784a9c8c87bc43ff682121b8fd5d7',1,'llama::mapping::tree::Leaf::Identifier()'],['../structllama_1_1mapping_1_1tree_1_1Node.html#a505e7e6a29add068afe6c17f3e5a022c',1,'llama::mapping::tree::Node::Identifier()']]], - ['index_1479',['Index',['../structllama_1_1ArrayExtents.html#abce5defd13fa5853289a5b1f744eb243',1,'llama::ArrayExtents::Index()'],['../structllama_1_1ArrayExtents_3_01T_01_4.html#a3c7a03c62d1570aee15138dc3a754b10',1,'llama::ArrayExtents< T >::Index()']]], - ['inner_1480',['Inner',['../structllama_1_1mapping_1_1Bytesplit.html#ae9a0b3f519c15de176403f3eea6e072b',1,'llama::mapping::Bytesplit::Inner()'],['../structllama_1_1mapping_1_1Heatmap.html#af33773e38b72e7d43561b1dbffcd1052',1,'llama::mapping::Heatmap::Inner()'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a62eb3f9b50656086f868504acb084925',1,'llama::mapping::PermuteArrayIndex::Inner()'],['../structllama_1_1mapping_1_1Projection.html#a22727dd1e166dbfea0a762d7d163bac0',1,'llama::mapping::Projection::Inner()']]], - ['isallowedfieldtype_1481',['IsAllowedFieldType',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a80dcaa71f6e62bf0b4d0a3b69f9406de',1,'llama::mapping::internal::BitPackedIntCommon']]], - ['isfieldtypesmallerorequalstorageintegral_1482',['IsFieldTypeSmallerOrEqualStorageIntegral',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a8f403c3b479257eab7d51b83528950b8',1,'llama::mapping::internal::BitPackedIntCommon']]], - ['iterator_1483',['iterator',['../structllama_1_1Vector.html#a7cb2da4cdee69566d96d906796ac96ff',1,'llama::Vector::iterator()'],['../structllama_1_1View.html#abe36abe814e4a701c181c5fd06b6b9b0',1,'llama::View::iterator()'],['../structllama_1_1SubView.html#a71c77a388115768cf3f88f4a09732de3',1,'llama::SubView::iterator()']]], - ['iterator_5fcategory_1484',['iterator_category',['../structllama_1_1ArrayIndexIterator.html#ac149b9191555df8d9cd3c8b08b6f22ab',1,'llama::ArrayIndexIterator::iterator_category()'],['../structllama_1_1Iterator.html#a9e213325f5a69c320be804d24e0b1ccd',1,'llama::Iterator::iterator_category()']]] + ['identifier_1483',['Identifier',['../structllama_1_1mapping_1_1tree_1_1Leaf.html#a1fc784a9c8c87bc43ff682121b8fd5d7',1,'llama::mapping::tree::Leaf::Identifier()'],['../structllama_1_1mapping_1_1tree_1_1Node.html#a505e7e6a29add068afe6c17f3e5a022c',1,'llama::mapping::tree::Node::Identifier()']]], + ['index_1484',['Index',['../structllama_1_1ArrayExtents.html#abce5defd13fa5853289a5b1f744eb243',1,'llama::ArrayExtents::Index()'],['../structllama_1_1ArrayExtents_3_01T_01_4.html#a3c7a03c62d1570aee15138dc3a754b10',1,'llama::ArrayExtents< T >::Index()']]], + ['inner_1485',['Inner',['../structllama_1_1mapping_1_1Bytesplit.html#ae9a0b3f519c15de176403f3eea6e072b',1,'llama::mapping::Bytesplit::Inner()'],['../structllama_1_1mapping_1_1Heatmap.html#af33773e38b72e7d43561b1dbffcd1052',1,'llama::mapping::Heatmap::Inner()'],['../structllama_1_1mapping_1_1PermuteArrayIndex.html#a62eb3f9b50656086f868504acb084925',1,'llama::mapping::PermuteArrayIndex::Inner()'],['../structllama_1_1mapping_1_1Projection.html#a22727dd1e166dbfea0a762d7d163bac0',1,'llama::mapping::Projection::Inner()']]], + ['isallowedfieldtype_1486',['IsAllowedFieldType',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a80dcaa71f6e62bf0b4d0a3b69f9406de',1,'llama::mapping::internal::BitPackedIntCommon']]], + ['isfieldtypesmallerorequalstorageintegral_1487',['IsFieldTypeSmallerOrEqualStorageIntegral',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a8f403c3b479257eab7d51b83528950b8',1,'llama::mapping::internal::BitPackedIntCommon']]], + ['iterator_1488',['iterator',['../structllama_1_1Vector.html#a7cb2da4cdee69566d96d906796ac96ff',1,'llama::Vector::iterator()'],['../structllama_1_1View.html#abe36abe814e4a701c181c5fd06b6b9b0',1,'llama::View::iterator()'],['../structllama_1_1SubView.html#a71c77a388115768cf3f88f4a09732de3',1,'llama::SubView::iterator()']]], + ['iterator_5fcategory_1489',['iterator_category',['../structllama_1_1ArrayIndexIterator.html#ac149b9191555df8d9cd3c8b08b6f22ab',1,'llama::ArrayIndexIterator::iterator_category()'],['../structllama_1_1Iterator.html#a9e213325f5a69c320be804d24e0b1ccd',1,'llama::Iterator::iterator_category()']]] ]; diff --git a/search/typedefs_8.js b/search/typedefs_8.js index cfe741c3e0..87de8c50f8 100644 --- a/search/typedefs_8.js +++ b/search/typedefs_8.js @@ -1,10 +1,10 @@ var searchData= [ - ['largestintegral_1485',['LargestIntegral',['../namespacellama_1_1mapping_1_1internal.html#af0c791e1b6579d493239e62d5cbefa59',1,'llama::mapping::internal']]], - ['leafrecordcoords_1486',['LeafRecordCoords',['../namespacellama.html#ab0c1ac83b09aa8a960eca20d2aea3a98',1,'llama']]], - ['lessalignment_1487',['LessAlignment',['../namespacellama_1_1mapping_1_1internal.html#a761919af792a2052749e060dec4adafe',1,'llama::mapping::internal']]], - ['linearizearrayindexcpp_1488',['LinearizeArrayIndexCpp',['../namespacellama_1_1mapping.html#a6daee0d04c15c779d7c13bb6dd2db420',1,'llama::mapping']]], - ['linearizearrayindexfortran_1489',['LinearizeArrayIndexFortran',['../namespacellama_1_1mapping.html#a9be34ad5fb08df6a71cb67b11791611b',1,'llama::mapping']]], - ['linearizearrayindexfunctor_1490',['LinearizeArrayIndexFunctor',['../structllama_1_1mapping_1_1AoS.html#a201c5660fa554b1fa51ac570b550182e',1,'llama::mapping::AoS::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1AoSoA.html#ad601750ae27c86b60baa77e52690e977',1,'llama::mapping::AoSoA::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#aa2e1181f91f2906b1dd40a1b14c011ff',1,'llama::mapping::BitPackedFloatSoA::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a8e5278acd858c456284f0d22b2a60b06',1,'llama::mapping::BitPackedFloatAoS::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a87be171e82345d6da98b5dc5a886a9d6',1,'llama::mapping::internal::BitPackedIntCommon::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1SoA.html#a1a71d2b5ba2fcf52330d4fc2b81d3b14',1,'llama::mapping::SoA::LinearizeArrayIndexFunctor()']]], - ['list_1491',['List',['../structllama_1_1RecordCoord.html#a685a368d5b00931fb77af19012b10b4b',1,'llama::RecordCoord::List()'],['../structllama_1_1RecordCoord_3_4.html#a2fbc9a92eb6d265b4f646333aa6df076',1,'llama::RecordCoord<>::List()']]] + ['largestintegral_1490',['LargestIntegral',['../namespacellama_1_1mapping_1_1internal.html#af0c791e1b6579d493239e62d5cbefa59',1,'llama::mapping::internal']]], + ['leafrecordcoords_1491',['LeafRecordCoords',['../namespacellama.html#ab0c1ac83b09aa8a960eca20d2aea3a98',1,'llama']]], + ['lessalignment_1492',['LessAlignment',['../namespacellama_1_1mapping_1_1internal.html#a761919af792a2052749e060dec4adafe',1,'llama::mapping::internal']]], + ['linearizearrayindexcpp_1493',['LinearizeArrayIndexCpp',['../namespacellama_1_1mapping.html#a6daee0d04c15c779d7c13bb6dd2db420',1,'llama::mapping']]], + ['linearizearrayindexfortran_1494',['LinearizeArrayIndexFortran',['../namespacellama_1_1mapping.html#a9be34ad5fb08df6a71cb67b11791611b',1,'llama::mapping']]], + ['linearizearrayindexfunctor_1495',['LinearizeArrayIndexFunctor',['../structllama_1_1mapping_1_1AoS.html#a201c5660fa554b1fa51ac570b550182e',1,'llama::mapping::AoS::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1AoSoA.html#ad601750ae27c86b60baa77e52690e977',1,'llama::mapping::AoSoA::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#aa2e1181f91f2906b1dd40a1b14c011ff',1,'llama::mapping::BitPackedFloatSoA::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a8e5278acd858c456284f0d22b2a60b06',1,'llama::mapping::BitPackedFloatAoS::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a87be171e82345d6da98b5dc5a886a9d6',1,'llama::mapping::internal::BitPackedIntCommon::LinearizeArrayIndexFunctor()'],['../structllama_1_1mapping_1_1SoA.html#a1a71d2b5ba2fcf52330d4fc2b81d3b14',1,'llama::mapping::SoA::LinearizeArrayIndexFunctor()']]], + ['list_1496',['List',['../structllama_1_1RecordCoord.html#a685a368d5b00931fb77af19012b10b4b',1,'llama::RecordCoord::List()'],['../structllama_1_1RecordCoord_3_4.html#a2fbc9a92eb6d265b4f646333aa6df076',1,'llama::RecordCoord<>::List()']]] ]; diff --git a/search/typedefs_9.js b/search/typedefs_9.js index 287182e900..c46c6839be 100644 --- a/search/typedefs_9.js +++ b/search/typedefs_9.js @@ -1,18 +1,17 @@ var searchData= [ - ['makebyteswapprojectionmap_1492',['MakeByteswapProjectionMap',['../namespacellama_1_1mapping_1_1internal.html#adb00a2bdf0f7e3b06ba9dcfef66be7ca',1,'llama::mapping::internal']]], - ['makebyteswapprojectionpair_1493',['MakeByteswapProjectionPair',['../namespacellama_1_1mapping_1_1internal.html#a210fe41eae49d7c373adee79f2826106',1,'llama::mapping::internal']]], - ['makeprojectionmap_1494',['MakeProjectionMap',['../namespacellama_1_1mapping_1_1internal.html#adc18409b41258d27b1e0b91008d801e2',1,'llama::mapping::internal']]], - ['mapping_1495',['Mapping',['../structllama_1_1View.html#ab78c51e95a88b07395d0311107f31ba3',1,'llama::View::Mapping()'],['../structllama_1_1SubView.html#ad0592b1c97fc1410f4f8993dba03aed1',1,'llama::SubView::Mapping()']]], - ['mapping1_1496',['Mapping1',['../structllama_1_1mapping_1_1Split.html#ac70c11ba46bc16d8dc004e07bd916431',1,'llama::mapping::Split']]], - ['mapping2_1497',['Mapping2',['../structllama_1_1mapping_1_1Split.html#a7f8c880946e1f571e2421e7cb8bb9b6b',1,'llama::mapping::Split']]], - ['memcopyfunc_1498',['memcopyFunc',['../namespacellama_1_1internal.html#a359ae38d758d2af3b2e5610fcc32c110',1,'llama::internal']]], - ['mergedfunctors_1499',['MergedFunctors',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a497d204c1f51e5c9213fe50f4fe6199c',1,'llama::mapping::tree::Mapping']]], - ['mergedrecorddims_1500',['MergedRecordDims',['../namespacellama.html#ab77dc388b0806851df1b1834ad4a31e0',1,'llama']]], - ['minalignedaos_1501',['MinAlignedAoS',['../namespacellama_1_1mapping.html#a18212001c2e113884bd99703bf4b8645',1,'llama::mapping']]], - ['minalignedone_1502',['MinAlignedOne',['../namespacellama_1_1mapping.html#a8712b71597c44e83220c489a459d3a1b',1,'llama::mapping']]], - ['morealignment_1503',['MoreAlignment',['../namespacellama_1_1mapping_1_1internal.html#a8c7482b69fbb2e73fe12f9acc59e95a3',1,'llama::mapping::internal']]], - ['movertdownfixed_1504',['MoveRTDownFixed',['../namespacellama_1_1mapping_1_1tree_1_1functor.html#aeac7b701ac28b8ab1eb842ee31ab499a',1,'llama::mapping::tree::functor']]], - ['mp_5funwrap_5fvalues_5finto_1505',['mp_unwrap_values_into',['../namespacellama_1_1internal.html#a81e3783dd94e3a1b003f955aaacf49d6',1,'llama::internal']]], - ['multiblobsoa_1506',['MultiBlobSoA',['../namespacellama_1_1mapping.html#abba9dcdfa9db81a7363c07f3f4e0fb70',1,'llama::mapping']]] + ['makebyteswapprojectionmap_1497',['MakeByteswapProjectionMap',['../namespacellama_1_1mapping_1_1internal.html#adb00a2bdf0f7e3b06ba9dcfef66be7ca',1,'llama::mapping::internal']]], + ['makebyteswapprojectionpair_1498',['MakeByteswapProjectionPair',['../namespacellama_1_1mapping_1_1internal.html#a210fe41eae49d7c373adee79f2826106',1,'llama::mapping::internal']]], + ['makeprojectionmap_1499',['MakeProjectionMap',['../namespacellama_1_1mapping_1_1internal.html#adc18409b41258d27b1e0b91008d801e2',1,'llama::mapping::internal']]], + ['mapping_1500',['Mapping',['../structllama_1_1View.html#ab78c51e95a88b07395d0311107f31ba3',1,'llama::View::Mapping()'],['../structllama_1_1SubView.html#ad0592b1c97fc1410f4f8993dba03aed1',1,'llama::SubView::Mapping()']]], + ['mapping1_1501',['Mapping1',['../structllama_1_1mapping_1_1Split.html#ac70c11ba46bc16d8dc004e07bd916431',1,'llama::mapping::Split']]], + ['mapping2_1502',['Mapping2',['../structllama_1_1mapping_1_1Split.html#a7f8c880946e1f571e2421e7cb8bb9b6b',1,'llama::mapping::Split']]], + ['mergedfunctors_1503',['MergedFunctors',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a497d204c1f51e5c9213fe50f4fe6199c',1,'llama::mapping::tree::Mapping']]], + ['mergedrecorddims_1504',['MergedRecordDims',['../namespacellama.html#ab77dc388b0806851df1b1834ad4a31e0',1,'llama']]], + ['minalignedaos_1505',['MinAlignedAoS',['../namespacellama_1_1mapping.html#a18212001c2e113884bd99703bf4b8645',1,'llama::mapping']]], + ['minalignedone_1506',['MinAlignedOne',['../namespacellama_1_1mapping.html#a8712b71597c44e83220c489a459d3a1b',1,'llama::mapping']]], + ['morealignment_1507',['MoreAlignment',['../namespacellama_1_1mapping_1_1internal.html#a8c7482b69fbb2e73fe12f9acc59e95a3',1,'llama::mapping::internal']]], + ['movertdownfixed_1508',['MoveRTDownFixed',['../namespacellama_1_1mapping_1_1tree_1_1functor.html#aeac7b701ac28b8ab1eb842ee31ab499a',1,'llama::mapping::tree::functor']]], + ['mp_5funwrap_5fvalues_5finto_1509',['mp_unwrap_values_into',['../namespacellama_1_1internal.html#a81e3783dd94e3a1b003f955aaacf49d6',1,'llama::internal']]], + ['multiblobsoa_1510',['MultiBlobSoA',['../namespacellama_1_1mapping.html#abba9dcdfa9db81a7363c07f3f4e0fb70',1,'llama::mapping']]] ]; diff --git a/search/typedefs_a.js b/search/typedefs_a.js index 2122c427d3..e95db4889b 100644 --- a/search/typedefs_a.js +++ b/search/typedefs_a.js @@ -1,4 +1,4 @@ var searchData= [ - ['normalizedselectorformapping1_1507',['NormalizedSelectorForMapping1',['../structllama_1_1mapping_1_1Split.html#a9da900cbe7bbfc5887de6c016b8728d7',1,'llama::mapping::Split']]] + ['normalizedselectorformapping1_1511',['NormalizedSelectorForMapping1',['../structllama_1_1mapping_1_1Split.html#a9da900cbe7bbfc5887de6c016b8728d7',1,'llama::mapping::Split']]] ]; diff --git a/search/typedefs_b.js b/search/typedefs_b.js index dd23489a74..4daddc4272 100644 --- a/search/typedefs_b.js +++ b/search/typedefs_b.js @@ -1,5 +1,5 @@ var searchData= [ - ['one_1508',['One',['../namespacellama.html#ace059168abe83f42c9493ad853abb746',1,'llama']]], - ['other_1509',['other',['../structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind.html#a21f94f8b3f97ad48279888f0d6a6cc2e',1,'llama::bloballoc::AlignedAllocator::rebind']]] + ['one_1512',['One',['../namespacellama.html#ace059168abe83f42c9493ad853abb746',1,'llama']]], + ['other_1513',['other',['../structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind.html#a21f94f8b3f97ad48279888f0d6a6cc2e',1,'llama::bloballoc::AlignedAllocator::rebind']]] ]; diff --git a/search/typedefs_c.js b/search/typedefs_c.js index 7ab0779124..f019bb8e60 100644 --- a/search/typedefs_c.js +++ b/search/typedefs_c.js @@ -1,20 +1,20 @@ var searchData= [ - ['packedaos_1510',['PackedAoS',['../namespacellama_1_1mapping.html#a07af8cab24be6b0ef7d39a54eaafcb68',1,'llama::mapping']]], - ['packedone_1511',['PackedOne',['../namespacellama_1_1mapping.html#a5756ce12088fd2d9886a32f994e8e240',1,'llama::mapping']]], - ['packedsingleblobsoa_1512',['PackedSingleBlobSoA',['../namespacellama_1_1mapping.html#aa3c11ccabadbda48b00791577a3379bd',1,'llama::mapping']]], - ['parentview_1513',['ParentView',['../structllama_1_1SubView.html#a68b627423bc53908fd8a08ca8602148d',1,'llama::SubView']]], - ['part1after_1514',['Part1After',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a4831ff06df024fabf183a6fd99694de9',1,'llama::mapping::internal::PartitionFoldOpImpl']]], - ['part1before_1515',['Part1Before',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a381a3bdceda7cbbf6549db6133fba91f',1,'llama::mapping::internal::PartitionFoldOpImpl']]], - ['part2after_1516',['Part2After',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a52c0fa86dc470c28a7b0cd23577907cf',1,'llama::mapping::internal::PartitionFoldOpImpl']]], - ['part2before_1517',['Part2Before',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a09c853470059296efd1ad1f819566f7b',1,'llama::mapping::internal::PartitionFoldOpImpl']]], - ['partitionfoldop_1518',['PartitionFoldOp',['../namespacellama_1_1mapping_1_1internal.html#a580e552437b8ec7bdbbfbd737ecc175d',1,'llama::mapping::internal']]], - ['permutefieldsdecreasingalignment_1519',['PermuteFieldsDecreasingAlignment',['../namespacellama_1_1mapping.html#a2e0ea39ca46af98002f4fefa52cc6ba8',1,'llama::mapping']]], - ['permutefieldsincreasingalignment_1520',['PermuteFieldsIncreasingAlignment',['../namespacellama_1_1mapping.html#a85115db479ff4a7394fae89c70ff4305',1,'llama::mapping']]], - ['permutefieldsminimizepadding_1521',['PermuteFieldsMinimizePadding',['../namespacellama_1_1mapping.html#a27d3128c60274c2018beeb76e99d6aff',1,'llama::mapping']]], - ['permuter_1522',['Permuter',['../structllama_1_1mapping_1_1SoA.html#afd72fdba9190da7776f85d2b26eff59d',1,'llama::mapping::SoA::Permuter()'],['../structllama_1_1mapping_1_1One.html#aa615450052c7a2a7378c1dccb61631bb',1,'llama::mapping::One::Permuter()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a3a134229959e7740728373be15ee684c',1,'llama::mapping::BitPackedIntAoS::Permuter()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a0f9154f2a08ef35ca6b6b04575db985f',1,'llama::mapping::BitPackedFloatAoS::Permuter()'],['../structllama_1_1mapping_1_1AoSoA.html#aee75fbec055b57575a7012e0acf5a471',1,'llama::mapping::AoSoA::Permuter()'],['../structllama_1_1mapping_1_1AoS.html#a763e7731cac791a3d3d7fee7921e3553',1,'llama::mapping::AoS::Permuter()']]], - ['pointer_1523',['pointer',['../structllama_1_1ArrayIndexIterator.html#ae9bac80dbbaa4896e146b58fdefdf4a2',1,'llama::ArrayIndexIterator::pointer()'],['../structllama_1_1Iterator.html#affb1d5d1049931f294f463805f5010bc',1,'llama::Iterator::pointer()']]], - ['popfront_1524',['PopFront',['../namespacellama.html#a51dcbb30751c7c23e97d434736a0acc4',1,'llama']]], - ['projectionmap_1525',['ProjectionMap',['../structllama_1_1mapping_1_1Projection.html#a1e5e2a679aa7c64196360208dcd0bc49',1,'llama::mapping::Projection']]], - ['projectionorvoid_1526',['ProjectionOrVoid',['../namespacellama_1_1mapping_1_1internal.html#a721bad784cc6cc05c977c736c6536a96',1,'llama::mapping::internal']]] + ['packedaos_1514',['PackedAoS',['../namespacellama_1_1mapping.html#a07af8cab24be6b0ef7d39a54eaafcb68',1,'llama::mapping']]], + ['packedone_1515',['PackedOne',['../namespacellama_1_1mapping.html#a5756ce12088fd2d9886a32f994e8e240',1,'llama::mapping']]], + ['packedsingleblobsoa_1516',['PackedSingleBlobSoA',['../namespacellama_1_1mapping.html#aa3c11ccabadbda48b00791577a3379bd',1,'llama::mapping']]], + ['parentview_1517',['ParentView',['../structllama_1_1SubView.html#a68b627423bc53908fd8a08ca8602148d',1,'llama::SubView']]], + ['part1after_1518',['Part1After',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a4831ff06df024fabf183a6fd99694de9',1,'llama::mapping::internal::PartitionFoldOpImpl']]], + ['part1before_1519',['Part1Before',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a381a3bdceda7cbbf6549db6133fba91f',1,'llama::mapping::internal::PartitionFoldOpImpl']]], + ['part2after_1520',['Part2After',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a52c0fa86dc470c28a7b0cd23577907cf',1,'llama::mapping::internal::PartitionFoldOpImpl']]], + ['part2before_1521',['Part2Before',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a09c853470059296efd1ad1f819566f7b',1,'llama::mapping::internal::PartitionFoldOpImpl']]], + ['partitionfoldop_1522',['PartitionFoldOp',['../namespacellama_1_1mapping_1_1internal.html#a580e552437b8ec7bdbbfbd737ecc175d',1,'llama::mapping::internal']]], + ['permutefieldsdecreasingalignment_1523',['PermuteFieldsDecreasingAlignment',['../namespacellama_1_1mapping.html#a2e0ea39ca46af98002f4fefa52cc6ba8',1,'llama::mapping']]], + ['permutefieldsincreasingalignment_1524',['PermuteFieldsIncreasingAlignment',['../namespacellama_1_1mapping.html#a85115db479ff4a7394fae89c70ff4305',1,'llama::mapping']]], + ['permutefieldsminimizepadding_1525',['PermuteFieldsMinimizePadding',['../namespacellama_1_1mapping.html#a27d3128c60274c2018beeb76e99d6aff',1,'llama::mapping']]], + ['permuter_1526',['Permuter',['../structllama_1_1mapping_1_1SoA.html#afd72fdba9190da7776f85d2b26eff59d',1,'llama::mapping::SoA::Permuter()'],['../structllama_1_1mapping_1_1One.html#aa615450052c7a2a7378c1dccb61631bb',1,'llama::mapping::One::Permuter()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a3a134229959e7740728373be15ee684c',1,'llama::mapping::BitPackedIntAoS::Permuter()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a0f9154f2a08ef35ca6b6b04575db985f',1,'llama::mapping::BitPackedFloatAoS::Permuter()'],['../structllama_1_1mapping_1_1AoSoA.html#aee75fbec055b57575a7012e0acf5a471',1,'llama::mapping::AoSoA::Permuter()'],['../structllama_1_1mapping_1_1AoS.html#a763e7731cac791a3d3d7fee7921e3553',1,'llama::mapping::AoS::Permuter()']]], + ['pointer_1527',['pointer',['../structllama_1_1ArrayIndexIterator.html#ae9bac80dbbaa4896e146b58fdefdf4a2',1,'llama::ArrayIndexIterator::pointer()'],['../structllama_1_1Iterator.html#affb1d5d1049931f294f463805f5010bc',1,'llama::Iterator::pointer()']]], + ['popfront_1528',['PopFront',['../namespacellama.html#a51dcbb30751c7c23e97d434736a0acc4',1,'llama']]], + ['projectionmap_1529',['ProjectionMap',['../structllama_1_1mapping_1_1Projection.html#a1e5e2a679aa7c64196360208dcd0bc49',1,'llama::mapping::Projection']]], + ['projectionorvoid_1530',['ProjectionOrVoid',['../namespacellama_1_1mapping_1_1internal.html#a721bad784cc6cc05c977c736c6536a96',1,'llama::mapping::internal']]] ]; diff --git a/search/typedefs_d.js b/search/typedefs_d.js index 234f4470a6..7cf944c5bf 100644 --- a/search/typedefs_d.js +++ b/search/typedefs_d.js @@ -1,17 +1,17 @@ var searchData= [ - ['r_1527',['R',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#af901d14f4c982ea08477ef47b03c1791',1,'llama::mapping::internal::PartitionFoldOpImpl']]], - ['recordcoordfromlist_1528',['RecordCoordFromList',['../namespacellama.html#ad95912a49a83091fde091a4e2d9a4118',1,'llama']]], - ['recorddim_1529',['RecordDim',['../structllama_1_1mapping_1_1Bytesplit.html#a55d94f8aecd74f3e73d246c3515651e8',1,'llama::mapping::Bytesplit::RecordDim()'],['../structllama_1_1mapping_1_1MappingBase.html#a230ce8319dfa063ac4692dcd4034c462',1,'llama::mapping::MappingBase::RecordDim()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a1b6fa99b9767f2b8fe2ab0621c3518a5',1,'llama::mapping::FieldAccessCount::RecordDim()'],['../structllama_1_1mapping_1_1Heatmap.html#a2d2237094bf40b8d773f701ccea03338',1,'llama::mapping::Heatmap::RecordDim()'],['../structllama_1_1mapping_1_1Projection.html#a8e07d10e24daa52a2ccb859995ab3796',1,'llama::mapping::Projection::RecordDim()'],['../structllama_1_1mapping_1_1Split.html#ad02eb9f592deae654b8cbd8e2ed8f44c',1,'llama::mapping::Split::RecordDim()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a918b6b31180de12b1cc42bcb340411a5',1,'llama::mapping::tree::Mapping::RecordDim()'],['../structllama_1_1Vector.html#a9cb6cd05cc9474af335517ef3889cfb4',1,'llama::Vector::RecordDim()'],['../structllama_1_1View.html#a0e311e171359b386b0e86b16738d1d8d',1,'llama::View::RecordDim()'],['../structllama_1_1SubView.html#a51e9369860cf67eecc4438caf0be05d2',1,'llama::SubView::RecordDim()']]], - ['recorddim1_1530',['RecordDim1',['../structllama_1_1mapping_1_1Split.html#a4eb538b875302b37f43d43c2bfe767b4',1,'llama::mapping::Split']]], - ['recorddim2_1531',['RecordDim2',['../structllama_1_1mapping_1_1Split.html#ad5a8c4aef96eda2d8aabf87e244d574a',1,'llama::mapping::Split']]], - ['recorddimpartitions_1532',['RecordDimPartitions',['../structllama_1_1mapping_1_1Split.html#a71b4634fa1aaca4ee41c236ce84b935d',1,'llama::mapping::Split']]], - ['reference_1533',['reference',['../structllama_1_1ArrayIndexIterator.html#a29a20a406c9fb9e4a2c9033d01969ac4',1,'llama::ArrayIndexIterator::reference()'],['../structllama_1_1Iterator.html#a90e4c2c83c2d5a27bf91631c60085ae6',1,'llama::Iterator::reference()']]], - ['replacebybytearray_1534',['ReplaceByByteArray',['../namespacellama_1_1mapping_1_1internal.html#afb46513e82a723e018572be98ef08d18',1,'llama::mapping::internal']]], - ['replaceplaceholders_1535',['ReplacePlaceholders',['../namespacellama.html#a533ad08f0a1fa09005088a13a6b59040',1,'llama']]], - ['replacetypesbyprojectionresults_1536',['ReplaceTypesByProjectionResults',['../namespacellama_1_1mapping_1_1internal.html#ae5b63f36aa71a978887002ad2a5e6f50',1,'llama::mapping::internal']]], - ['rest_1537',['Rest',['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#aa96b596a7661000b5142d2a7a76cde2b',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >']]], - ['resttuple_1538',['RestTuple',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a9d44ece6524f1a59ce9ae1bfb87d1efa',1,'llama::Tuple< TFirstElement, RestElements... >']]], - ['resulttree_1539',['ResultTree',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a40455feecb37c12d9319fe73acf29674',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::ResultTree()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#acb96520922aa3b98fd2ed8b14e7d8e04',1,'llama::mapping::tree::Mapping::ResultTree()']]], - ['returntype_1540',['ReturnType',['../structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html#ad24fb11cf0ac668f70e35bfbd1272f34',1,'llama::mapping::internal::UnaryFunctionTraits< Ret(*)(Arg)>']]] + ['r_1531',['R',['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#af901d14f4c982ea08477ef47b03c1791',1,'llama::mapping::internal::PartitionFoldOpImpl']]], + ['recordcoordfromlist_1532',['RecordCoordFromList',['../namespacellama.html#ad95912a49a83091fde091a4e2d9a4118',1,'llama']]], + ['recorddim_1533',['RecordDim',['../structllama_1_1mapping_1_1Bytesplit.html#a55d94f8aecd74f3e73d246c3515651e8',1,'llama::mapping::Bytesplit::RecordDim()'],['../structllama_1_1mapping_1_1MappingBase.html#a230ce8319dfa063ac4692dcd4034c462',1,'llama::mapping::MappingBase::RecordDim()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#a1b6fa99b9767f2b8fe2ab0621c3518a5',1,'llama::mapping::FieldAccessCount::RecordDim()'],['../structllama_1_1mapping_1_1Heatmap.html#a2d2237094bf40b8d773f701ccea03338',1,'llama::mapping::Heatmap::RecordDim()'],['../structllama_1_1mapping_1_1Projection.html#a8e07d10e24daa52a2ccb859995ab3796',1,'llama::mapping::Projection::RecordDim()'],['../structllama_1_1mapping_1_1Split.html#ad02eb9f592deae654b8cbd8e2ed8f44c',1,'llama::mapping::Split::RecordDim()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a918b6b31180de12b1cc42bcb340411a5',1,'llama::mapping::tree::Mapping::RecordDim()'],['../structllama_1_1Vector.html#a9cb6cd05cc9474af335517ef3889cfb4',1,'llama::Vector::RecordDim()'],['../structllama_1_1View.html#a0e311e171359b386b0e86b16738d1d8d',1,'llama::View::RecordDim()'],['../structllama_1_1SubView.html#a51e9369860cf67eecc4438caf0be05d2',1,'llama::SubView::RecordDim()']]], + ['recorddim1_1534',['RecordDim1',['../structllama_1_1mapping_1_1Split.html#a4eb538b875302b37f43d43c2bfe767b4',1,'llama::mapping::Split']]], + ['recorddim2_1535',['RecordDim2',['../structllama_1_1mapping_1_1Split.html#ad5a8c4aef96eda2d8aabf87e244d574a',1,'llama::mapping::Split']]], + ['recorddimpartitions_1536',['RecordDimPartitions',['../structllama_1_1mapping_1_1Split.html#a71b4634fa1aaca4ee41c236ce84b935d',1,'llama::mapping::Split']]], + ['reference_1537',['reference',['../structllama_1_1ArrayIndexIterator.html#a29a20a406c9fb9e4a2c9033d01969ac4',1,'llama::ArrayIndexIterator::reference()'],['../structllama_1_1Iterator.html#a90e4c2c83c2d5a27bf91631c60085ae6',1,'llama::Iterator::reference()']]], + ['replacebybytearray_1538',['ReplaceByByteArray',['../namespacellama_1_1mapping_1_1internal.html#afb46513e82a723e018572be98ef08d18',1,'llama::mapping::internal']]], + ['replaceplaceholders_1539',['ReplacePlaceholders',['../namespacellama.html#a533ad08f0a1fa09005088a13a6b59040',1,'llama']]], + ['replacetypesbyprojectionresults_1540',['ReplaceTypesByProjectionResults',['../namespacellama_1_1mapping_1_1internal.html#ae5b63f36aa71a978887002ad2a5e6f50',1,'llama::mapping::internal']]], + ['rest_1541',['Rest',['../structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html#aa96b596a7661000b5142d2a7a76cde2b',1,'llama::accessor::Stacked< FirstAccessor, MoreAccessors... >']]], + ['resttuple_1542',['RestTuple',['../structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html#a9d44ece6524f1a59ce9ae1bfb87d1efa',1,'llama::Tuple< TFirstElement, RestElements... >']]], + ['resulttree_1543',['ResultTree',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a40455feecb37c12d9319fe73acf29674',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >::ResultTree()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#acb96520922aa3b98fd2ed8b14e7d8e04',1,'llama::mapping::tree::Mapping::ResultTree()']]], + ['returntype_1544',['ReturnType',['../structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html#ad24fb11cf0ac668f70e35bfbd1272f34',1,'llama::mapping::internal::UnaryFunctionTraits< Ret(*)(Arg)>']]] ]; diff --git a/search/typedefs_e.js b/search/typedefs_e.js index 005bb9ffa6..844a6f39e0 100644 --- a/search/typedefs_e.js +++ b/search/typedefs_e.js @@ -1,14 +1,14 @@ var searchData= [ - ['selectorformapping1_1541',['SelectorForMapping1',['../structllama_1_1mapping_1_1Split.html#a8bce85de48fc51888c598cf1cf16640b',1,'llama::mapping::Split']]], - ['simd_1542',['Simd',['../namespacellama.html#adf42387a56b588d4a261b9ab869e33ee',1,'llama']]], - ['simdize_1543',['Simdize',['../namespacellama.html#adf54146d2fef06baf9d512e22793f41a',1,'llama']]], - ['simdizen_1544',['SimdizeN',['../namespacellama.html#ab5050ae091b407bcd3adabb734f2aba0',1,'llama']]], - ['simdn_1545',['SimdN',['../namespacellama.html#a2f1e01829ca6b6d3a50720fdbcc99adf',1,'llama']]], - ['size_5ftype_1546',['size_type',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a2cbefd0cb2908d81a99eaf3d919ca269',1,'llama::mapping::internal::BitPackedIntCommon::size_type()'],['../structllama_1_1mapping_1_1MappingBase.html#a5ce2266ed39400609731093894761df9',1,'llama::mapping::MappingBase::size_type()'],['../structllama_1_1Vector.html#af351e8734902f0ead47ba3b9aae4302e',1,'llama::Vector::size_type()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a2cbefd0cb2908d81a99eaf3d919ca269',1,'llama::mapping::BitPackedIntSoA::size_type()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a2cbefd0cb2908d81a99eaf3d919ca269',1,'llama::mapping::BitPackedIntAoS::size_type()']]], - ['splitbytes_1547',['SplitBytes',['../namespacellama_1_1mapping_1_1internal.html#a6541b9600737326f2e0b6354d0b3dfa1',1,'llama::mapping::internal']]], - ['storedintegral_1548',['StoredIntegral',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#ae20de4b5c0dc7fe9d732ce71a388072c',1,'llama::mapping::internal::BitPackedIntCommon::StoredIntegral()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a75ee95fefffa55a10634b41e8622dea7',1,'llama::mapping::BitPackedFloatAoS::StoredIntegral()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a3dd863836a9d91b243b1f67a420e7dda',1,'llama::mapping::BitPackedFloatSoA::StoredIntegral()']]], - ['storedintegralfor_1549',['StoredIntegralFor',['../namespacellama_1_1mapping_1_1internal.html#a595cadedce236708ce48203edeb3de34',1,'llama::mapping::internal']]], - ['storedparentview_1550',['StoredParentView',['../structllama_1_1SubView.html#ae8ec3d55c74216060bf28e3e7e92993f',1,'llama::SubView']]], - ['storedunsignedfor_1551',['StoredUnsignedFor',['../namespacellama_1_1mapping_1_1internal.html#a9c9a33a5cf5e402d9887b0071b30ede0',1,'llama::mapping::internal']]] + ['selectorformapping1_1545',['SelectorForMapping1',['../structllama_1_1mapping_1_1Split.html#a8bce85de48fc51888c598cf1cf16640b',1,'llama::mapping::Split']]], + ['simd_1546',['Simd',['../namespacellama.html#adf42387a56b588d4a261b9ab869e33ee',1,'llama']]], + ['simdize_1547',['Simdize',['../namespacellama.html#adf54146d2fef06baf9d512e22793f41a',1,'llama']]], + ['simdizen_1548',['SimdizeN',['../namespacellama.html#ab5050ae091b407bcd3adabb734f2aba0',1,'llama']]], + ['simdn_1549',['SimdN',['../namespacellama.html#a2f1e01829ca6b6d3a50720fdbcc99adf',1,'llama']]], + ['size_5ftype_1550',['size_type',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#a2cbefd0cb2908d81a99eaf3d919ca269',1,'llama::mapping::internal::BitPackedIntCommon::size_type()'],['../structllama_1_1mapping_1_1MappingBase.html#a5ce2266ed39400609731093894761df9',1,'llama::mapping::MappingBase::size_type()'],['../structllama_1_1Vector.html#af351e8734902f0ead47ba3b9aae4302e',1,'llama::Vector::size_type()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a2cbefd0cb2908d81a99eaf3d919ca269',1,'llama::mapping::BitPackedIntSoA::size_type()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a2cbefd0cb2908d81a99eaf3d919ca269',1,'llama::mapping::BitPackedIntAoS::size_type()']]], + ['splitbytes_1551',['SplitBytes',['../namespacellama_1_1mapping_1_1internal.html#a6541b9600737326f2e0b6354d0b3dfa1',1,'llama::mapping::internal']]], + ['storedintegral_1552',['StoredIntegral',['../structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html#ae20de4b5c0dc7fe9d732ce71a388072c',1,'llama::mapping::internal::BitPackedIntCommon::StoredIntegral()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a75ee95fefffa55a10634b41e8622dea7',1,'llama::mapping::BitPackedFloatAoS::StoredIntegral()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a3dd863836a9d91b243b1f67a420e7dda',1,'llama::mapping::BitPackedFloatSoA::StoredIntegral()']]], + ['storedintegralfor_1553',['StoredIntegralFor',['../namespacellama_1_1mapping_1_1internal.html#a595cadedce236708ce48203edeb3de34',1,'llama::mapping::internal']]], + ['storedparentview_1554',['StoredParentView',['../structllama_1_1SubView.html#ae8ec3d55c74216060bf28e3e7e92993f',1,'llama::SubView']]], + ['storedunsignedfor_1555',['StoredUnsignedFor',['../namespacellama_1_1mapping_1_1internal.html#a9c9a33a5cf5e402d9887b0071b30ede0',1,'llama::mapping::internal']]] ]; diff --git a/search/typedefs_f.js b/search/typedefs_f.js index dac67e1d88..6b670224ef 100644 --- a/search/typedefs_f.js +++ b/search/typedefs_f.js @@ -1,12 +1,12 @@ var searchData= [ - ['transformleaves_1552',['TransformLeaves',['../namespacellama.html#a825425dc4761ab3b27c3ec6d42876f32',1,'llama']]], - ['transformleaveswithcoord_1553',['TransformLeavesWithCoord',['../namespacellama.html#aaee3ebd8a4ac86fffc2c6e5cc1a3ac71',1,'llama']]], - ['treecoord_1554',['TreeCoord',['../namespacellama_1_1mapping_1_1tree.html#a8cfac6c9a829981805009c577975f508',1,'llama::mapping::tree']]], - ['treefromdimensions_1555',['TreeFromDimensions',['../namespacellama_1_1mapping_1_1tree.html#ad1ecec8e7fd7fc84ab0a83df9b680310',1,'llama::mapping::tree']]], - ['treefromrecorddim_1556',['TreeFromRecordDim',['../namespacellama_1_1mapping_1_1tree.html#aa2770ac2c1d1a9d930488072572cc47f',1,'llama::mapping::tree']]], - ['treefromrecorddimimpl_1557',['TreeFromRecordDimImpl',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ab24406f0b8b84c41b373b9857ef0b917',1,'llama::mapping::tree::internal']]], - ['type_1558',['type',['../structllama_1_1internal_1_1ValueOf.html#ad8e53dc89d58866b1b90b809ca382a38',1,'llama::internal::ValueOf::type()'],['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html#a6ae0875971c97bfa21cfba027b8e4347',1,'llama::mapping::internal::ReplaceTagListsByCoords< RecordDim, mp_list< Args... > >::type()'],['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4.html#ac176064cc265f25bc99b63501f3dc23d',1,'llama::internal::ReplacePlaceholdersImpl< E< Ts... >, Args... >::type()'],['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4.html#a7da518f2b868fbec807e54d4e2a94de9',1,'llama::internal::ReplacePlaceholdersImpl< mp_arg< I >, Args... >::type()'],['../structllama_1_1internal_1_1ReplacePlaceholdersImpl.html#ad26987a1d0a3196b9f2c60f92dc08db1',1,'llama::internal::ReplacePlaceholdersImpl::type()'],['../structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4.html#a3a184387bd7b3fea126f63eaa55679a9',1,'llama::internal::mp_unwrap_values_into_impl< FromList< Values... >, ToList >::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4.html#a71cabb03bccb7713d6470d549b15a836',1,'llama::mapping::tree::internal::WrapInNNodes< Leaf, 0 >::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes.html#a27f930dc18888ea0a1e5917b5eb47a62',1,'llama::mapping::tree::internal::WrapInNNodes::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html#aaab9523b8d90c8f9d4a360590939440e',1,'llama::mapping::tree::internal::CreateTreeElement< Tag, ChildType[Count], CountType >::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_8_8_8_01_4_00_01CountType_01_4.html#a166a11a91963d8262fe470f710abf407',1,'llama::mapping::tree::internal::CreateTreeElement< Tag, Record< Fields... >, CountType >::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement.html#ad42f5ce7a61ccadf4865031ebeb331ac',1,'llama::mapping::tree::internal::CreateTreeElement::type()'],['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a2c814eb0b34b2bb8eb0af9687279b611',1,'llama::mapping::internal::ReplaceTagListsByCoords< RecordDim, RecordCoord< RCs... > >::type()'],['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4.html#a7d727db59cc6f903bc617222329061f8',1,'llama::internal::ValueOf< T, std::enable_if_t< isRecordRef< T > > >::type()'],['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html#a99c707da66f6e0e6dd2ee09d1c41cf3f',1,'llama::internal::ValueOf< T, std::enable_if_t< isProxyReference< T > > >::type()'],['../structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4.html#a2028c1ccc25c400d677b4213867fdd86',1,'llama::internal::ValueOf< T & >::type()'],['../structllama_1_1internal_1_1ReferenceTo.html#ada604b3cf98a10c75ed2c94f08896443',1,'llama::internal::ReferenceTo::type()'],['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_8c16ab8a221dc30e1372285c3494e8f7.html#a6341b1e5bb86c7c2e9ed0764d5331194',1,'llama::internal::ReferenceTo< T, std::enable_if_t< isRecordRef< T > &&!isOne< T > > >::type()'],['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html#a6b6d6955108e63ee5eb8056737692389',1,'llama::internal::ReferenceTo< T, std::enable_if_t< isProxyReference< T > > >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html#af01b88e4dc8f8a283799530db8a1e538',1,'std::tuple_element< I, llama::RecordRef< View, BoundRecordCoord, OwnView > >::type()'],['../structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html#abbb08411487afd6b7379bd4159d691e3',1,'std::tuple_element< I, const llama::RecordRef< View, BoundRecordCoord, OwnView > >::type()'],['../structllama_1_1internal_1_1SimdizeNImpl.html#a8fb953ff53fc597d4d0b5d3addea74c3',1,'llama::internal::SimdizeNImpl::type()'],['../structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4.html#aad8e679ca5aac1ab6f4e53fdafd4832c',1,'llama::internal::SimdizeNImpl< RecordDim, 1, MakeSizedSimd >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html#ab58302406179f5fe72d1c568fcc3fc2f',1,'std::tuple_element< I, llama::Tuple< Elements... > >::type()'],['../structllama_1_1internal_1_1GetTypeImpl.html#a0306d23b9f90a8eecb3155dc5bceea51',1,'llama::internal::GetTypeImpl::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html#a9eb4aa91a7a1ef27eb5060719269e93b',1,'std::tuple_element< I, llama::Array< T, N > >::type()'],['../structllama_1_1internal_1_1IndexTypeFromArgs.html#ad020fa4195b4fc83a8a2a69ab44f7b39',1,'llama::internal::IndexTypeFromArgs::type()'],['../structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4.html#af01748b74f84154118d66fcc855ea37f',1,'llama::internal::IndexTypeFromArgs< Default, FirstInt, Ints... >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html#a2f689961f173eaf8e46610264e779fd5',1,'std::tuple_element< I, llama::ArrayIndex< V, N > >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html#ad5fb64a3dc9dff92570e6ff46117ea4b',1,'std::tuple_element< I, llama::ArrayExtents< SizeType, Sizes... > >::type()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#af6e4ab8487052df503ddd08faa1d04cc',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >::type()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html#a29933e2fc0b4e02b4c7eff74ccf4d355',1,'llama::internal::GetTagsImpl< ChildType[Count], RecordCoord< FirstCoord, Coords... > >::type()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4.html#aa88be944b003761193d53998fd1da300',1,'llama::internal::GetTagsImpl< T, RecordCoord<> >::type()'],['../structllama_1_1internal_1_1GetTagImpl.html#a2d8b0d388554046b6b9ff99337212b39',1,'llama::internal::GetTagImpl::type()'],['../structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4.html#a650a81512a8126a08af236327452e5d8',1,'llama::internal::GetTagImpl< RecordDim, RecordCoord<> >::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html#ad70d55152fed64d1733912813f8bc7e8',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Rea82f6370a44084538dfd07ee1f739c70.html#af8ccb0169d45233b03bee608f3ba266b',1,'llama::internal::GetCoordFromTagsImpl< ChildType[Count], RecordCoord< ResultCoords... >, FirstTag, Tags... >::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4.html#aa9ec4f749532d35c9f32a6dfa8486428',1,'llama::internal::GetCoordFromTagsImpl< RecordDim, RecordCoord >::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorfe79fdbf9645e3871343e16a1c302dbb.html#a81ed3a25433318d1117b1d595f3eb3ac',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, RecordCoord< RCs... > >::type()']]], - ['type_1559',['Type',['../structllama_1_1mapping_1_1tree_1_1Leaf.html#a2c6625d5d7d4e237e401d5d25df35e8a',1,'llama::mapping::tree::Leaf']]], - ['type_1560',['type',['../structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html#a20d230f3fb7208ab88e3e55a73936293',1,'llama::internal::GetTypeImpl< Record< Children... >, RecordCoord< HeadCoord, TailCoords... > >::type()'],['../structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_01TailCoords_8_8_8_01_4_01_4.html#ab9c3a8dc49e6eabb5dff849b9710446c',1,'llama::internal::GetTypeImpl< ChildType[N], RecordCoord< HeadCoord, TailCoords... > >::type()'],['../structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4.html#a474df5888cc1b6a4ef60cef1700126ea',1,'llama::internal::GetTypeImpl< T, RecordCoord<> >::type()'],['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#ae02b243b42a1e2a745257ef641e16784',1,'llama::internal::LeafRecordCoordsImpl< T, RecordCoord< RCs... > >::type()'],['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a9a6d2e2e78a46b2a9901de35280a32a9',1,'llama::internal::LeafRecordCoordsImpl< Record< Fields... >, RecordCoord< RCs... > >::type()'],['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a7016562e5bb37ff5997b85bcaabef280',1,'llama::internal::LeafRecordCoordsImpl< Child[N], RecordCoord< RCs... > >::type()'],['../structllama_1_1internal_1_1FlattenRecordDimImpl.html#abf81f10f5d6076d1caedee436f9894ea',1,'llama::internal::FlattenRecordDimImpl::type()'],['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4.html#adce0e20f2dbf53325962269bc0d321e2',1,'llama::internal::FlattenRecordDimImpl< Record< Fields... > >::type()'],['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4.html#a9669063dc1b66a99126cf9dabad4068f',1,'llama::internal::FlattenRecordDimImpl< Child[N]>::type()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl.html#ad0d1d15280c8fdd3a0f39fb71f7f9aa5',1,'llama::internal::TransformLeavesWithCoordImpl::type()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html#a36e9044e627d5a879413adf4950abe50',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Record< Fields... >, TypeFunctor >::type()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html#adc93b9b415181ff2af49e004b2fbefd2',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >::type()'],['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a6129165ebc31902aef1c48b468ddef24',1,'llama::mapping::internal::PartitionFoldOpImpl::type()']]] + ['transformleaves_1556',['TransformLeaves',['../namespacellama.html#a825425dc4761ab3b27c3ec6d42876f32',1,'llama']]], + ['transformleaveswithcoord_1557',['TransformLeavesWithCoord',['../namespacellama.html#aaee3ebd8a4ac86fffc2c6e5cc1a3ac71',1,'llama']]], + ['treecoord_1558',['TreeCoord',['../namespacellama_1_1mapping_1_1tree.html#a8cfac6c9a829981805009c577975f508',1,'llama::mapping::tree']]], + ['treefromdimensions_1559',['TreeFromDimensions',['../namespacellama_1_1mapping_1_1tree.html#ad1ecec8e7fd7fc84ab0a83df9b680310',1,'llama::mapping::tree']]], + ['treefromrecorddim_1560',['TreeFromRecordDim',['../namespacellama_1_1mapping_1_1tree.html#aa2770ac2c1d1a9d930488072572cc47f',1,'llama::mapping::tree']]], + ['treefromrecorddimimpl_1561',['TreeFromRecordDimImpl',['../namespacellama_1_1mapping_1_1tree_1_1internal.html#ab24406f0b8b84c41b373b9857ef0b917',1,'llama::mapping::tree::internal']]], + ['type_1562',['type',['../structllama_1_1internal_1_1ValueOf.html#ad8e53dc89d58866b1b90b809ca382a38',1,'llama::internal::ValueOf::type()'],['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html#a6ae0875971c97bfa21cfba027b8e4347',1,'llama::mapping::internal::ReplaceTagListsByCoords< RecordDim, mp_list< Args... > >::type()'],['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4.html#ac176064cc265f25bc99b63501f3dc23d',1,'llama::internal::ReplacePlaceholdersImpl< E< Ts... >, Args... >::type()'],['../structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4.html#a7da518f2b868fbec807e54d4e2a94de9',1,'llama::internal::ReplacePlaceholdersImpl< mp_arg< I >, Args... >::type()'],['../structllama_1_1internal_1_1ReplacePlaceholdersImpl.html#ad26987a1d0a3196b9f2c60f92dc08db1',1,'llama::internal::ReplacePlaceholdersImpl::type()'],['../structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4.html#a3a184387bd7b3fea126f63eaa55679a9',1,'llama::internal::mp_unwrap_values_into_impl< FromList< Values... >, ToList >::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4.html#a71cabb03bccb7713d6470d549b15a836',1,'llama::mapping::tree::internal::WrapInNNodes< Leaf, 0 >::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes.html#a27f930dc18888ea0a1e5917b5eb47a62',1,'llama::mapping::tree::internal::WrapInNNodes::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html#aaab9523b8d90c8f9d4a360590939440e',1,'llama::mapping::tree::internal::CreateTreeElement< Tag, ChildType[Count], CountType >::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_8_8_8_01_4_00_01CountType_01_4.html#a166a11a91963d8262fe470f710abf407',1,'llama::mapping::tree::internal::CreateTreeElement< Tag, Record< Fields... >, CountType >::type()'],['../structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement.html#ad42f5ce7a61ccadf4865031ebeb331ac',1,'llama::mapping::tree::internal::CreateTreeElement::type()'],['../structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a2c814eb0b34b2bb8eb0af9687279b611',1,'llama::mapping::internal::ReplaceTagListsByCoords< RecordDim, RecordCoord< RCs... > >::type()'],['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4.html#a7d727db59cc6f903bc617222329061f8',1,'llama::internal::ValueOf< T, std::enable_if_t< isRecordRef< T > > >::type()'],['../structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html#a99c707da66f6e0e6dd2ee09d1c41cf3f',1,'llama::internal::ValueOf< T, std::enable_if_t< isProxyReference< T > > >::type()'],['../structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4.html#a2028c1ccc25c400d677b4213867fdd86',1,'llama::internal::ValueOf< T & >::type()'],['../structllama_1_1internal_1_1ReferenceTo.html#ada604b3cf98a10c75ed2c94f08896443',1,'llama::internal::ReferenceTo::type()'],['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_8c16ab8a221dc30e1372285c3494e8f7.html#a6341b1e5bb86c7c2e9ed0764d5331194',1,'llama::internal::ReferenceTo< T, std::enable_if_t< isRecordRef< T > &&!isOne< T > > >::type()'],['../structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html#a6b6d6955108e63ee5eb8056737692389',1,'llama::internal::ReferenceTo< T, std::enable_if_t< isProxyReference< T > > >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html#af01b88e4dc8f8a283799530db8a1e538',1,'std::tuple_element< I, llama::RecordRef< View, BoundRecordCoord, OwnView > >::type()'],['../structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html#abbb08411487afd6b7379bd4159d691e3',1,'std::tuple_element< I, const llama::RecordRef< View, BoundRecordCoord, OwnView > >::type()'],['../structllama_1_1internal_1_1SimdizeNImpl.html#a8fb953ff53fc597d4d0b5d3addea74c3',1,'llama::internal::SimdizeNImpl::type()'],['../structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4.html#aad8e679ca5aac1ab6f4e53fdafd4832c',1,'llama::internal::SimdizeNImpl< RecordDim, 1, MakeSizedSimd >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html#ab58302406179f5fe72d1c568fcc3fc2f',1,'std::tuple_element< I, llama::Tuple< Elements... > >::type()'],['../structllama_1_1internal_1_1GetTypeImpl.html#a0306d23b9f90a8eecb3155dc5bceea51',1,'llama::internal::GetTypeImpl::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html#a9eb4aa91a7a1ef27eb5060719269e93b',1,'std::tuple_element< I, llama::Array< T, N > >::type()'],['../structllama_1_1internal_1_1IndexTypeFromArgs.html#ad020fa4195b4fc83a8a2a69ab44f7b39',1,'llama::internal::IndexTypeFromArgs::type()'],['../structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4.html#af01748b74f84154118d66fcc855ea37f',1,'llama::internal::IndexTypeFromArgs< Default, FirstInt, Ints... >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html#a2f689961f173eaf8e46610264e779fd5',1,'std::tuple_element< I, llama::ArrayIndex< V, N > >::type()'],['../structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html#ad5fb64a3dc9dff92570e6ff46117ea4b',1,'std::tuple_element< I, llama::ArrayExtents< SizeType, Sizes... > >::type()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html#af6e4ab8487052df503ddd08faa1d04cc',1,'llama::internal::GetTagsImpl< Record< Fields... >, RecordCoord< FirstCoord, Coords... > >::type()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html#a29933e2fc0b4e02b4c7eff74ccf4d355',1,'llama::internal::GetTagsImpl< ChildType[Count], RecordCoord< FirstCoord, Coords... > >::type()'],['../structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4.html#aa88be944b003761193d53998fd1da300',1,'llama::internal::GetTagsImpl< T, RecordCoord<> >::type()'],['../structllama_1_1internal_1_1GetTagImpl.html#a2d8b0d388554046b6b9ff99337212b39',1,'llama::internal::GetTagImpl::type()'],['../structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4.html#a650a81512a8126a08af236327452e5d8',1,'llama::internal::GetTagImpl< RecordDim, RecordCoord<> >::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html#ad70d55152fed64d1733912813f8bc7e8',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Rea82f6370a44084538dfd07ee1f739c70.html#af8ccb0169d45233b03bee608f3ba266b',1,'llama::internal::GetCoordFromTagsImpl< ChildType[Count], RecordCoord< ResultCoords... >, FirstTag, Tags... >::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4.html#aa9ec4f749532d35c9f32a6dfa8486428',1,'llama::internal::GetCoordFromTagsImpl< RecordDim, RecordCoord >::type()'],['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorfe79fdbf9645e3871343e16a1c302dbb.html#a81ed3a25433318d1117b1d595f3eb3ac',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord<>, RecordCoord< RCs... > >::type()']]], + ['type_1563',['Type',['../structllama_1_1mapping_1_1tree_1_1Leaf.html#a2c6625d5d7d4e237e401d5d25df35e8a',1,'llama::mapping::tree::Leaf']]], + ['type_1564',['type',['../structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html#a20d230f3fb7208ab88e3e55a73936293',1,'llama::internal::GetTypeImpl< Record< Children... >, RecordCoord< HeadCoord, TailCoords... > >::type()'],['../structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_01TailCoords_8_8_8_01_4_01_4.html#ab9c3a8dc49e6eabb5dff849b9710446c',1,'llama::internal::GetTypeImpl< ChildType[N], RecordCoord< HeadCoord, TailCoords... > >::type()'],['../structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4.html#a474df5888cc1b6a4ef60cef1700126ea',1,'llama::internal::GetTypeImpl< T, RecordCoord<> >::type()'],['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#ae02b243b42a1e2a745257ef641e16784',1,'llama::internal::LeafRecordCoordsImpl< T, RecordCoord< RCs... > >::type()'],['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a9a6d2e2e78a46b2a9901de35280a32a9',1,'llama::internal::LeafRecordCoordsImpl< Record< Fields... >, RecordCoord< RCs... > >::type()'],['../structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html#a7016562e5bb37ff5997b85bcaabef280',1,'llama::internal::LeafRecordCoordsImpl< Child[N], RecordCoord< RCs... > >::type()'],['../structllama_1_1internal_1_1FlattenRecordDimImpl.html#abf81f10f5d6076d1caedee436f9894ea',1,'llama::internal::FlattenRecordDimImpl::type()'],['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4.html#adce0e20f2dbf53325962269bc0d321e2',1,'llama::internal::FlattenRecordDimImpl< Record< Fields... > >::type()'],['../structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4.html#a9669063dc1b66a99126cf9dabad4068f',1,'llama::internal::FlattenRecordDimImpl< Child[N]>::type()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl.html#ad0d1d15280c8fdd3a0f39fb71f7f9aa5',1,'llama::internal::TransformLeavesWithCoordImpl::type()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html#a36e9044e627d5a879413adf4950abe50',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Record< Fields... >, TypeFunctor >::type()'],['../structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html#adc93b9b415181ff2af49e004b2fbefd2',1,'llama::internal::TransformLeavesWithCoordImpl< RecordCoord< Is... >, Child[N], TypeFunctor >::type()'],['../structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html#a6129165ebc31902aef1c48b468ddef24',1,'llama::mapping::internal::PartitionFoldOpImpl::type()']]] ]; diff --git a/search/variables_0.js b/search/variables_0.js index 6b2342814c..38e7c7b33b 100644 --- a/search/variables_0.js +++ b/search/variables_0.js @@ -1,8 +1,8 @@ var searchData= [ - ['alignof_1297',['alignOf',['../namespacellama.html#af54c80b077fb3d417466c83d0d005907',1,'llama']]], - ['alignof_3c_20record_3c_20fields_2e_2e_2e_20_3e_20_3e_1298',['alignOf< Record< Fields... > >',['../namespacellama.html#a945addc7fc78f444f37bb79d099cfd84',1,'llama']]], - ['amount_1299',['amount',['../structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html#ac116255f840f0cee439b5ce01bd90b34',1,'llama::mapping::tree::functor::MoveRTDown']]], - ['aosoalanes_1300',['aosoaLanes',['../namespacellama_1_1internal.html#a6be5f6ab0482c0b8d8276f41c70667c2',1,'llama::internal']]], - ['arrayindex_1301',['arrayIndex',['../structllama_1_1mapping_1_1tree_1_1TreeCoordElement.html#a916a1c7576b55911097a7d64a9694f46',1,'llama::mapping::tree::TreeCoordElement::arrayIndex()'],['../structllama_1_1Iterator.html#afdae9444dfa6396d38463b08cdabff4d',1,'llama::Iterator::arrayIndex()']]] + ['alignof_1300',['alignOf',['../namespacellama.html#af54c80b077fb3d417466c83d0d005907',1,'llama']]], + ['alignof_3c_20record_3c_20fields_2e_2e_2e_20_3e_20_3e_1301',['alignOf< Record< Fields... > >',['../namespacellama.html#a945addc7fc78f444f37bb79d099cfd84',1,'llama']]], + ['amount_1302',['amount',['../structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html#ac116255f840f0cee439b5ce01bd90b34',1,'llama::mapping::tree::functor::MoveRTDown']]], + ['aosoalanes_1303',['aosoaLanes',['../namespacellama_1_1internal.html#a6be5f6ab0482c0b8d8276f41c70667c2',1,'llama::internal']]], + ['arrayindex_1304',['arrayIndex',['../structllama_1_1mapping_1_1tree_1_1TreeCoordElement.html#a916a1c7576b55911097a7d64a9694f46',1,'llama::mapping::tree::TreeCoordElement::arrayIndex()'],['../structllama_1_1Iterator.html#afdae9444dfa6396d38463b08cdabff4d',1,'llama::Iterator::arrayIndex()']]] ]; diff --git a/search/variables_1.js b/search/variables_1.js index 63dd73d38a..93abf0df69 100644 --- a/search/variables_1.js +++ b/search/variables_1.js @@ -1,7 +1,7 @@ var searchData= [ - ['back_1302',['back',['../structllama_1_1RecordCoord.html#a4520d6c79acf89f81c64c803a06450af',1,'llama::RecordCoord']]], - ['basictree_1303',['basicTree',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#ab63f2b5381d208c6de3c0860c748988d',1,'llama::mapping::tree::Mapping']]], - ['blobcount_1304',['blobCount',['../structllama_1_1mapping_1_1AoS.html#aa9e3478b8fb3f530b89974f3cb358c74',1,'llama::mapping::AoS::blobCount()'],['../structllama_1_1mapping_1_1AoSoA.html#aff67399fcc926b322759a33ef5122e21',1,'llama::mapping::AoSoA::blobCount()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a724cba1aca943a525b6c5ebdea19053c',1,'llama::mapping::BitPackedFloatSoA::blobCount()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a0378dbfaa7420ba1d97e081ee104dca3',1,'llama::mapping::BitPackedFloatAoS::blobCount()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a941a1bdaf02f75270950ed455d1444d7',1,'llama::mapping::BitPackedIntSoA::blobCount()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a1f2fac613add40c67f7c63ef6a6a8f82',1,'llama::mapping::BitPackedIntAoS::blobCount()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#ae55e2452829b335f03e8ce88add8948b',1,'llama::mapping::FieldAccessCount::blobCount()'],['../structllama_1_1mapping_1_1Heatmap.html#aa37d9b62224479d411cab7dc3a862133',1,'llama::mapping::Heatmap::blobCount()'],['../structllama_1_1mapping_1_1Null.html#aaccd73b8642ab6f95f4b3cc190e37ddf',1,'llama::mapping::Null::blobCount()'],['../structllama_1_1mapping_1_1One.html#ac5737fadc9cf8687b13fed27aa6dc83c',1,'llama::mapping::One::blobCount()'],['../structllama_1_1mapping_1_1SoA.html#a7494bb262ad1e084b5d1d35c42058b0e',1,'llama::mapping::SoA::blobCount()'],['../structllama_1_1mapping_1_1Split.html#a14efc934fc110b33d218837ecc0f1592',1,'llama::mapping::Split::blobCount()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#add630d751b504ff1e133ae1188d6016b',1,'llama::mapping::tree::Mapping::blobCount()']]], - ['blobs_1305',['blobs',['../structllama_1_1mapping_1_1SoA.html#ae9ecdd1f31be1c6b469d2346562c9e33',1,'llama::mapping::SoA']]] + ['back_1305',['back',['../structllama_1_1RecordCoord.html#a4520d6c79acf89f81c64c803a06450af',1,'llama::RecordCoord']]], + ['basictree_1306',['basicTree',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#ab63f2b5381d208c6de3c0860c748988d',1,'llama::mapping::tree::Mapping']]], + ['blobcount_1307',['blobCount',['../structllama_1_1mapping_1_1AoS.html#aa9e3478b8fb3f530b89974f3cb358c74',1,'llama::mapping::AoS::blobCount()'],['../structllama_1_1mapping_1_1AoSoA.html#aff67399fcc926b322759a33ef5122e21',1,'llama::mapping::AoSoA::blobCount()'],['../structllama_1_1mapping_1_1BitPackedFloatSoA.html#a724cba1aca943a525b6c5ebdea19053c',1,'llama::mapping::BitPackedFloatSoA::blobCount()'],['../structllama_1_1mapping_1_1BitPackedFloatAoS.html#a0378dbfaa7420ba1d97e081ee104dca3',1,'llama::mapping::BitPackedFloatAoS::blobCount()'],['../structllama_1_1mapping_1_1BitPackedIntSoA.html#a941a1bdaf02f75270950ed455d1444d7',1,'llama::mapping::BitPackedIntSoA::blobCount()'],['../structllama_1_1mapping_1_1BitPackedIntAoS.html#a1f2fac613add40c67f7c63ef6a6a8f82',1,'llama::mapping::BitPackedIntAoS::blobCount()'],['../structllama_1_1mapping_1_1FieldAccessCount.html#ae55e2452829b335f03e8ce88add8948b',1,'llama::mapping::FieldAccessCount::blobCount()'],['../structllama_1_1mapping_1_1Heatmap.html#aa37d9b62224479d411cab7dc3a862133',1,'llama::mapping::Heatmap::blobCount()'],['../structllama_1_1mapping_1_1Null.html#aaccd73b8642ab6f95f4b3cc190e37ddf',1,'llama::mapping::Null::blobCount()'],['../structllama_1_1mapping_1_1One.html#ac5737fadc9cf8687b13fed27aa6dc83c',1,'llama::mapping::One::blobCount()'],['../structllama_1_1mapping_1_1SoA.html#a7494bb262ad1e084b5d1d35c42058b0e',1,'llama::mapping::SoA::blobCount()'],['../structllama_1_1mapping_1_1Split.html#a14efc934fc110b33d218837ecc0f1592',1,'llama::mapping::Split::blobCount()'],['../structllama_1_1mapping_1_1tree_1_1Mapping.html#add630d751b504ff1e133ae1188d6016b',1,'llama::mapping::tree::Mapping::blobCount()']]], + ['blobs_1308',['blobs',['../structllama_1_1mapping_1_1SoA.html#ae9ecdd1f31be1c6b469d2346562c9e33',1,'llama::mapping::SoA']]] ]; diff --git a/search/variables_10.js b/search/variables_10.js index 7f5aa735ff..32fd6c7449 100644 --- a/search/variables_10.js +++ b/search/variables_10.js @@ -1,11 +1,11 @@ var searchData= [ - ['simdlanes_1420',['simdLanes',['../namespacellama.html#a85e41b88e239189c88b2d895bfc2691e',1,'llama']]], - ['simdlaneswithfullvectorsfor_1421',['simdLanesWithFullVectorsFor',['../namespacellama.html#a34f90853e28950fdd34ecf9696ae1f63',1,'llama']]], - ['simdlaneswithleastregistersfor_1422',['simdLanesWithLeastRegistersFor',['../namespacellama.html#ac902aa26f43ee2c8cceeb580a1df0c50',1,'llama']]], - ['size_1423',['size',['../structllama_1_1PrettySize.html#aa4076eddccb107e076ca4aed00bfdfdd',1,'llama::PrettySize::size()'],['../structllama_1_1RecordCoord.html#a3710d7a4f643b8b004809005a7d81f44',1,'llama::RecordCoord::size()'],['../structllama_1_1RecordCoord_3_4.html#a88c46f2ba080197e2c49a2e4066b841a',1,'llama::RecordCoord<>::size()']]], - ['sizeof_1424',['sizeOf',['../namespacellama.html#a2404e09083dc2c685bc283cd4ead0edc',1,'llama']]], - ['sizeof_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20align_2c_20includetailpadding_20_3e_1425',['sizeOf< Record< Fields... >, Align, IncludeTailPadding >',['../namespacellama.html#a585d55cd3a51152ec452bc1f2d49a3ec',1,'llama']]], - ['structnamestorage_1426',['structNameStorage',['../namespacellama_1_1internal.html#a32808c34947a5a5be5e1f677a50e64e4',1,'llama::internal']]], - ['subarrayalignment_1427',['subArrayAlignment',['../structllama_1_1mapping_1_1SoA.html#a659605ce7833cad161df99cbcd3d7665',1,'llama::mapping::SoA']]] + ['simdlanes_1425',['simdLanes',['../namespacellama.html#a85e41b88e239189c88b2d895bfc2691e',1,'llama']]], + ['simdlaneswithfullvectorsfor_1426',['simdLanesWithFullVectorsFor',['../namespacellama.html#a34f90853e28950fdd34ecf9696ae1f63',1,'llama']]], + ['simdlaneswithleastregistersfor_1427',['simdLanesWithLeastRegistersFor',['../namespacellama.html#ac902aa26f43ee2c8cceeb580a1df0c50',1,'llama']]], + ['size_1428',['size',['../structllama_1_1PrettySize.html#aa4076eddccb107e076ca4aed00bfdfdd',1,'llama::PrettySize::size()'],['../structllama_1_1RecordCoord.html#a3710d7a4f643b8b004809005a7d81f44',1,'llama::RecordCoord::size()'],['../structllama_1_1RecordCoord_3_4.html#a88c46f2ba080197e2c49a2e4066b841a',1,'llama::RecordCoord<>::size()']]], + ['sizeof_1429',['sizeOf',['../namespacellama.html#a2404e09083dc2c685bc283cd4ead0edc',1,'llama']]], + ['sizeof_3c_20record_3c_20fields_2e_2e_2e_20_3e_2c_20align_2c_20includetailpadding_20_3e_1430',['sizeOf< Record< Fields... >, Align, IncludeTailPadding >',['../namespacellama.html#a585d55cd3a51152ec452bc1f2d49a3ec',1,'llama']]], + ['structnamestorage_1431',['structNameStorage',['../namespacellama_1_1internal.html#a32808c34947a5a5be5e1f677a50e64e4',1,'llama::internal']]], + ['subarrayalignment_1432',['subArrayAlignment',['../structllama_1_1mapping_1_1SoA.html#a659605ce7833cad161df99cbcd3d7665',1,'llama::mapping::SoA']]] ]; diff --git a/search/variables_11.js b/search/variables_11.js index 51b9fabe63..870422b741 100644 --- a/search/variables_11.js +++ b/search/variables_11.js @@ -1,8 +1,8 @@ var searchData= [ - ['tagindex_1428',['tagIndex',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html#ac06a88c25005e549fabd1cb3c41d8c4e',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >']]], - ['totalread_1429',['totalRead',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html#a67aeb73244d5b034e6a7f90880b89d6f',1,'llama::mapping::FieldAccessCount::FieldHitsArray::TotalBytes']]], - ['totalwritten_1430',['totalWritten',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html#afbde7175373f541c698e03ac6e591b81',1,'llama::mapping::FieldAccessCount::FieldHitsArray::TotalBytes']]], - ['treeafterop_1431',['treeAfterOp',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a380858e498f09dcf4aa8e04db2fb1b1e',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >']]], - ['typenamestorage_1432',['typeNameStorage',['../namespacellama_1_1internal.html#a52be59da116649206cd1d61b613ee680',1,'llama::internal']]] + ['tagindex_1433',['tagIndex',['../structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html#ac06a88c25005e549fabd1cb3c41d8c4e',1,'llama::internal::GetCoordFromTagsImpl< Record< Fields... >, RecordCoord< ResultCoords... >, FirstTag, Tags... >']]], + ['totalread_1434',['totalRead',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html#a67aeb73244d5b034e6a7f90880b89d6f',1,'llama::mapping::FieldAccessCount::FieldHitsArray::TotalBytes']]], + ['totalwritten_1435',['totalWritten',['../structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html#afbde7175373f541c698e03ac6e591b81',1,'llama::mapping::FieldAccessCount::FieldHitsArray::TotalBytes']]], + ['treeafterop_1436',['treeAfterOp',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a380858e498f09dcf4aa8e04db2fb1b1e',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >']]], + ['typenamestorage_1437',['typeNameStorage',['../namespacellama_1_1internal.html#a52be59da116649206cd1d61b613ee680',1,'llama::internal']]] ]; diff --git a/search/variables_12.js b/search/variables_12.js index 339ff5f2b4..1f9d73645f 100644 --- a/search/variables_12.js +++ b/search/variables_12.js @@ -1,4 +1,4 @@ var searchData= [ - ['unit_1433',['unit',['../structllama_1_1PrettySize.html#a8339a9f5c9eed61215e4156ba447e120',1,'llama::PrettySize']]] + ['unit_1438',['unit',['../structllama_1_1PrettySize.html#a8339a9f5c9eed61215e4156ba447e120',1,'llama::PrettySize']]] ]; diff --git a/search/variables_13.js b/search/variables_13.js index 7e15524153..40620d83ae 100644 --- a/search/variables_13.js +++ b/search/variables_13.js @@ -1,7 +1,7 @@ var searchData= [ - ['val_1434',['val',['../structllama_1_1internal_1_1TupleLeaf.html#a6ce17c33f3fd0f2ba7a55a65399f9c8e',1,'llama::internal::TupleLeaf']]], - ['value_1435',['value',['../structllama_1_1internal_1_1FindFieldByTag.html#a964e29b3da33f2d920333980e08b7649',1,'llama::internal::FindFieldByTag::value()'],['../structllama_1_1internal_1_1IndirectValue.html#ad601ad026ea76ce27b606c3db2a4fe2d',1,'llama::internal::IndirectValue::value()'],['../structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html#abfb585e14c073fe0440706749d845b00',1,'std::tuple_size< llama::Tuple< Elements... > >::value()']]], - ['vd_1436',['vd',['../structllama_1_1RecordRef_1_1Loader.html#a3fbaeb4addcd0e1cac9df74d5e49bbf3',1,'llama::RecordRef::Loader::vd()'],['../structllama_1_1RecordRef_1_1LoaderConst.html#af4d6e3db8606933fb111f22029d388f2',1,'llama::RecordRef::LoaderConst::vd()']]], - ['view_1437',['view',['../structllama_1_1Iterator.html#a6d5bad87b068fd6786c1c8828bb3367f',1,'llama::Iterator']]] + ['val_1439',['val',['../structllama_1_1internal_1_1TupleLeaf.html#a6ce17c33f3fd0f2ba7a55a65399f9c8e',1,'llama::internal::TupleLeaf']]], + ['value_1440',['value',['../structllama_1_1internal_1_1FindFieldByTag.html#a964e29b3da33f2d920333980e08b7649',1,'llama::internal::FindFieldByTag::value()'],['../structllama_1_1internal_1_1IndirectValue.html#ad601ad026ea76ce27b606c3db2a4fe2d',1,'llama::internal::IndirectValue::value()'],['../structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html#abfb585e14c073fe0440706749d845b00',1,'std::tuple_size< llama::Tuple< Elements... > >::value()']]], + ['vd_1441',['vd',['../structllama_1_1RecordRef_1_1Loader.html#a3fbaeb4addcd0e1cac9df74d5e49bbf3',1,'llama::RecordRef::Loader::vd()'],['../structllama_1_1RecordRef_1_1LoaderConst.html#af4d6e3db8606933fb111f22029d388f2',1,'llama::RecordRef::LoaderConst::vd()']]], + ['view_1442',['view',['../structllama_1_1Iterator.html#a6d5bad87b068fd6786c1c8828bb3367f',1,'llama::Iterator']]] ]; diff --git a/search/variables_14.js b/search/variables_14.js index 2bf26e0fad..a949b297e7 100644 --- a/search/variables_14.js +++ b/search/variables_14.js @@ -1,4 +1,4 @@ var searchData= [ - ['writes_1438',['writes',['../structllama_1_1mapping_1_1AccessCounts.html#aaaef9ac789ae6c8d8203b93eeb9d9800',1,'llama::mapping::AccessCounts']]] + ['writes_1443',['writes',['../structllama_1_1mapping_1_1AccessCounts.html#aaaef9ac789ae6c8d8203b93eeb9d9800',1,'llama::mapping::AccessCounts']]] ]; diff --git a/search/variables_2.js b/search/variables_2.js index 5c9f07719e..c6e47cabe0 100644 --- a/search/variables_2.js +++ b/search/variables_2.js @@ -1,6 +1,7 @@ var searchData= [ - ['childindex_1306',['childIndex',['../structllama_1_1mapping_1_1tree_1_1TreeCoordElement.html#af940beddea3456e8099b5d5665e74bde',1,'llama::mapping::tree::TreeCoordElement']]], - ['childs_1307',['childs',['../structllama_1_1mapping_1_1tree_1_1Node.html#a919033bfb2bdd7aa2ec5f86b6ea4afb9',1,'llama::mapping::tree::Node']]], - ['count_1308',['count',['../structllama_1_1mapping_1_1tree_1_1Leaf.html#a8f026ec65877a5458ae92eb95678ca0f',1,'llama::mapping::tree::Leaf::count()'],['../structllama_1_1mapping_1_1tree_1_1Node.html#aeb71ef45f26bd67ef74651c298ecb62f',1,'llama::mapping::tree::Node::count()']]] + ['childindex_1309',['childIndex',['../structllama_1_1mapping_1_1tree_1_1TreeCoordElement.html#af940beddea3456e8099b5d5665e74bde',1,'llama::mapping::tree::TreeCoordElement']]], + ['childs_1310',['childs',['../structllama_1_1mapping_1_1tree_1_1Node.html#a919033bfb2bdd7aa2ec5f86b6ea4afb9',1,'llama::mapping::tree::Node']]], + ['copyblobwithmemcpy_1311',['copyBlobWithMemcpy',['../namespacellama_1_1internal.html#a1c6df394c66fe2b06db0c0ad6a5e7b12',1,'llama::internal']]], + ['count_1312',['count',['../structllama_1_1mapping_1_1tree_1_1Leaf.html#a8f026ec65877a5458ae92eb95678ca0f',1,'llama::mapping::tree::Leaf::count()'],['../structllama_1_1mapping_1_1tree_1_1Node.html#aeb71ef45f26bd67ef74651c298ecb62f',1,'llama::mapping::tree::Node::count()']]] ]; diff --git a/search/variables_3.js b/search/variables_3.js index 8ddbdbab75..7a6914a44d 100644 --- a/search/variables_3.js +++ b/search/variables_3.js @@ -1,6 +1,6 @@ var searchData= [ - ['dependentfalse_1309',['dependentFalse',['../namespacellama_1_1internal.html#a99f936c1db4c84570feff6ea76a4934a',1,'llama::internal']]], - ['dev_1310',['dev',['../structllama_1_1bloballoc_1_1AlpakaBuf.html#ad1930b33613ebfb61309aa1b5f05552e',1,'llama::bloballoc::AlpakaBuf']]], - ['dyn_1311',['dyn',['../namespacellama.html#a1f5816e83615dc84a55b3c2e6f2a0237',1,'llama']]] + ['dependentfalse_1313',['dependentFalse',['../namespacellama_1_1internal.html#a99f936c1db4c84570feff6ea76a4934a',1,'llama::internal']]], + ['dev_1314',['dev',['../structllama_1_1bloballoc_1_1AlpakaBuf.html#ad1930b33613ebfb61309aa1b5f05552e',1,'llama::bloballoc::AlpakaBuf']]], + ['dyn_1315',['dyn',['../namespacellama.html#a1f5816e83615dc84a55b3c2e6f2a0237',1,'llama']]] ]; diff --git a/search/variables_4.js b/search/variables_4.js index 6edcc09c7c..19c370751f 100644 --- a/search/variables_4.js +++ b/search/variables_4.js @@ -1,5 +1,5 @@ var searchData= [ - ['element_1312',['element',['../structllama_1_1Array.html#a4c5aece6fee015c5d80e0815f40e6749',1,'llama::Array']]], - ['exponent_1313',['exponent',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html#a0eb3b40be2a13f10e68ced54b0fc8d14',1,'llama::mapping::internal::FloatBitTraits< float >::exponent()'],['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html#ac2285f2cd106b8e92f6f4a626b9ad9d0',1,'llama::mapping::internal::FloatBitTraits< double >::exponent()']]] + ['element_1316',['element',['../structllama_1_1Array.html#a4c5aece6fee015c5d80e0815f40e6749',1,'llama::Array']]], + ['exponent_1317',['exponent',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html#a0eb3b40be2a13f10e68ced54b0fc8d14',1,'llama::mapping::internal::FloatBitTraits< float >::exponent()'],['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html#ac2285f2cd106b8e92f6f4a626b9ad9d0',1,'llama::mapping::internal::FloatBitTraits< double >::exponent()']]] ]; diff --git a/search/variables_5.js b/search/variables_5.js index a7838ed193..48a2cb617e 100644 --- a/search/variables_5.js +++ b/search/variables_5.js @@ -1,18 +1,18 @@ var searchData= [ - ['fieldalignment_1314',['fieldAlignment',['../structllama_1_1mapping_1_1AoS.html#a6d5506fa2b267712920764cf288be0d3',1,'llama::mapping::AoS::fieldAlignment()'],['../structllama_1_1mapping_1_1One.html#a431d4d7646f62691277b90e19ff8f589',1,'llama::mapping::One::fieldAlignment()']]], - ['flatalignof_1315',['flatAlignOf',['../namespacellama.html#a6f2067ffe5979128e7efaf1fd4c35810',1,'llama']]], - ['flatfieldcount_1316',['flatFieldCount',['../namespacellama.html#aa6c960189f5edc242be631e2e8757914',1,'llama']]], - ['flatfieldcount_3c_20child_5bn_5d_3e_1317',['flatFieldCount< Child[N]>',['../namespacellama.html#a0cf4c61546502674c83b7e32611aca4d',1,'llama']]], - ['flatfieldcount_3c_20record_3c_20children_2e_2e_2e_20_3e_20_3e_1318',['flatFieldCount< Record< Children... > >',['../namespacellama.html#a9692409342a1118048ffccba3ed1938e',1,'llama']]], - ['flatfieldcountbefore_1319',['flatFieldCountBefore',['../namespacellama_1_1internal.html#a1dc0436b8f0598e4fe3e707051be5b5f',1,'llama::internal']]], - ['flatfieldcountbefore_3c_200_2c_20record_3c_20children_2e_2e_2e_20_3e_20_3e_1320',['flatFieldCountBefore< 0, Record< Children... > >',['../namespacellama_1_1internal.html#a6eeb732eb19f17e2eb85e50b07fe3f42',1,'llama::internal']]], - ['flatfieldcountbefore_3c_20i_2c_20record_3c_20children_2e_2e_2e_20_3e_20_3e_1321',['flatFieldCountBefore< I, Record< Children... > >',['../namespacellama_1_1internal.html#a0a6972426a3c2ab551a48d21cac6370c',1,'llama::internal']]], - ['flatoffsetof_1322',['flatOffsetOf',['../namespacellama.html#a7b86f2441b1aae82532668e1a8377df2',1,'llama']]], - ['flatrecordcoord_1323',['flatRecordCoord',['../namespacellama.html#a6c3056b43b48f32a66160a6dd273662d',1,'llama']]], - ['flatrecordcoord_3c_20child_5bn_5d_2c_20recordcoord_3c_20i_2c_20is_2e_2e_2e_20_3e_20_3e_1324',['flatRecordCoord< Child[N], RecordCoord< I, Is... > >',['../namespacellama.html#aef46edda82bf9ef35a2d461b77b5911f',1,'llama']]], - ['flatrecordcoord_3c_20record_3c_20children_2e_2e_2e_20_3e_2c_20recordcoord_3c_20i_2c_20is_2e_2e_2e_20_3e_20_3e_1325',['flatRecordCoord< Record< Children... >, RecordCoord< I, Is... > >',['../namespacellama.html#a49085229ed957d67678ce1e04c704e67',1,'llama']]], - ['flatrecordcoord_3c_20t_2c_20recordcoord_3c_3e_20_3e_1326',['flatRecordCoord< T, RecordCoord<> >',['../namespacellama.html#a03ce8695c9b67882c44356056ad3156d',1,'llama']]], - ['flatsizeof_1327',['flatSizeOf',['../namespacellama.html#ac8f48517b46c35c1a511273f08d2abb3',1,'llama']]], - ['front_1328',['front',['../structllama_1_1RecordCoord.html#a9eba3978f93a2195c99e8f459a291f9e',1,'llama::RecordCoord']]] + ['fieldalignment_1318',['fieldAlignment',['../structllama_1_1mapping_1_1AoS.html#a6d5506fa2b267712920764cf288be0d3',1,'llama::mapping::AoS::fieldAlignment()'],['../structllama_1_1mapping_1_1One.html#a431d4d7646f62691277b90e19ff8f589',1,'llama::mapping::One::fieldAlignment()']]], + ['flatalignof_1319',['flatAlignOf',['../namespacellama.html#a6f2067ffe5979128e7efaf1fd4c35810',1,'llama']]], + ['flatfieldcount_1320',['flatFieldCount',['../namespacellama.html#aa6c960189f5edc242be631e2e8757914',1,'llama']]], + ['flatfieldcount_3c_20child_5bn_5d_3e_1321',['flatFieldCount< Child[N]>',['../namespacellama.html#a0cf4c61546502674c83b7e32611aca4d',1,'llama']]], + ['flatfieldcount_3c_20record_3c_20children_2e_2e_2e_20_3e_20_3e_1322',['flatFieldCount< Record< Children... > >',['../namespacellama.html#a9692409342a1118048ffccba3ed1938e',1,'llama']]], + ['flatfieldcountbefore_1323',['flatFieldCountBefore',['../namespacellama_1_1internal.html#a1dc0436b8f0598e4fe3e707051be5b5f',1,'llama::internal']]], + ['flatfieldcountbefore_3c_200_2c_20record_3c_20children_2e_2e_2e_20_3e_20_3e_1324',['flatFieldCountBefore< 0, Record< Children... > >',['../namespacellama_1_1internal.html#a6eeb732eb19f17e2eb85e50b07fe3f42',1,'llama::internal']]], + ['flatfieldcountbefore_3c_20i_2c_20record_3c_20children_2e_2e_2e_20_3e_20_3e_1325',['flatFieldCountBefore< I, Record< Children... > >',['../namespacellama_1_1internal.html#a0a6972426a3c2ab551a48d21cac6370c',1,'llama::internal']]], + ['flatoffsetof_1326',['flatOffsetOf',['../namespacellama.html#a7b86f2441b1aae82532668e1a8377df2',1,'llama']]], + ['flatrecordcoord_1327',['flatRecordCoord',['../namespacellama.html#a6c3056b43b48f32a66160a6dd273662d',1,'llama']]], + ['flatrecordcoord_3c_20child_5bn_5d_2c_20recordcoord_3c_20i_2c_20is_2e_2e_2e_20_3e_20_3e_1328',['flatRecordCoord< Child[N], RecordCoord< I, Is... > >',['../namespacellama.html#aef46edda82bf9ef35a2d461b77b5911f',1,'llama']]], + ['flatrecordcoord_3c_20record_3c_20children_2e_2e_2e_20_3e_2c_20recordcoord_3c_20i_2c_20is_2e_2e_2e_20_3e_20_3e_1329',['flatRecordCoord< Record< Children... >, RecordCoord< I, Is... > >',['../namespacellama.html#a49085229ed957d67678ce1e04c704e67',1,'llama']]], + ['flatrecordcoord_3c_20t_2c_20recordcoord_3c_3e_20_3e_1330',['flatRecordCoord< T, RecordCoord<> >',['../namespacellama.html#a03ce8695c9b67882c44356056ad3156d',1,'llama']]], + ['flatsizeof_1331',['flatSizeOf',['../namespacellama.html#ac8f48517b46c35c1a511273f08d2abb3',1,'llama']]], + ['front_1332',['front',['../structllama_1_1RecordCoord.html#a9eba3978f93a2195c99e8f459a291f9e',1,'llama::RecordCoord']]] ]; diff --git a/search/variables_6.js b/search/variables_6.js index 254823a8f5..d0aa45a7cc 100644 --- a/search/variables_6.js +++ b/search/variables_6.js @@ -1,6 +1,6 @@ var searchData= [ - ['gnuplotscriptascii_1329',['gnuplotScriptAscii',['../structllama_1_1mapping_1_1Heatmap.html#a732b6e767007550c1acf855fdb7f958b',1,'llama::mapping::Heatmap']]], - ['gnuplotscriptbinary_1330',['gnuplotScriptBinary',['../structllama_1_1mapping_1_1Heatmap.html#af46157df5d2bec1171ee6990943796df',1,'llama::mapping::Heatmap']]], - ['granularity_1331',['granularity',['../structllama_1_1mapping_1_1Heatmap.html#a0ed006df2279a44a51949de4885f25e3',1,'llama::mapping::Heatmap']]] + ['gnuplotscriptascii_1333',['gnuplotScriptAscii',['../structllama_1_1mapping_1_1Heatmap.html#a732b6e767007550c1acf855fdb7f958b',1,'llama::mapping::Heatmap']]], + ['gnuplotscriptbinary_1334',['gnuplotScriptBinary',['../structllama_1_1mapping_1_1Heatmap.html#af46157df5d2bec1171ee6990943796df',1,'llama::mapping::Heatmap']]], + ['granularity_1335',['granularity',['../structllama_1_1mapping_1_1Heatmap.html#a0ed006df2279a44a51949de4885f25e3',1,'llama::mapping::Heatmap']]] ]; diff --git a/search/variables_7.js b/search/variables_7.js index 91a135bca7..671a96ea54 100644 --- a/search/variables_7.js +++ b/search/variables_7.js @@ -1,5 +1,5 @@ var searchData= [ - ['hasanycomputedfield_1332',['hasAnyComputedField',['../namespacellama.html#a156385d5598b772070206225a5093266',1,'llama']]], - ['hassametags_1333',['hasSameTags',['../namespacellama.html#a39d280955e5b9deb36f6c8fa1124ca2b',1,'llama']]] + ['hasanycomputedfield_1336',['hasAnyComputedField',['../namespacellama.html#a156385d5598b772070206225a5093266',1,'llama']]], + ['hassametags_1337',['hasSameTags',['../namespacellama.html#a39d280955e5b9deb36f6c8fa1124ca2b',1,'llama']]] ]; diff --git a/search/variables_8.js b/search/variables_8.js index f16eb8723c..214a2d00ae 100644 --- a/search/variables_8.js +++ b/search/variables_8.js @@ -1,60 +1,60 @@ var searchData= [ - ['isallowedfieldtype_1334',['isAllowedFieldType',['../namespacellama.html#acca32b49e2be7c3c136e940939c531ae',1,'llama']]], - ['isaos_1335',['isAoS',['../namespacellama_1_1mapping.html#a8ccdc77397e087a2a223e32b544006fa',1,'llama::mapping']]], - ['isaos_3c_20aos_3c_20arrayextents_2c_20recorddim_2c_20fieldalignment_2c_20linearizearrayindexfunctor_2c_20permutefields_20_3e_20_3e_1336',['isAoS< AoS< ArrayExtents, RecordDim, FieldAlignment, LinearizeArrayIndexFunctor, PermuteFields > >',['../namespacellama_1_1mapping.html#a52d3f2a8cc0eb9d356536d8f57888d22',1,'llama::mapping']]], - ['isaosoa_1337',['isAoSoA',['../namespacellama_1_1mapping.html#a5f9ae52631dd878c1ae2c2e73f353580',1,'llama::mapping']]], - ['isaosoa_3c_20aosoa_3c_20ad_2c_20rd_2c_20l_2c_20lin_2c_20perm_20_3e_20_3e_1338',['isAoSoA< AoSoA< AD, RD, L, Lin, Perm > >',['../namespacellama_1_1mapping.html#a121e1d727915a265684db0491a13b644',1,'llama::mapping']]], - ['isbitpackedfloataos_1339',['isBitPackedFloatAoS',['../namespacellama_1_1mapping.html#a2c8b80aa8bfba10f6b647735746bb61b',1,'llama::mapping']]], - ['isbitpackedfloataos_3c_20bitpackedfloataos_3c_20arrayextents_2c_20recorddim_2c_20exponentbits_2c_20mantissabits_2c_20linearizearrayindexfunctor_2c_20permutefields_2c_20storedintegral_20_3e_20_3e_1340',['isBitPackedFloatAoS< BitPackedFloatAoS< ArrayExtents, RecordDim, ExponentBits, MantissaBits, LinearizeArrayIndexFunctor, PermuteFields, StoredIntegral > >',['../namespacellama_1_1mapping.html#a26443c5794d6ec9f578f48a634f58c8b',1,'llama::mapping']]], - ['isbitpackedfloatsoa_1341',['isBitPackedFloatSoA',['../namespacellama_1_1mapping.html#af9c9d24fc8ce05a939c4bdb3ca8ae133',1,'llama::mapping']]], - ['isbitpackedfloatsoa_3c_20bitpackedfloatsoa_3c_20ts_2e_2e_2e_20_3e_20_3e_1342',['isBitPackedFloatSoA< BitPackedFloatSoA< Ts... > >',['../namespacellama_1_1mapping.html#a89403fec542ad934c779be84c857e970',1,'llama::mapping']]], - ['isbitpackedintaos_1343',['isBitPackedIntAoS',['../namespacellama_1_1mapping.html#a4106c8cedc2eabae181bb199449cd690',1,'llama::mapping']]], - ['isbitpackedintaos_3c_20bitpackedintaos_3c_20arrayextents_2c_20recorddim_2c_20bits_2c_20signbit_2c_20linearizearrayindexfunctor_2c_20permutefields_2c_20storedintegral_20_3e_20_3e_1344',['isBitPackedIntAoS< BitPackedIntAoS< ArrayExtents, RecordDim, Bits, SignBit, LinearizeArrayIndexFunctor, PermuteFields, StoredIntegral > >',['../namespacellama_1_1mapping.html#a84bc973f00885d7e0aaa8becbc7c11bd',1,'llama::mapping']]], - ['isbitpackedintsoa_1345',['isBitPackedIntSoA',['../namespacellama_1_1mapping.html#a6663b77c0af63f5b4ac7d7d1ca0eaf9e',1,'llama::mapping']]], - ['isbitpackedintsoa_3c_20bitpackedintsoa_3c_20arrayextents_2c_20recorddim_2c_20bits_2c_20signbit_2c_20linearizearrayindexfunctor_2c_20storedintegral_20_3e_20_3e_1346',['isBitPackedIntSoA< BitPackedIntSoA< ArrayExtents, RecordDim, Bits, SignBit, LinearizeArrayIndexFunctor, StoredIntegral > >',['../namespacellama_1_1mapping.html#ac74e8844246c4f7f7f47c807e892b11c',1,'llama::mapping']]], - ['isbytesplit_1347',['isBytesplit',['../namespacellama_1_1mapping.html#a3e1dc6fefae9503d7e22ed80ea689098',1,'llama::mapping']]], - ['isbytesplit_3c_20bytesplit_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_20_3e_20_3e_1348',['isBytesplit< Bytesplit< TArrayExtents, TRecordDim, InnerMapping > >',['../namespacellama_1_1mapping.html#a660e6891f37e1339cf157ea1fe8f4b86',1,'llama::mapping']]], - ['isbyteswap_1349',['isByteswap',['../namespacellama_1_1mapping.html#af3bf715d9af3ff57725630f67437007b',1,'llama::mapping']]], - ['isbyteswap_3c_20byteswap_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_20_3e_20_3e_1350',['isByteswap< Byteswap< TArrayExtents, TRecordDim, InnerMapping > >',['../namespacellama_1_1mapping.html#aad837c290cbaeffaa4a30ebb4c24c29a',1,'llama::mapping']]], - ['ischangetype_1351',['isChangeType',['../namespacellama_1_1mapping.html#ac5ba972c9e6a90a0294dbb91aa8e774f',1,'llama::mapping']]], - ['ischangetype_3c_20changetype_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_2c_20replacementmap_20_3e_20_3e_1352',['isChangeType< ChangeType< TArrayExtents, TRecordDim, InnerMapping, ReplacementMap > >',['../namespacellama_1_1mapping.html#a9ca2b15cf29934313d827f7e8a972952',1,'llama::mapping']]], - ['iscomputed_1353',['isComputed',['../namespacellama.html#a9676a3903b134df116791bcae533d6c6',1,'llama']]], - ['isconstant_1354',['isConstant',['../namespacellama.html#aeb3261387e3af25b2f65fb3725bacde1',1,'llama']]], - ['isdirectlistinitializable_1355',['isDirectListInitializable',['../namespacellama_1_1internal.html#ab894af475936b236e92c32b9ddde4003',1,'llama::internal']]], - ['isdirectlistinitializablefromtuple_1356',['isDirectListInitializableFromTuple',['../namespacellama_1_1internal.html#adac3b860082c6e49c312325ae0a2d166',1,'llama::internal']]], - ['isdirectlistinitializablefromtuple_3c_20t_2c_20tuple_3c_20args_2e_2e_2e_20_3e_20_3e_1357',['isDirectListInitializableFromTuple< T, Tuple< Args... > >',['../namespacellama_1_1internal.html#a4522640644ac2790e930a57ea0ec85c9',1,'llama::internal']]], - ['isdirectlistinitializableimpl_1358',['isDirectListInitializableImpl',['../namespacellama_1_1internal.html#adecb2f7954000ceb98ea4ec0a68da21d',1,'llama::internal']]], - ['isfield_1359',['isField',['../namespacellama.html#a75482a9b4713c755f75805bd247866e9',1,'llama']]], - ['isfield_3c_20field_3c_20tag_2c_20type_20_3e_20_3e_1360',['isField< Field< Tag, Type > >',['../namespacellama.html#ae026262aaccd3c32d553a96d7a56e8b3',1,'llama']]], - ['isfieldaccesscount_1361',['isFieldAccessCount',['../namespacellama_1_1mapping.html#a6915406ebc3c267d178d2b8d2de4880d',1,'llama::mapping']]], - ['isfieldaccesscount_3c_20fieldaccesscount_3c_20mapping_2c_20counttype_2c_20mycodehandlesproxyreferences_20_3e_20_3e_1362',['isFieldAccessCount< FieldAccessCount< Mapping, CountType, MyCodeHandlesProxyReferences > >',['../namespacellama_1_1mapping.html#aefb24225681377e371e5529d5c41c6f0',1,'llama::mapping']]], - ['isheatmap_1363',['isHeatmap',['../namespacellama_1_1mapping.html#a6d27fa50275ed7d312703a8d661bcb02',1,'llama::mapping']]], - ['isheatmap_3c_20heatmap_3c_20mapping_2c_20granularity_2c_20counttype_20_3e_20_3e_1364',['isHeatmap< Heatmap< Mapping, Granularity, CountType > >',['../namespacellama_1_1mapping.html#af6e9af2cfa31c4441b3eaf35b776c29e',1,'llama::mapping']]], - ['isnull_1365',['isNull',['../namespacellama_1_1mapping.html#af49f9cf9be4341952fbf347c07147f7b',1,'llama::mapping']]], - ['isnull_3c_20null_3c_20arrayextents_2c_20recorddim_20_3e_20_3e_1366',['isNull< Null< ArrayExtents, RecordDim > >',['../namespacellama_1_1mapping.html#ae20fac87225a87f15d01c14b334c0746',1,'llama::mapping']]], - ['isone_1367',['isOne',['../namespacellama_1_1mapping.html#a3f61909f579ae3a51762dd71aaae2556',1,'llama::mapping::isOne()'],['../namespacellama.html#aecf6a2d8f8fd3cde95667fbf433e42d1',1,'llama::isOne()']]], - ['isone_3c_20one_3c_20arrayextents_2c_20recorddim_2c_20fieldalignment_2c_20permutefields_20_3e_20_3e_1368',['isOne< One< ArrayExtents, RecordDim, FieldAlignment, PermuteFields > >',['../namespacellama_1_1mapping.html#a59a4bc53c92ec61ba6d4e0c1556f2687',1,'llama::mapping']]], - ['isone_3c_20recordref_3c_20view_2c_20boundrecordcoord_2c_20true_20_3e_20_3e_1369',['isOne< RecordRef< View, BoundRecordCoord, true > >',['../namespacellama.html#a44aec444f97e67c053400d58fae4126b',1,'llama']]], - ['ispermutearrayindex_1370',['isPermuteArrayIndex',['../namespacellama_1_1mapping.html#a8b6f974b9d6c835a460f747435633822',1,'llama::mapping']]], - ['ispermutearrayindex_3c_20permutearrayindex_3c_20mapping_2c_20permutation_2e_2e_2e_20_3e_20_3e_1371',['isPermuteArrayIndex< PermuteArrayIndex< Mapping, Permutation... > >',['../namespacellama_1_1mapping.html#a20979d81de36d3cf4b8e445f158dbb42',1,'llama::mapping']]], - ['isprojection_1372',['isProjection',['../namespacellama_1_1mapping.html#a7c53c4de0dcccd8f0334b24fde6f0a68',1,'llama::mapping']]], - ['isprojection_3c_20projection_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_2c_20replacementmap_20_3e_20_3e_1373',['isProjection< Projection< TArrayExtents, TRecordDim, InnerMapping, ReplacementMap > >',['../namespacellama_1_1mapping.html#a256603f940c0e5cadda24280055fb150',1,'llama::mapping']]], - ['isproxyreference_1374',['isProxyReference',['../namespacellama.html#a06e1dd12e96257f3aaf7a1ea6b9eead8',1,'llama']]], - ['isrecord_1375',['isRecord',['../namespacellama.html#a3b2aa8fd3e43e43b830bc4a71b180175',1,'llama']]], - ['isrecord_3c_20record_3c_20fields_2e_2e_2e_20_3e_20_3e_1376',['isRecord< Record< Fields... > >',['../namespacellama.html#adee8dc812f8d14dbea092728c88a937d',1,'llama']]], - ['isrecordcoord_1377',['isRecordCoord',['../namespacellama.html#a548294a2b7b4f2e76954d9cf9edcdec7',1,'llama']]], - ['isrecordcoord_3c_20recordcoord_3c_20coords_2e_2e_2e_20_3e_20_3e_1378',['isRecordCoord< RecordCoord< Coords... > >',['../namespacellama.html#a9c898b6940a90559b91b4057b85fb74b',1,'llama']]], - ['isrecorddim_1379',['isRecordDim',['../namespacellama.html#ab8f37f9e6c5055a9fa84709a6c5e5304',1,'llama']]], - ['isrecordref_1380',['isRecordRef',['../namespacellama.html#af3acf31ae1481251861f38e12ee58dda',1,'llama']]], - ['isrecordref_3c_20recordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_1381',['isRecordRef< RecordRef< View, BoundRecordCoord, OwnView > >',['../namespacellama.html#a88abd408b8ac8bd2456a8316a62a5928',1,'llama']]], - ['isselected_1382',['isSelected',['../namespacellama_1_1mapping_1_1internal.html#a80b85cc773de0f9db4d011d6823ba687',1,'llama::mapping::internal']]], - ['isselected_3c_20rc_2c_20mp_5flist_3c_20recordcoordsformapping1_2e_2e_2e_20_3e_20_3e_1383',['isSelected< RC, mp_list< RecordCoordsForMapping1... > >',['../namespacellama_1_1mapping_1_1internal.html#a1a3be9b6100e9b76058515f69b1c3582',1,'llama::mapping::internal']]], - ['issoa_1384',['isSoA',['../namespacellama_1_1mapping.html#a131edc0148d778b3ebe27f58df87ffc1',1,'llama::mapping']]], - ['issoa_3c_20soa_3c_20arrayextents_2c_20recorddim_2c_20blobs_2c_20subarrayalignment_2c_20linearizearrayindexfunctor_20_3e_20_3e_1385',['isSoA< SoA< ArrayExtents, RecordDim, Blobs, SubArrayAlignment, LinearizeArrayIndexFunctor > >',['../namespacellama_1_1mapping.html#a49ae1174eb89cb8f2ce65f200d0bdf6c',1,'llama::mapping']]], - ['issplit_1386',['isSplit',['../namespacellama_1_1mapping.html#aabd645ad645fb163c9c63781b08ed50a',1,'llama::mapping']]], - ['issplit_3c_20split_3c_20arrayextents_2c_20recorddim_2c_20selectorformapping1_2c_20mappingtemplate1_2c_20mappingtemplate2_2c_20separateblobs_20_3e_20_3e_1387',['isSplit< Split< ArrayExtents, RecordDim, SelectorForMapping1, MappingTemplate1, MappingTemplate2, SeparateBlobs > >',['../namespacellama_1_1mapping.html#a990d4d3fa6208c7df73c636dd60ec6a7',1,'llama::mapping']]], - ['istuplelike_1388',['isTupleLike',['../namespacellama_1_1internal.html#aa30231c6e488d62d3b26388e1ca9f590',1,'llama::internal']]], - ['isview_1389',['isView',['../namespacellama.html#a2c3ef24f7ab0d71912a5f7e71cf24130',1,'llama']]], - ['isview_3c_20view_3c_20mapping_2c_20blobtype_2c_20accessor_20_3e_20_3e_1390',['isView< View< Mapping, BlobType, Accessor > >',['../namespacellama.html#abada4e4a295e9cacca30c9bebd6f5dbf',1,'llama']]] + ['isallowedfieldtype_1338',['isAllowedFieldType',['../namespacellama.html#acca32b49e2be7c3c136e940939c531ae',1,'llama']]], + ['isaos_1339',['isAoS',['../namespacellama_1_1mapping.html#a8ccdc77397e087a2a223e32b544006fa',1,'llama::mapping']]], + ['isaos_3c_20aos_3c_20arrayextents_2c_20recorddim_2c_20fieldalignment_2c_20linearizearrayindexfunctor_2c_20permutefields_20_3e_20_3e_1340',['isAoS< AoS< ArrayExtents, RecordDim, FieldAlignment, LinearizeArrayIndexFunctor, PermuteFields > >',['../namespacellama_1_1mapping.html#a52d3f2a8cc0eb9d356536d8f57888d22',1,'llama::mapping']]], + ['isaosoa_1341',['isAoSoA',['../namespacellama_1_1mapping.html#a5f9ae52631dd878c1ae2c2e73f353580',1,'llama::mapping']]], + ['isaosoa_3c_20aosoa_3c_20ad_2c_20rd_2c_20l_2c_20lin_2c_20perm_20_3e_20_3e_1342',['isAoSoA< AoSoA< AD, RD, L, Lin, Perm > >',['../namespacellama_1_1mapping.html#a121e1d727915a265684db0491a13b644',1,'llama::mapping']]], + ['isbitpackedfloataos_1343',['isBitPackedFloatAoS',['../namespacellama_1_1mapping.html#a2c8b80aa8bfba10f6b647735746bb61b',1,'llama::mapping']]], + ['isbitpackedfloataos_3c_20bitpackedfloataos_3c_20arrayextents_2c_20recorddim_2c_20exponentbits_2c_20mantissabits_2c_20linearizearrayindexfunctor_2c_20permutefields_2c_20storedintegral_20_3e_20_3e_1344',['isBitPackedFloatAoS< BitPackedFloatAoS< ArrayExtents, RecordDim, ExponentBits, MantissaBits, LinearizeArrayIndexFunctor, PermuteFields, StoredIntegral > >',['../namespacellama_1_1mapping.html#a26443c5794d6ec9f578f48a634f58c8b',1,'llama::mapping']]], + ['isbitpackedfloatsoa_1345',['isBitPackedFloatSoA',['../namespacellama_1_1mapping.html#af9c9d24fc8ce05a939c4bdb3ca8ae133',1,'llama::mapping']]], + ['isbitpackedfloatsoa_3c_20bitpackedfloatsoa_3c_20ts_2e_2e_2e_20_3e_20_3e_1346',['isBitPackedFloatSoA< BitPackedFloatSoA< Ts... > >',['../namespacellama_1_1mapping.html#a89403fec542ad934c779be84c857e970',1,'llama::mapping']]], + ['isbitpackedintaos_1347',['isBitPackedIntAoS',['../namespacellama_1_1mapping.html#a4106c8cedc2eabae181bb199449cd690',1,'llama::mapping']]], + ['isbitpackedintaos_3c_20bitpackedintaos_3c_20arrayextents_2c_20recorddim_2c_20bits_2c_20signbit_2c_20linearizearrayindexfunctor_2c_20permutefields_2c_20storedintegral_20_3e_20_3e_1348',['isBitPackedIntAoS< BitPackedIntAoS< ArrayExtents, RecordDim, Bits, SignBit, LinearizeArrayIndexFunctor, PermuteFields, StoredIntegral > >',['../namespacellama_1_1mapping.html#a84bc973f00885d7e0aaa8becbc7c11bd',1,'llama::mapping']]], + ['isbitpackedintsoa_1349',['isBitPackedIntSoA',['../namespacellama_1_1mapping.html#a6663b77c0af63f5b4ac7d7d1ca0eaf9e',1,'llama::mapping']]], + ['isbitpackedintsoa_3c_20bitpackedintsoa_3c_20arrayextents_2c_20recorddim_2c_20bits_2c_20signbit_2c_20linearizearrayindexfunctor_2c_20storedintegral_20_3e_20_3e_1350',['isBitPackedIntSoA< BitPackedIntSoA< ArrayExtents, RecordDim, Bits, SignBit, LinearizeArrayIndexFunctor, StoredIntegral > >',['../namespacellama_1_1mapping.html#ac74e8844246c4f7f7f47c807e892b11c',1,'llama::mapping']]], + ['isbytesplit_1351',['isBytesplit',['../namespacellama_1_1mapping.html#a3e1dc6fefae9503d7e22ed80ea689098',1,'llama::mapping']]], + ['isbytesplit_3c_20bytesplit_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_20_3e_20_3e_1352',['isBytesplit< Bytesplit< TArrayExtents, TRecordDim, InnerMapping > >',['../namespacellama_1_1mapping.html#a660e6891f37e1339cf157ea1fe8f4b86',1,'llama::mapping']]], + ['isbyteswap_1353',['isByteswap',['../namespacellama_1_1mapping.html#af3bf715d9af3ff57725630f67437007b',1,'llama::mapping']]], + ['isbyteswap_3c_20byteswap_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_20_3e_20_3e_1354',['isByteswap< Byteswap< TArrayExtents, TRecordDim, InnerMapping > >',['../namespacellama_1_1mapping.html#aad837c290cbaeffaa4a30ebb4c24c29a',1,'llama::mapping']]], + ['ischangetype_1355',['isChangeType',['../namespacellama_1_1mapping.html#ac5ba972c9e6a90a0294dbb91aa8e774f',1,'llama::mapping']]], + ['ischangetype_3c_20changetype_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_2c_20replacementmap_20_3e_20_3e_1356',['isChangeType< ChangeType< TArrayExtents, TRecordDim, InnerMapping, ReplacementMap > >',['../namespacellama_1_1mapping.html#a9ca2b15cf29934313d827f7e8a972952',1,'llama::mapping']]], + ['iscomputed_1357',['isComputed',['../namespacellama.html#a9676a3903b134df116791bcae533d6c6',1,'llama']]], + ['isconstant_1358',['isConstant',['../namespacellama.html#aeb3261387e3af25b2f65fb3725bacde1',1,'llama']]], + ['isdirectlistinitializable_1359',['isDirectListInitializable',['../namespacellama_1_1internal.html#ab894af475936b236e92c32b9ddde4003',1,'llama::internal']]], + ['isdirectlistinitializablefromtuple_1360',['isDirectListInitializableFromTuple',['../namespacellama_1_1internal.html#adac3b860082c6e49c312325ae0a2d166',1,'llama::internal']]], + ['isdirectlistinitializablefromtuple_3c_20t_2c_20tuple_3c_20args_2e_2e_2e_20_3e_20_3e_1361',['isDirectListInitializableFromTuple< T, Tuple< Args... > >',['../namespacellama_1_1internal.html#a4522640644ac2790e930a57ea0ec85c9',1,'llama::internal']]], + ['isdirectlistinitializableimpl_1362',['isDirectListInitializableImpl',['../namespacellama_1_1internal.html#adecb2f7954000ceb98ea4ec0a68da21d',1,'llama::internal']]], + ['isfield_1363',['isField',['../namespacellama.html#a75482a9b4713c755f75805bd247866e9',1,'llama']]], + ['isfield_3c_20field_3c_20tag_2c_20type_20_3e_20_3e_1364',['isField< Field< Tag, Type > >',['../namespacellama.html#ae026262aaccd3c32d553a96d7a56e8b3',1,'llama']]], + ['isfieldaccesscount_1365',['isFieldAccessCount',['../namespacellama_1_1mapping.html#a6915406ebc3c267d178d2b8d2de4880d',1,'llama::mapping']]], + ['isfieldaccesscount_3c_20fieldaccesscount_3c_20mapping_2c_20counttype_2c_20mycodehandlesproxyreferences_20_3e_20_3e_1366',['isFieldAccessCount< FieldAccessCount< Mapping, CountType, MyCodeHandlesProxyReferences > >',['../namespacellama_1_1mapping.html#aefb24225681377e371e5529d5c41c6f0',1,'llama::mapping']]], + ['isheatmap_1367',['isHeatmap',['../namespacellama_1_1mapping.html#a6d27fa50275ed7d312703a8d661bcb02',1,'llama::mapping']]], + ['isheatmap_3c_20heatmap_3c_20mapping_2c_20granularity_2c_20counttype_20_3e_20_3e_1368',['isHeatmap< Heatmap< Mapping, Granularity, CountType > >',['../namespacellama_1_1mapping.html#af6e9af2cfa31c4441b3eaf35b776c29e',1,'llama::mapping']]], + ['isnull_1369',['isNull',['../namespacellama_1_1mapping.html#af49f9cf9be4341952fbf347c07147f7b',1,'llama::mapping']]], + ['isnull_3c_20null_3c_20arrayextents_2c_20recorddim_20_3e_20_3e_1370',['isNull< Null< ArrayExtents, RecordDim > >',['../namespacellama_1_1mapping.html#ae20fac87225a87f15d01c14b334c0746',1,'llama::mapping']]], + ['isone_1371',['isOne',['../namespacellama_1_1mapping.html#a3f61909f579ae3a51762dd71aaae2556',1,'llama::mapping::isOne()'],['../namespacellama.html#aecf6a2d8f8fd3cde95667fbf433e42d1',1,'llama::isOne()']]], + ['isone_3c_20one_3c_20arrayextents_2c_20recorddim_2c_20fieldalignment_2c_20permutefields_20_3e_20_3e_1372',['isOne< One< ArrayExtents, RecordDim, FieldAlignment, PermuteFields > >',['../namespacellama_1_1mapping.html#a59a4bc53c92ec61ba6d4e0c1556f2687',1,'llama::mapping']]], + ['isone_3c_20recordref_3c_20view_2c_20boundrecordcoord_2c_20true_20_3e_20_3e_1373',['isOne< RecordRef< View, BoundRecordCoord, true > >',['../namespacellama.html#a44aec444f97e67c053400d58fae4126b',1,'llama']]], + ['ispermutearrayindex_1374',['isPermuteArrayIndex',['../namespacellama_1_1mapping.html#a8b6f974b9d6c835a460f747435633822',1,'llama::mapping']]], + ['ispermutearrayindex_3c_20permutearrayindex_3c_20mapping_2c_20permutation_2e_2e_2e_20_3e_20_3e_1375',['isPermuteArrayIndex< PermuteArrayIndex< Mapping, Permutation... > >',['../namespacellama_1_1mapping.html#a20979d81de36d3cf4b8e445f158dbb42',1,'llama::mapping']]], + ['isprojection_1376',['isProjection',['../namespacellama_1_1mapping.html#a7c53c4de0dcccd8f0334b24fde6f0a68',1,'llama::mapping']]], + ['isprojection_3c_20projection_3c_20tarrayextents_2c_20trecorddim_2c_20innermapping_2c_20replacementmap_20_3e_20_3e_1377',['isProjection< Projection< TArrayExtents, TRecordDim, InnerMapping, ReplacementMap > >',['../namespacellama_1_1mapping.html#a256603f940c0e5cadda24280055fb150',1,'llama::mapping']]], + ['isproxyreference_1378',['isProxyReference',['../namespacellama.html#a06e1dd12e96257f3aaf7a1ea6b9eead8',1,'llama']]], + ['isrecord_1379',['isRecord',['../namespacellama.html#a3b2aa8fd3e43e43b830bc4a71b180175',1,'llama']]], + ['isrecord_3c_20record_3c_20fields_2e_2e_2e_20_3e_20_3e_1380',['isRecord< Record< Fields... > >',['../namespacellama.html#adee8dc812f8d14dbea092728c88a937d',1,'llama']]], + ['isrecordcoord_1381',['isRecordCoord',['../namespacellama.html#a548294a2b7b4f2e76954d9cf9edcdec7',1,'llama']]], + ['isrecordcoord_3c_20recordcoord_3c_20coords_2e_2e_2e_20_3e_20_3e_1382',['isRecordCoord< RecordCoord< Coords... > >',['../namespacellama.html#a9c898b6940a90559b91b4057b85fb74b',1,'llama']]], + ['isrecorddim_1383',['isRecordDim',['../namespacellama.html#ab8f37f9e6c5055a9fa84709a6c5e5304',1,'llama']]], + ['isrecordref_1384',['isRecordRef',['../namespacellama.html#af3acf31ae1481251861f38e12ee58dda',1,'llama']]], + ['isrecordref_3c_20recordref_3c_20view_2c_20boundrecordcoord_2c_20ownview_20_3e_20_3e_1385',['isRecordRef< RecordRef< View, BoundRecordCoord, OwnView > >',['../namespacellama.html#a88abd408b8ac8bd2456a8316a62a5928',1,'llama']]], + ['isselected_1386',['isSelected',['../namespacellama_1_1mapping_1_1internal.html#a80b85cc773de0f9db4d011d6823ba687',1,'llama::mapping::internal']]], + ['isselected_3c_20rc_2c_20mp_5flist_3c_20recordcoordsformapping1_2e_2e_2e_20_3e_20_3e_1387',['isSelected< RC, mp_list< RecordCoordsForMapping1... > >',['../namespacellama_1_1mapping_1_1internal.html#a1a3be9b6100e9b76058515f69b1c3582',1,'llama::mapping::internal']]], + ['issoa_1388',['isSoA',['../namespacellama_1_1mapping.html#a131edc0148d778b3ebe27f58df87ffc1',1,'llama::mapping']]], + ['issoa_3c_20soa_3c_20arrayextents_2c_20recorddim_2c_20blobs_2c_20subarrayalignment_2c_20linearizearrayindexfunctor_20_3e_20_3e_1389',['isSoA< SoA< ArrayExtents, RecordDim, Blobs, SubArrayAlignment, LinearizeArrayIndexFunctor > >',['../namespacellama_1_1mapping.html#a49ae1174eb89cb8f2ce65f200d0bdf6c',1,'llama::mapping']]], + ['issplit_1390',['isSplit',['../namespacellama_1_1mapping.html#aabd645ad645fb163c9c63781b08ed50a',1,'llama::mapping']]], + ['issplit_3c_20split_3c_20arrayextents_2c_20recorddim_2c_20selectorformapping1_2c_20mappingtemplate1_2c_20mappingtemplate2_2c_20separateblobs_20_3e_20_3e_1391',['isSplit< Split< ArrayExtents, RecordDim, SelectorForMapping1, MappingTemplate1, MappingTemplate2, SeparateBlobs > >',['../namespacellama_1_1mapping.html#a990d4d3fa6208c7df73c636dd60ec6a7',1,'llama::mapping']]], + ['istuplelike_1392',['isTupleLike',['../namespacellama_1_1internal.html#aa30231c6e488d62d3b26388e1ca9f590',1,'llama::internal']]], + ['isview_1393',['isView',['../namespacellama.html#a2c3ef24f7ab0d71912a5f7e71cf24130',1,'llama']]], + ['isview_3c_20view_3c_20mapping_2c_20blobtype_2c_20accessor_20_3e_20_3e_1394',['isView< View< Mapping, BlobType, Accessor > >',['../namespacellama.html#abada4e4a295e9cacca30c9bebd6f5dbf',1,'llama']]] ]; diff --git a/search/variables_9.js b/search/variables_9.js index 4f3a7221ed..1619e7f79a 100644 --- a/search/variables_9.js +++ b/search/variables_9.js @@ -1,4 +1,4 @@ var searchData= [ - ['lanes_1391',['lanes',['../structllama_1_1mapping_1_1AoSoA.html#a25e8b7f91620ec5b3e8d39dad5f049df',1,'llama::mapping::AoSoA::lanes()'],['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#a3bb036cdf786ba6944bd0b26321597b5',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >::lanes()']]] + ['lanes_1395',['lanes',['../structllama_1_1mapping_1_1AoSoA.html#a25e8b7f91620ec5b3e8d39dad5f049df',1,'llama::mapping::AoSoA::lanes()'],['../structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html#a3bb036cdf786ba6944bd0b26321597b5',1,'llama::SimdTraits< T, std::enable_if_t< std::is_arithmetic_v< T > > >::lanes()']]] ]; diff --git a/search/variables_a.js b/search/variables_a.js index 3823ac7582..757eeb4b30 100644 --- a/search/variables_a.js +++ b/search/variables_a.js @@ -1,11 +1,12 @@ var searchData= [ - ['m_1392',['m',['../structllama_1_1accessor_1_1Locked.html#ab0471036fb296a91ba9bbd6911deb4f7',1,'llama::accessor::Locked::m()'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html#aba460a4caf4c07c6012141671152f0b7',1,'llama::accessor::Locked::Reference::m()']]], - ['mantissa_1393',['mantissa',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html#a6dbfc13467fc2696ae7d2ab85974f4bd',1,'llama::mapping::internal::FloatBitTraits< float >::mantissa()'],['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html#af14b3a3ab1d4f7227486148aa7eca763',1,'llama::mapping::internal::FloatBitTraits< double >::mantissa()']]], - ['mapping1_1394',['mapping1',['../structllama_1_1mapping_1_1Split.html#a1e9692ef08e3ee8e907ceeb6dbf8d6b6',1,'llama::mapping::Split']]], - ['mapping2_1395',['mapping2',['../structllama_1_1mapping_1_1Split.html#a2cbca78d3a9e6e58910e4edfa30f3d60',1,'llama::mapping::Split']]], - ['maxlanes_1396',['maxLanes',['../namespacellama_1_1mapping.html#abde584824d91d31ec24b7c326632a3c3',1,'llama::mapping']]], - ['memlocscomputed_1397',['memLocsComputed',['../structllama_1_1mapping_1_1AccessCounts.html#a7cb54709b1b75556d89b0d62391f9475',1,'llama::mapping::AccessCounts']]], - ['mergedfunctors_1398',['mergedFunctors',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a4361d3fef8c59d58c37bdeb5fb209cd8',1,'llama::mapping::tree::Mapping']]], - ['mycodehandlesproxyreferences_1399',['myCodeHandlesProxyReferences',['../structllama_1_1mapping_1_1FieldAccessCount.html#a6659aeb05757f98afc3ecf527c5eda4f',1,'llama::mapping::FieldAccessCount']]] + ['m_1396',['m',['../structllama_1_1accessor_1_1Locked.html#ab0471036fb296a91ba9bbd6911deb4f7',1,'llama::accessor::Locked::m()'],['../structllama_1_1accessor_1_1Locked_1_1Reference.html#aba460a4caf4c07c6012141671152f0b7',1,'llama::accessor::Locked::Reference::m()']]], + ['mantissa_1397',['mantissa',['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html#a6dbfc13467fc2696ae7d2ab85974f4bd',1,'llama::mapping::internal::FloatBitTraits< float >::mantissa()'],['../structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html#af14b3a3ab1d4f7227486148aa7eca763',1,'llama::mapping::internal::FloatBitTraits< double >::mantissa()']]], + ['mapping1_1398',['mapping1',['../structllama_1_1mapping_1_1Split.html#a1e9692ef08e3ee8e907ceeb6dbf8d6b6',1,'llama::mapping::Split']]], + ['mapping2_1399',['mapping2',['../structllama_1_1mapping_1_1Split.html#a2cbca78d3a9e6e58910e4edfa30f3d60',1,'llama::mapping::Split']]], + ['maxlanes_1400',['maxLanes',['../namespacellama_1_1mapping.html#abde584824d91d31ec24b7c326632a3c3',1,'llama::mapping']]], + ['memcpy_1401',['memcpy',['../namespacellama_1_1internal.html#ae7d043343c1a60a7ceb75ba7c06e4c18',1,'llama::internal']]], + ['memlocscomputed_1402',['memLocsComputed',['../structllama_1_1mapping_1_1AccessCounts.html#a7cb54709b1b75556d89b0d62391f9475',1,'llama::mapping::AccessCounts']]], + ['mergedfunctors_1403',['mergedFunctors',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a4361d3fef8c59d58c37bdeb5fb209cd8',1,'llama::mapping::tree::Mapping']]], + ['mycodehandlesproxyreferences_1404',['myCodeHandlesProxyReferences',['../structllama_1_1mapping_1_1FieldAccessCount.html#a6659aeb05757f98afc3ecf527c5eda4f',1,'llama::mapping::FieldAccessCount']]] ]; diff --git a/search/variables_b.js b/search/variables_b.js index 3b3525fa52..be76a08a85 100644 --- a/search/variables_b.js +++ b/search/variables_b.js @@ -1,6 +1,6 @@ var searchData= [ - ['newvalue_1400',['newValue',['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html#a7f3c95fa9bb2bb5cf45f3a2724bd935d',1,'llama::mapping::tree::functor::internal::ChangeNodeChildsRuntimeFunctor']]], - ['next_1401',['next',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a0cf8a3118f3709860816de7b31bad367',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >']]], - ['nr_1402',['nr',['../structllama_1_1NrAndOffset.html#a27b2a6cf76158f1f5cffd3fb1995da82',1,'llama::NrAndOffset']]] + ['newvalue_1405',['newValue',['../structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html#a7f3c95fa9bb2bb5cf45f3a2724bd935d',1,'llama::mapping::tree::functor::internal::ChangeNodeChildsRuntimeFunctor']]], + ['next_1406',['next',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#a0cf8a3118f3709860816de7b31bad367',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >']]], + ['nr_1407',['nr',['../structllama_1_1NrAndOffset.html#a27b2a6cf76158f1f5cffd3fb1995da82',1,'llama::NrAndOffset']]] ]; diff --git a/search/variables_c.js b/search/variables_c.js index 096b96f81c..9b9cb99ceb 100644 --- a/search/variables_c.js +++ b/search/variables_c.js @@ -1,8 +1,8 @@ var searchData= [ - ['offset_1403',['offset',['../structllama_1_1NrAndOffset.html#a3ce7816ca78ecdb2a130aa886c0e9965',1,'llama::NrAndOffset::offset()'],['../structllama_1_1SubView.html#a247053b7eff2707c3551da7c6756a9c3',1,'llama::SubView::offset()']]], - ['offsetof_1404',['offsetOf',['../namespacellama.html#aae03df933faef61723569d4655563bbe',1,'llama']]], - ['one_1405',['one',['../namespacellama_1_1mapping_1_1tree.html#afbd4ba87d1acf92e1418324f097a68c8',1,'llama::mapping::tree']]], - ['one_3c_20mp_5fsize_5ft_3c_201_20_3e_20_3e_1406',['one< mp_size_t< 1 > >',['../namespacellama_1_1mapping_1_1tree.html#a68ee4cf81bdbbb90a0279a4c9bc8c629',1,'llama::mapping::tree']]], - ['operation_1407',['operation',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#ab816e628595fe858030104a21297fbc1',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >']]] + ['offset_1408',['offset',['../structllama_1_1NrAndOffset.html#a3ce7816ca78ecdb2a130aa886c0e9965',1,'llama::NrAndOffset::offset()'],['../structllama_1_1SubView.html#a247053b7eff2707c3551da7c6756a9c3',1,'llama::SubView::offset()']]], + ['offsetof_1409',['offsetOf',['../namespacellama.html#aae03df933faef61723569d4655563bbe',1,'llama']]], + ['one_1410',['one',['../namespacellama_1_1mapping_1_1tree.html#afbd4ba87d1acf92e1418324f097a68c8',1,'llama::mapping::tree']]], + ['one_3c_20mp_5fsize_5ft_3c_201_20_3e_20_3e_1411',['one< mp_size_t< 1 > >',['../namespacellama_1_1mapping_1_1tree.html#a68ee4cf81bdbbb90a0279a4c9bc8c629',1,'llama::mapping::tree']]], + ['operation_1412',['operation',['../structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html#ab816e628595fe858030104a21297fbc1',1,'llama::mapping::tree::internal::MergeFunctors< Tree, Tuple< Operations... > >']]] ]; diff --git a/search/variables_d.js b/search/variables_d.js index ff86c2d778..f4639ed928 100644 --- a/search/variables_d.js +++ b/search/variables_d.js @@ -1,5 +1,5 @@ var searchData= [ - ['parentview_1408',['parentView',['../structllama_1_1SubView.html#a0e0c37b5281cf4f86f69377790f79f42',1,'llama::SubView']]], - ['permute_1409',['permute',['../structllama_1_1mapping_1_1PermuteFieldsInOrder.html#a392d3158a1fe1892f6119718098f8333',1,'llama::mapping::PermuteFieldsInOrder::permute()'],['../structllama_1_1mapping_1_1PermuteFieldsSorted.html#abc304718ae762df6a6f7fb307d3d8d7a',1,'llama::mapping::PermuteFieldsSorted::permute()']]] + ['parentview_1413',['parentView',['../structllama_1_1SubView.html#a0e0c37b5281cf4f86f69377790f79f42',1,'llama::SubView']]], + ['permute_1414',['permute',['../structllama_1_1mapping_1_1PermuteFieldsInOrder.html#a392d3158a1fe1892f6119718098f8333',1,'llama::mapping::PermuteFieldsInOrder::permute()'],['../structllama_1_1mapping_1_1PermuteFieldsSorted.html#abc304718ae762df6a6f7fb307d3d8d7a',1,'llama::mapping::PermuteFieldsSorted::permute()']]] ]; diff --git a/search/variables_e.js b/search/variables_e.js index 4356654ad7..755e0cfcbd 100644 --- a/search/variables_e.js +++ b/search/variables_e.js @@ -1,4 +1,4 @@ var searchData= [ - ['qualifiedtypename_1410',['qualifiedTypeName',['../namespacellama.html#a06d7068ee2176f6a3bbd750665ac5af0',1,'llama']]] + ['qualifiedtypename_1415',['qualifiedTypeName',['../namespacellama.html#a06d7068ee2176f6a3bbd750665ac5af0',1,'llama']]] ]; diff --git a/search/variables_f.js b/search/variables_f.js index ecbe02ab20..542edea170 100644 --- a/search/variables_f.js +++ b/search/variables_f.js @@ -1,12 +1,12 @@ var searchData= [ - ['rank_1411',['rank',['../structllama_1_1ArrayIndex.html#a09d5dffbdde28ac87fc8ef1f20340593',1,'llama::ArrayIndex::rank()'],['../structllama_1_1ArrayExtents.html#aa368d8287fad34884c1ccfdb01d527dc',1,'llama::ArrayExtents::rank()'],['../structllama_1_1ArrayExtents_3_01T_01_4.html#a4c0c9b1ef4553bf85aec1033ffe9ffba',1,'llama::ArrayExtents< T >::rank()'],['../structllama_1_1ArrayIndexIterator.html#a3eb86c873b8b0e82f711d9b2bf43ca43',1,'llama::ArrayIndexIterator::rank()']]], - ['rankdynamic_1412',['rankDynamic',['../structllama_1_1ArrayExtents.html#a7a3c0f899a9568d7399c4be97824ba82',1,'llama::ArrayExtents::rankDynamic()'],['../structllama_1_1ArrayExtents_3_01T_01_4.html#aa049fba3ae38f86c381b4014477d39ac',1,'llama::ArrayExtents< T >::rankDynamic()']]], - ['rankstatic_1413',['rankStatic',['../structllama_1_1ArrayExtents.html#a61bf37584da582be077d5858b220a909',1,'llama::ArrayExtents::rankStatic()'],['../structllama_1_1ArrayExtents_3_01T_01_4.html#a1db071f3aa8e955a109f7c4a8238e969',1,'llama::ArrayExtents< T >::rankStatic()']]], - ['reads_1414',['reads',['../structllama_1_1mapping_1_1AccessCounts.html#a6ba565a36cc065f5c7a2bbaf8057d72a',1,'llama::mapping::AccessCounts']]], - ['recordcoordcommonprefixisbigger_1415',['recordCoordCommonPrefixIsBigger',['../namespacellama.html#a8660330eb77e8654033787e86b8da6ed',1,'llama']]], - ['recordcoordcommonprefixissame_1416',['recordCoordCommonPrefixIsSame',['../namespacellama.html#a50289a09b368b8f1c333e3d6feb49398',1,'llama']]], - ['recordcoordtagsstorage_1417',['recordCoordTagsStorage',['../namespacellama_1_1internal.html#aadb89628e7b37c78df955928a1934c00',1,'llama::internal']]], - ['ref_1418',['ref',['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a54fa2b3a5a1281eb05865b80cbaef2c9',1,'llama::accessor::Locked::Reference']]], - ['resulttree_1419',['resultTree',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a05de6e64a1ae1d70c6ee6dd7e8387636',1,'llama::mapping::tree::Mapping']]] + ['rank_1416',['rank',['../structllama_1_1ArrayIndex.html#a09d5dffbdde28ac87fc8ef1f20340593',1,'llama::ArrayIndex::rank()'],['../structllama_1_1ArrayExtents.html#aa368d8287fad34884c1ccfdb01d527dc',1,'llama::ArrayExtents::rank()'],['../structllama_1_1ArrayExtents_3_01T_01_4.html#a4c0c9b1ef4553bf85aec1033ffe9ffba',1,'llama::ArrayExtents< T >::rank()'],['../structllama_1_1ArrayIndexIterator.html#a3eb86c873b8b0e82f711d9b2bf43ca43',1,'llama::ArrayIndexIterator::rank()']]], + ['rankdynamic_1417',['rankDynamic',['../structllama_1_1ArrayExtents.html#a7a3c0f899a9568d7399c4be97824ba82',1,'llama::ArrayExtents::rankDynamic()'],['../structllama_1_1ArrayExtents_3_01T_01_4.html#aa049fba3ae38f86c381b4014477d39ac',1,'llama::ArrayExtents< T >::rankDynamic()']]], + ['rankstatic_1418',['rankStatic',['../structllama_1_1ArrayExtents.html#a61bf37584da582be077d5858b220a909',1,'llama::ArrayExtents::rankStatic()'],['../structllama_1_1ArrayExtents_3_01T_01_4.html#a1db071f3aa8e955a109f7c4a8238e969',1,'llama::ArrayExtents< T >::rankStatic()']]], + ['reads_1419',['reads',['../structllama_1_1mapping_1_1AccessCounts.html#a6ba565a36cc065f5c7a2bbaf8057d72a',1,'llama::mapping::AccessCounts']]], + ['recordcoordcommonprefixisbigger_1420',['recordCoordCommonPrefixIsBigger',['../namespacellama.html#a8660330eb77e8654033787e86b8da6ed',1,'llama']]], + ['recordcoordcommonprefixissame_1421',['recordCoordCommonPrefixIsSame',['../namespacellama.html#a50289a09b368b8f1c333e3d6feb49398',1,'llama']]], + ['recordcoordtagsstorage_1422',['recordCoordTagsStorage',['../namespacellama_1_1internal.html#aadb89628e7b37c78df955928a1934c00',1,'llama::internal']]], + ['ref_1423',['ref',['../structllama_1_1accessor_1_1Locked_1_1Reference.html#a54fa2b3a5a1281eb05865b80cbaef2c9',1,'llama::accessor::Locked::Reference']]], + ['resulttree_1424',['resultTree',['../structllama_1_1mapping_1_1tree_1_1Mapping.html#a05de6e64a1ae1d70c6ee6dd7e8387636',1,'llama::mapping::tree::Mapping']]] ]; diff --git a/structllama_1_1Array-members.html b/structllama_1_1Array-members.html index e0d0ae4aed..f9f8090c6a 100644 --- a/structllama_1_1Array-members.html +++ b/structllama_1_1Array-members.html @@ -115,7 +115,7 @@ diff --git a/structllama_1_1Array.html b/structllama_1_1Array.html index 168fbb5344..36f968a9d2 100644 --- a/structllama_1_1Array.html +++ b/structllama_1_1Array.html @@ -827,7 +827,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1ArrayExtents-members.html b/structllama_1_1ArrayExtents-members.html index b4aeb5b086..e32e8b06a9 100644 --- a/structllama_1_1ArrayExtents-members.html +++ b/structllama_1_1ArrayExtents-members.html @@ -118,7 +118,7 @@ diff --git a/structllama_1_1ArrayExtents.html b/structllama_1_1ArrayExtents.html index 1efab7ca15..eff908eb96 100644 --- a/structllama_1_1ArrayExtents.html +++ b/structllama_1_1ArrayExtents.html @@ -413,7 +413,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1ArrayExtents_3_01T_01_4-members.html b/structllama_1_1ArrayExtents_3_01T_01_4-members.html index 1b03eafcdf..c01394516e 100644 --- a/structllama_1_1ArrayExtents_3_01T_01_4-members.html +++ b/structllama_1_1ArrayExtents_3_01T_01_4-members.html @@ -100,7 +100,7 @@ diff --git a/structllama_1_1ArrayExtents_3_01T_01_4.html b/structllama_1_1ArrayExtents_3_01T_01_4.html index 6f38723505..1d5b341e1d 100644 --- a/structllama_1_1ArrayExtents_3_01T_01_4.html +++ b/structllama_1_1ArrayExtents_3_01T_01_4.html @@ -277,7 +277,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1ArrayIndex-members.html b/structllama_1_1ArrayIndex-members.html index 6a30ebd260..4a44e41c10 100644 --- a/structllama_1_1ArrayIndex-members.html +++ b/structllama_1_1ArrayIndex-members.html @@ -113,7 +113,7 @@ diff --git a/structllama_1_1ArrayIndex.html b/structllama_1_1ArrayIndex.html index 558ad4b0ed..3f226c3677 100644 --- a/structllama_1_1ArrayIndex.html +++ b/structllama_1_1ArrayIndex.html @@ -209,7 +209,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1ArrayIndexIterator-members.html b/structllama_1_1ArrayIndexIterator-members.html index 5f897d72d3..18ac02f77c 100644 --- a/structllama_1_1ArrayIndexIterator-members.html +++ b/structllama_1_1ArrayIndexIterator-members.html @@ -121,7 +121,7 @@ diff --git a/structllama_1_1ArrayIndexIterator.html b/structllama_1_1ArrayIndexIterator.html index e04caacd07..0df53381c9 100644 --- a/structllama_1_1ArrayIndexIterator.html +++ b/structllama_1_1ArrayIndexIterator.html @@ -1053,7 +1053,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1ArrayIndexRange-members.html b/structllama_1_1ArrayIndexRange-members.html index bf4cc29232..f010fa9032 100644 --- a/structllama_1_1ArrayIndexRange-members.html +++ b/structllama_1_1ArrayIndexRange-members.html @@ -100,7 +100,7 @@ diff --git a/structllama_1_1ArrayIndexRange.html b/structllama_1_1ArrayIndexRange.html index 8dade8c4f7..039d5c994b 100644 --- a/structllama_1_1ArrayIndexRange.html +++ b/structllama_1_1ArrayIndexRange.html @@ -265,7 +265,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1Array_3_01T_00_010_01_4-members.html b/structllama_1_1Array_3_01T_00_010_01_4-members.html index 8d4e2fea14..9717c0b929 100644 --- a/structllama_1_1Array_3_01T_00_010_01_4-members.html +++ b/structllama_1_1Array_3_01T_00_010_01_4-members.html @@ -114,7 +114,7 @@ diff --git a/structllama_1_1Array_3_01T_00_010_01_4.html b/structllama_1_1Array_3_01T_00_010_01_4.html index 2d38fd56a2..1888dc4f1d 100644 --- a/structllama_1_1Array_3_01T_00_010_01_4.html +++ b/structllama_1_1Array_3_01T_00_010_01_4.html @@ -795,7 +795,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1Copy-members.html b/structllama_1_1Copy-members.html index d3e18ee124..4aa3cac001 100644 --- a/structllama_1_1Copy-members.html +++ b/structllama_1_1Copy-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1Copy.html b/structllama_1_1Copy.html index 977d5defea..a8c1fd4d63 100644 --- a/structllama_1_1Copy.html +++ b/structllama_1_1Copy.html @@ -107,7 +107,7 @@

                                                                  Generic implementation of copy defaulting to fieldWiseCopy. LLAMA provides several specializations of this construct for specific mappings. Users are encouraged to also specialize this template with better copy algorithms for further combinations of mappings, if they can and want to provide a better implementation.

                                                                  -

                                                                  Definition at line 295 of file Copy.hpp.

                                                                  +

                                                                  Definition at line 334 of file Copy.hpp.

                                                                  Member Function Documentation

                                                                  ◆ operator()()

                                                                  @@ -159,7 +159,7 @@

                                                                  -

                                                                  Definition at line 298 of file Copy.hpp.

                                                                  +

                                                                  Definition at line 337 of file Copy.hpp.

                                                                  @@ -172,7 +172,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4-members.html b/structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4-members.html index 5c841beb0d..6459c679f1 100644 --- a/structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4-members.html +++ b/structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4.html b/structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4.html index 1ac69f7ad1..2144e4ba86 100644 --- a/structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4.html +++ b/structllama_1_1Copy_3_01Mapping_00_01Mapping_01_4.html @@ -103,7 +103,7 @@ struct llama::Copy< Mapping, Mapping >

                                                                  -

                                                                  Definition at line 306 of file Copy.hpp.

                                                                  +

                                                                  Definition at line 345 of file Copy.hpp.

                                                                  Member Function Documentation

                                                                  ◆ operator()()

                                                                  @@ -155,7 +155,7 @@

                                                                  -

                                                                  Definition at line 309 of file Copy.hpp.

                                                                  +

                                                                  Definition at line 348 of file Copy.hpp.

                                                                  @@ -168,7 +168,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line11f7a65503ed8483469ed77384edbdb3.html b/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line11f7a65503ed8483469ed77384edbdb3.html index 12b527003f..667656f49c 100644 --- a/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line11f7a65503ed8483469ed77384edbdb3.html +++ b/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line11f7a65503ed8483469ed77384edbdb3.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line859743977e4e49efc57e47040098b4b8.html b/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line859743977e4e49efc57e47040098b4b8.html index 2fcc8ca5c0..88648abf32 100644 --- a/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line859743977e4e49efc57e47040098b4b8.html +++ b/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line859743977e4e49efc57e47040098b4b8.html @@ -103,7 +103,7 @@ struct llama::Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::SoA< ArrayExtents, RecordDim, DstBlobs, DstSubArrayAlignment, LinearizeArrayIndex, PermuteFields > >

                                                                  -

                                                                  Definition at line 353 of file Copy.hpp.

                                                                  +

                                                                  Definition at line 393 of file Copy.hpp.

                                                                  Member Function Documentation

                                                                  ◆ operator()()

                                                                  @@ -155,7 +155,7 @@

                                                                  -

                                                                  Definition at line 358 of file Copy.hpp.

                                                                  +

                                                                  Definition at line 398 of file Copy.hpp.

                                                                  @@ -168,7 +168,7 @@

                                                                  diff --git a/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line881128772ad2aff8a7012428a36f7cfb.html b/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line881128772ad2aff8a7012428a36f7cfb.html index f645e52761..aae2a09865 100644 --- a/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line881128772ad2aff8a7012428a36f7cfb.html +++ b/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Line881128772ad2aff8a7012428a36f7cfb.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Linecca40af6cbfeabebd92c0340cc1055ba.html b/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Linecca40af6cbfeabebd92c0340cc1055ba.html index 8501ec28ff..4693a22cad 100644 --- a/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Linecca40af6cbfeabebd92c0340cc1055ba.html +++ b/structllama_1_1Copy_3_01mapping_1_1AoSoA_3_01ArrayExtents_00_01RecordDim_00_01LanesSrc_00_01Linecca40af6cbfeabebd92c0340cc1055ba.html @@ -103,7 +103,7 @@ struct llama::Copy< mapping::AoSoA< ArrayExtents, RecordDim, LanesSrc, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields >, std::enable_if_t< LanesSrc !=LanesDst > >

                                                                  -

                                                                  Definition at line 324 of file Copy.hpp.

                                                                  +

                                                                  Definition at line 364 of file Copy.hpp.

                                                                  Member Function Documentation

                                                                  ◆ operator()()

                                                                  @@ -155,7 +155,7 @@

                                                                  -

                                                                  Definition at line 330 of file Copy.hpp.

                                                                  +

                                                                  Definition at line 370 of file Copy.hpp.

                                                                  @@ -168,7 +168,7 @@

                                                                  diff --git a/structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub6cd21b6bacf8db934bbacd0872a30b3b.html b/structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub6cd21b6bacf8db934bbacd0872a30b3b.html index 899cebf1cd..af5d4a087e 100644 --- a/structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub6cd21b6bacf8db934bbacd0872a30b3b.html +++ b/structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub6cd21b6bacf8db934bbacd0872a30b3b.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub712ac8967d7b9cd8f921b93e85e89274.html b/structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub712ac8967d7b9cd8f921b93e85e89274.html index 95862cc9e2..82b21c95e3 100644 --- a/structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub712ac8967d7b9cd8f921b93e85e89274.html +++ b/structllama_1_1Copy_3_01mapping_1_1SoA_3_01ArrayExtents_00_01RecordDim_00_01SrcBlobs_00_01SrcSub712ac8967d7b9cd8f921b93e85e89274.html @@ -103,7 +103,7 @@ struct llama::Copy< mapping::SoA< ArrayExtents, RecordDim, SrcBlobs, SrcSubArrayAlignment, LinearizeArrayIndex, PermuteFields >, mapping::AoSoA< ArrayExtents, RecordDim, LanesDst, LinearizeArrayIndex, PermuteFields > >

                                                                  -

                                                                  Definition at line 383 of file Copy.hpp.

                                                                  +

                                                                  Definition at line 423 of file Copy.hpp.

                                                                  Member Function Documentation

                                                                  ◆ operator()()

                                                                  @@ -155,7 +155,7 @@

                                                                  -

                                                                  Definition at line 388 of file Copy.hpp.

                                                                  +

                                                                  Definition at line 428 of file Copy.hpp.

                                                                  @@ -168,7 +168,7 @@

                                                                  diff --git a/structllama_1_1Field.html b/structllama_1_1Field.html index 8ed50217fc..68cba46d5a 100644 --- a/structllama_1_1Field.html +++ b/structllama_1_1Field.html @@ -110,7 +110,7 @@ diff --git a/structllama_1_1Iterator-members.html b/structllama_1_1Iterator-members.html index 9256afa651..6e928b22a8 100644 --- a/structllama_1_1Iterator-members.html +++ b/structllama_1_1Iterator-members.html @@ -123,7 +123,7 @@ diff --git a/structllama_1_1Iterator.html b/structllama_1_1Iterator.html index e9b1de99e2..e72053cf5b 100644 --- a/structllama_1_1Iterator.html +++ b/structllama_1_1Iterator.html @@ -1095,7 +1095,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1NoName.html b/structllama_1_1NoName.html index f101efa19f..0432c19d94 100644 --- a/structllama_1_1NoName.html +++ b/structllama_1_1NoName.html @@ -104,7 +104,7 @@ diff --git a/structllama_1_1NrAndOffset-members.html b/structllama_1_1NrAndOffset-members.html index 07e61d864c..af6b3899d3 100644 --- a/structllama_1_1NrAndOffset-members.html +++ b/structllama_1_1NrAndOffset-members.html @@ -97,7 +97,7 @@ diff --git a/structllama_1_1NrAndOffset.html b/structllama_1_1NrAndOffset.html index 7c6006ff72..94d29fc31b 100644 --- a/structllama_1_1NrAndOffset.html +++ b/structllama_1_1NrAndOffset.html @@ -199,7 +199,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1PrettySize-members.html b/structllama_1_1PrettySize-members.html index d695d2b58e..51a760b64b 100644 --- a/structllama_1_1PrettySize-members.html +++ b/structllama_1_1PrettySize-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1PrettySize.html b/structllama_1_1PrettySize.html index b06ba1d2e6..576cb6773d 100644 --- a/structllama_1_1PrettySize.html +++ b/structllama_1_1PrettySize.html @@ -144,7 +144,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1ProxyRefOpMixin-members.html b/structllama_1_1ProxyRefOpMixin-members.html index 70e27965f6..b93fe1925c 100644 --- a/structllama_1_1ProxyRefOpMixin-members.html +++ b/structllama_1_1ProxyRefOpMixin-members.html @@ -109,7 +109,7 @@ diff --git a/structllama_1_1ProxyRefOpMixin.html b/structllama_1_1ProxyRefOpMixin.html index 76c46ceba5..8043fd7caf 100644 --- a/structllama_1_1ProxyRefOpMixin.html +++ b/structllama_1_1ProxyRefOpMixin.html @@ -622,7 +622,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1Record.html b/structllama_1_1Record.html index df76a25e95..b4fa79a7a5 100644 --- a/structllama_1_1Record.html +++ b/structllama_1_1Record.html @@ -107,7 +107,7 @@ diff --git a/structllama_1_1RecordCoord-members.html b/structllama_1_1RecordCoord-members.html index f581e250c2..aa2c07faa8 100644 --- a/structllama_1_1RecordCoord-members.html +++ b/structllama_1_1RecordCoord-members.html @@ -98,7 +98,7 @@ diff --git a/structllama_1_1RecordCoord.html b/structllama_1_1RecordCoord.html index e5e468c3fd..0903644f4b 100644 --- a/structllama_1_1RecordCoord.html +++ b/structllama_1_1RecordCoord.html @@ -229,7 +229,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1RecordCoord_3_4-members.html b/structllama_1_1RecordCoord_3_4-members.html index c77aa3ccf5..6c3f0b4fac 100644 --- a/structllama_1_1RecordCoord_3_4-members.html +++ b/structllama_1_1RecordCoord_3_4-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1RecordCoord_3_4.html b/structllama_1_1RecordCoord_3_4.html index c3ca65151c..694d0ebc86 100644 --- a/structllama_1_1RecordCoord_3_4.html +++ b/structllama_1_1RecordCoord_3_4.html @@ -157,7 +157,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1RecordRef-members.html b/structllama_1_1RecordRef-members.html index e9296b4869..5dd8674383 100644 --- a/structllama_1_1RecordRef-members.html +++ b/structllama_1_1RecordRef-members.html @@ -150,7 +150,7 @@ diff --git a/structllama_1_1RecordRef.html b/structllama_1_1RecordRef.html index 1da9599dcd..311b5e295c 100644 --- a/structllama_1_1RecordRef.html +++ b/structllama_1_1RecordRef.html @@ -2286,7 +2286,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1RecordRef_1_1Loader-members.html b/structllama_1_1RecordRef_1_1Loader-members.html index 99cc75fd8c..bda7cf867b 100644 --- a/structllama_1_1RecordRef_1_1Loader-members.html +++ b/structllama_1_1RecordRef_1_1Loader-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1RecordRef_1_1Loader.html b/structllama_1_1RecordRef_1_1Loader.html index b6265ce443..9af5292749 100644 --- a/structllama_1_1RecordRef_1_1Loader.html +++ b/structllama_1_1RecordRef_1_1Loader.html @@ -182,7 +182,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1RecordRef_1_1LoaderConst-members.html b/structllama_1_1RecordRef_1_1LoaderConst-members.html index 6451d1c20c..a9b76dcaed 100644 --- a/structllama_1_1RecordRef_1_1LoaderConst-members.html +++ b/structllama_1_1RecordRef_1_1LoaderConst-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1RecordRef_1_1LoaderConst.html b/structllama_1_1RecordRef_1_1LoaderConst.html index 05df59c81e..72e6589493 100644 --- a/structllama_1_1RecordRef_1_1LoaderConst.html +++ b/structllama_1_1RecordRef_1_1LoaderConst.html @@ -182,7 +182,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1ScopedUpdate-members.html b/structllama_1_1ScopedUpdate-members.html index 5e0f6a9fb0..4128001407 100644 --- a/structllama_1_1ScopedUpdate-members.html +++ b/structllama_1_1ScopedUpdate-members.html @@ -103,7 +103,7 @@ diff --git a/structllama_1_1ScopedUpdate.html b/structllama_1_1ScopedUpdate.html index ea00c981b9..0ec7644582 100644 --- a/structllama_1_1ScopedUpdate.html +++ b/structllama_1_1ScopedUpdate.html @@ -419,7 +419,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__be4cfa85a4dfe19473dad963aa2e2a2a.html b/structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__be4cfa85a4dfe19473dad963aa2e2a2a.html index 84f76fadf9..9978e9d05a 100644 --- a/structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__be4cfa85a4dfe19473dad963aa2e2a2a.html +++ b/structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__be4cfa85a4dfe19473dad963aa2e2a2a.html @@ -120,7 +120,7 @@ diff --git a/structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html b/structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html index eb7482e6ad..283a016358 100644 --- a/structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html +++ b/structllama_1_1ScopedUpdate_3_01Reference_00_01std_1_1enable__if__t_3_01std_1_1is__fundamental__e14f71eb64730a69a1b74dea5c5f8b59.html @@ -530,7 +530,7 @@

                                                                  diff --git a/structllama_1_1SimdTraits.html b/structllama_1_1SimdTraits.html index 7edaae0cb5..2fd9d84353 100644 --- a/structllama_1_1SimdTraits.html +++ b/structllama_1_1SimdTraits.html @@ -109,7 +109,7 @@ diff --git a/structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4-members.html b/structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4-members.html index bd04b06e69..0661fbff87 100644 --- a/structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4-members.html +++ b/structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4-members.html @@ -98,7 +98,7 @@ diff --git a/structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html b/structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html index 8a68c42c0c..9ca680fb85 100644 --- a/structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html +++ b/structllama_1_1SimdTraits_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__arithmetic__v_3_01T_01_4_01_4_01_4.html @@ -244,7 +244,7 @@

                                                                  diff --git a/structllama_1_1SubView-members.html b/structllama_1_1SubView-members.html index c1267084f3..7dc6190765 100644 --- a/structllama_1_1SubView-members.html +++ b/structllama_1_1SubView-members.html @@ -121,7 +121,7 @@ diff --git a/structllama_1_1SubView.html b/structllama_1_1SubView.html index 27091d8351..c685be00a3 100644 --- a/structllama_1_1SubView.html +++ b/structllama_1_1SubView.html @@ -895,7 +895,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1Tuple.html b/structllama_1_1Tuple.html index f77ad2b3d4..1968135201 100644 --- a/structllama_1_1Tuple.html +++ b/structllama_1_1Tuple.html @@ -103,7 +103,7 @@ diff --git a/structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4-members.html b/structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4-members.html index 09e179e4c0..316c1d9c6f 100644 --- a/structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4-members.html +++ b/structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4-members.html @@ -106,7 +106,7 @@ diff --git a/structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html b/structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html index b007cac6ef..719c7f5773 100644 --- a/structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html +++ b/structllama_1_1Tuple_3_01TFirstElement_00_01RestElements_8_8_8_01_4.html @@ -458,7 +458,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1Vector-members.html b/structllama_1_1Vector-members.html index ae88d68df8..6d94a1c5ae 100644 --- a/structllama_1_1Vector-members.html +++ b/structllama_1_1Vector-members.html @@ -141,7 +141,7 @@ diff --git a/structllama_1_1Vector.html b/structllama_1_1Vector.html index 2287f1893d..32bf0272f4 100644 --- a/structllama_1_1Vector.html +++ b/structllama_1_1Vector.html @@ -1697,7 +1697,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1View-members.html b/structllama_1_1View-members.html index 5169ae2655..380b822f7f 100644 --- a/structllama_1_1View-members.html +++ b/structllama_1_1View-members.html @@ -127,7 +127,7 @@ diff --git a/structllama_1_1View.html b/structllama_1_1View.html index ee331d727d..ff79448795 100644 --- a/structllama_1_1View.html +++ b/structllama_1_1View.html @@ -1133,7 +1133,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1accessor_1_1ByValue-members.html b/structllama_1_1accessor_1_1ByValue-members.html index 2b31357dbb..2622bfa02a 100644 --- a/structllama_1_1accessor_1_1ByValue-members.html +++ b/structllama_1_1accessor_1_1ByValue-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1accessor_1_1ByValue.html b/structllama_1_1accessor_1_1ByValue.html index 5690d3ea85..6e74aec3fc 100644 --- a/structllama_1_1accessor_1_1ByValue.html +++ b/structllama_1_1accessor_1_1ByValue.html @@ -145,7 +145,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1accessor_1_1Const-members.html b/structllama_1_1accessor_1_1Const-members.html index e7bea1f308..bb6702938e 100644 --- a/structllama_1_1accessor_1_1Const-members.html +++ b/structllama_1_1accessor_1_1Const-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1accessor_1_1Const.html b/structllama_1_1accessor_1_1Const.html index 1f1c6e2a4f..ea8474db9a 100644 --- a/structllama_1_1accessor_1_1Const.html +++ b/structllama_1_1accessor_1_1Const.html @@ -185,7 +185,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1accessor_1_1Const_1_1Reference-members.html b/structllama_1_1accessor_1_1Const_1_1Reference-members.html index 0b139a6200..edb14d31f9 100644 --- a/structllama_1_1accessor_1_1Const_1_1Reference-members.html +++ b/structllama_1_1accessor_1_1Const_1_1Reference-members.html @@ -114,7 +114,7 @@ diff --git a/structllama_1_1accessor_1_1Const_1_1Reference.html b/structllama_1_1accessor_1_1Const_1_1Reference.html index 31fe5abee9..f690ece4e2 100644 --- a/structllama_1_1accessor_1_1Const_1_1Reference.html +++ b/structllama_1_1accessor_1_1Const_1_1Reference.html @@ -350,7 +350,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1accessor_1_1Default-members.html b/structllama_1_1accessor_1_1Default-members.html index 17d3ddff39..841b064dba 100644 --- a/structllama_1_1accessor_1_1Default-members.html +++ b/structllama_1_1accessor_1_1Default-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1accessor_1_1Default.html b/structllama_1_1accessor_1_1Default.html index 56613d16dd..509121178d 100644 --- a/structllama_1_1accessor_1_1Default.html +++ b/structllama_1_1accessor_1_1Default.html @@ -161,7 +161,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1accessor_1_1Locked-members.html b/structllama_1_1accessor_1_1Locked-members.html index bb024c8253..9ebd0abb22 100644 --- a/structllama_1_1accessor_1_1Locked-members.html +++ b/structllama_1_1accessor_1_1Locked-members.html @@ -97,7 +97,7 @@ diff --git a/structllama_1_1accessor_1_1Locked.html b/structllama_1_1accessor_1_1Locked.html index 419688c836..ee66dcb88f 100644 --- a/structllama_1_1accessor_1_1Locked.html +++ b/structllama_1_1accessor_1_1Locked.html @@ -229,7 +229,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1accessor_1_1Locked_1_1Reference-members.html b/structllama_1_1accessor_1_1Locked_1_1Reference-members.html index 032b1b8f72..c35436abfe 100644 --- a/structllama_1_1accessor_1_1Locked_1_1Reference-members.html +++ b/structllama_1_1accessor_1_1Locked_1_1Reference-members.html @@ -114,7 +114,7 @@ diff --git a/structllama_1_1accessor_1_1Locked_1_1Reference.html b/structllama_1_1accessor_1_1Locked_1_1Reference.html index e8dfce0e67..f1e46e5650 100644 --- a/structllama_1_1accessor_1_1Locked_1_1Reference.html +++ b/structllama_1_1accessor_1_1Locked_1_1Reference.html @@ -345,7 +345,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1accessor_1_1Restrict-members.html b/structllama_1_1accessor_1_1Restrict-members.html index 21e333d188..83b7f3b6d4 100644 --- a/structllama_1_1accessor_1_1Restrict-members.html +++ b/structllama_1_1accessor_1_1Restrict-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1accessor_1_1Restrict.html b/structllama_1_1accessor_1_1Restrict.html index d2d40caa96..733fe8327c 100644 --- a/structllama_1_1accessor_1_1Restrict.html +++ b/structllama_1_1accessor_1_1Restrict.html @@ -146,7 +146,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1accessor_1_1Stacked-members.html b/structllama_1_1accessor_1_1Stacked-members.html index 18d8ec11df..b3643a1362 100644 --- a/structllama_1_1accessor_1_1Stacked-members.html +++ b/structllama_1_1accessor_1_1Stacked-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1accessor_1_1Stacked.html b/structllama_1_1accessor_1_1Stacked.html index e35a53fa47..e125e65563 100644 --- a/structllama_1_1accessor_1_1Stacked.html +++ b/structllama_1_1accessor_1_1Stacked.html @@ -138,7 +138,7 @@ diff --git a/structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4-members.html b/structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4-members.html index 53300a98e7..190d982024 100644 --- a/structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4-members.html +++ b/structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4-members.html @@ -99,7 +99,7 @@ diff --git a/structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html b/structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html index 12c4c50223..5b71e5db5b 100644 --- a/structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html +++ b/structllama_1_1accessor_1_1Stacked_3_01FirstAccessor_00_01MoreAccessors_8_8_8_01_4.html @@ -298,7 +298,7 @@

                                                                  diff --git a/structllama_1_1accessor_1_1internal_1_1StackedLeave.html b/structllama_1_1accessor_1_1internal_1_1StackedLeave.html index 19222b5c65..34b744d57d 100644 --- a/structllama_1_1accessor_1_1internal_1_1StackedLeave.html +++ b/structllama_1_1accessor_1_1internal_1_1StackedLeave.html @@ -125,7 +125,7 @@ diff --git a/structllama_1_1bloballoc_1_1AlignedAllocator-members.html b/structllama_1_1bloballoc_1_1AlignedAllocator-members.html index 4816b4eefe..c55b76d8b8 100644 --- a/structllama_1_1bloballoc_1_1AlignedAllocator-members.html +++ b/structllama_1_1bloballoc_1_1AlignedAllocator-members.html @@ -101,7 +101,7 @@ diff --git a/structllama_1_1bloballoc_1_1AlignedAllocator.html b/structllama_1_1bloballoc_1_1AlignedAllocator.html index 4c6007a0ae..4f103fd02e 100644 --- a/structllama_1_1bloballoc_1_1AlignedAllocator.html +++ b/structllama_1_1bloballoc_1_1AlignedAllocator.html @@ -352,7 +352,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind-members.html b/structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind-members.html index 2fe12c2369..79eb818d29 100644 --- a/structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind-members.html +++ b/structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind.html b/structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind.html index e68db56fec..2307dab5f7 100644 --- a/structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind.html +++ b/structllama_1_1bloballoc_1_1AlignedAllocator_1_1rebind.html @@ -134,7 +134,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1bloballoc_1_1AlpakaBuf-members.html b/structllama_1_1bloballoc_1_1AlpakaBuf-members.html index a5618b177a..f6956435b7 100644 --- a/structllama_1_1bloballoc_1_1AlpakaBuf-members.html +++ b/structllama_1_1bloballoc_1_1AlpakaBuf-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1bloballoc_1_1AlpakaBuf.html b/structllama_1_1bloballoc_1_1AlpakaBuf.html index 1fe6f82806..4c9116f0cb 100644 --- a/structllama_1_1bloballoc_1_1AlpakaBuf.html +++ b/structllama_1_1bloballoc_1_1AlpakaBuf.html @@ -185,7 +185,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1bloballoc_1_1Array-members.html b/structllama_1_1bloballoc_1_1Array-members.html index c8c6e3e731..f2c7de700c 100644 --- a/structllama_1_1bloballoc_1_1Array-members.html +++ b/structllama_1_1bloballoc_1_1Array-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1bloballoc_1_1Array.html b/structllama_1_1bloballoc_1_1Array.html index be93324d2e..c250690eab 100644 --- a/structllama_1_1bloballoc_1_1Array.html +++ b/structllama_1_1bloballoc_1_1Array.html @@ -169,7 +169,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1bloballoc_1_1Array_1_1AlignedArray-members.html b/structllama_1_1bloballoc_1_1Array_1_1AlignedArray-members.html index b019b2648d..e754fc6707 100644 --- a/structllama_1_1bloballoc_1_1Array_1_1AlignedArray-members.html +++ b/structllama_1_1bloballoc_1_1Array_1_1AlignedArray-members.html @@ -112,7 +112,7 @@ diff --git a/structllama_1_1bloballoc_1_1Array_1_1AlignedArray.html b/structllama_1_1bloballoc_1_1Array_1_1AlignedArray.html index 47bcd5b748..213b2b285f 100644 --- a/structllama_1_1bloballoc_1_1Array_1_1AlignedArray.html +++ b/structllama_1_1bloballoc_1_1Array_1_1AlignedArray.html @@ -171,7 +171,7 @@ diff --git a/structllama_1_1bloballoc_1_1SharedPtr-members.html b/structllama_1_1bloballoc_1_1SharedPtr-members.html index 0deded6ad2..3a556e83cf 100644 --- a/structllama_1_1bloballoc_1_1SharedPtr-members.html +++ b/structllama_1_1bloballoc_1_1SharedPtr-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1bloballoc_1_1SharedPtr.html b/structllama_1_1bloballoc_1_1SharedPtr.html index c82a6f1352..80064e39c7 100644 --- a/structllama_1_1bloballoc_1_1SharedPtr.html +++ b/structllama_1_1bloballoc_1_1SharedPtr.html @@ -153,7 +153,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1bloballoc_1_1UniquePtr-members.html b/structllama_1_1bloballoc_1_1UniquePtr-members.html index 8fe62a5ed9..d76cf379ad 100644 --- a/structllama_1_1bloballoc_1_1UniquePtr-members.html +++ b/structllama_1_1bloballoc_1_1UniquePtr-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1bloballoc_1_1UniquePtr.html b/structllama_1_1bloballoc_1_1UniquePtr.html index 736d728e31..ba0e1aed23 100644 --- a/structllama_1_1bloballoc_1_1UniquePtr.html +++ b/structllama_1_1bloballoc_1_1UniquePtr.html @@ -152,7 +152,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1bloballoc_1_1Vector-members.html b/structllama_1_1bloballoc_1_1Vector-members.html index d1c904fa74..f9eac69e7d 100644 --- a/structllama_1_1bloballoc_1_1Vector-members.html +++ b/structllama_1_1bloballoc_1_1Vector-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1bloballoc_1_1Vector.html b/structllama_1_1bloballoc_1_1Vector.html index f97e4a050f..67ba129f99 100644 --- a/structllama_1_1bloballoc_1_1Vector.html +++ b/structllama_1_1bloballoc_1_1Vector.html @@ -152,7 +152,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1Assign-members.html b/structllama_1_1internal_1_1Assign-members.html index 532dc070ec..78e479d2ae 100644 --- a/structllama_1_1internal_1_1Assign-members.html +++ b/structllama_1_1internal_1_1Assign-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1Assign.html b/structllama_1_1internal_1_1Assign.html index 3c6767b710..1bf30b22d3 100644 --- a/structllama_1_1internal_1_1Assign.html +++ b/structllama_1_1internal_1_1Assign.html @@ -152,7 +152,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1BindMakeSizedSimd-members.html b/structllama_1_1internal_1_1BindMakeSizedSimd-members.html index e1177bd76f..aa56d7da35 100644 --- a/structllama_1_1internal_1_1BindMakeSizedSimd-members.html +++ b/structllama_1_1internal_1_1BindMakeSizedSimd-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1BindMakeSizedSimd.html b/structllama_1_1internal_1_1BindMakeSizedSimd.html index 04c16fc7ed..784d369ea8 100644 --- a/structllama_1_1internal_1_1BindMakeSizedSimd.html +++ b/structllama_1_1internal_1_1BindMakeSizedSimd.html @@ -134,7 +134,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1BoxedValue-members.html b/structllama_1_1internal_1_1BoxedValue-members.html index ef099c8dbe..d421e8b59f 100644 --- a/structllama_1_1internal_1_1BoxedValue-members.html +++ b/structllama_1_1internal_1_1BoxedValue-members.html @@ -97,7 +97,7 @@ diff --git a/structllama_1_1internal_1_1BoxedValue.html b/structllama_1_1internal_1_1BoxedValue.html index e33770864d..902f4da692 100644 --- a/structllama_1_1internal_1_1BoxedValue.html +++ b/structllama_1_1internal_1_1BoxedValue.html @@ -224,7 +224,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4-members.html b/structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4-members.html index a0dd6d7c6a..d04c3da19e 100644 --- a/structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4-members.html +++ b/structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4-members.html @@ -97,7 +97,7 @@ diff --git a/structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html b/structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html index 2e6cee32b7..7b61b80f02 100644 --- a/structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html +++ b/structllama_1_1internal_1_1BoxedValue_3_01Constant_3_01V_01_4_00_01I_01_4.html @@ -208,7 +208,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1DivideAssign-members.html b/structllama_1_1internal_1_1DivideAssign-members.html index e4a97b6c5c..66d3de956b 100644 --- a/structllama_1_1internal_1_1DivideAssign-members.html +++ b/structllama_1_1internal_1_1DivideAssign-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1DivideAssign.html b/structllama_1_1internal_1_1DivideAssign.html index 2e6751b148..34fe578857 100644 --- a/structllama_1_1internal_1_1DivideAssign.html +++ b/structllama_1_1internal_1_1DivideAssign.html @@ -152,7 +152,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1Dyn-members.html b/structllama_1_1internal_1_1Dyn-members.html index 77f3b6ce1d..7a50855917 100644 --- a/structllama_1_1internal_1_1Dyn-members.html +++ b/structllama_1_1internal_1_1Dyn-members.html @@ -99,7 +99,7 @@ diff --git a/structllama_1_1internal_1_1Dyn.html b/structllama_1_1internal_1_1Dyn.html index 174e110074..942093fbe8 100644 --- a/structllama_1_1internal_1_1Dyn.html +++ b/structllama_1_1internal_1_1Dyn.html @@ -321,7 +321,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1FindFieldByTag-members.html b/structllama_1_1internal_1_1FindFieldByTag-members.html index 014ed4a3e2..92b3c54dde 100644 --- a/structllama_1_1internal_1_1FindFieldByTag-members.html +++ b/structllama_1_1internal_1_1FindFieldByTag-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1internal_1_1FindFieldByTag.html b/structllama_1_1internal_1_1FindFieldByTag.html index d7a1983695..45d4ce544d 100644 --- a/structllama_1_1internal_1_1FindFieldByTag.html +++ b/structllama_1_1internal_1_1FindFieldByTag.html @@ -167,7 +167,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1FlattenRecordDimImpl-members.html b/structllama_1_1internal_1_1FlattenRecordDimImpl-members.html index e4912f22ac..a1af990b93 100644 --- a/structllama_1_1internal_1_1FlattenRecordDimImpl-members.html +++ b/structllama_1_1internal_1_1FlattenRecordDimImpl-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1FlattenRecordDimImpl.html b/structllama_1_1internal_1_1FlattenRecordDimImpl.html index 3de0637c05..d4483fb7f2 100644 --- a/structllama_1_1internal_1_1FlattenRecordDimImpl.html +++ b/structllama_1_1internal_1_1FlattenRecordDimImpl.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4-members.html b/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4-members.html index 1b14e59abc..f074999013 100644 --- a/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4-members.html +++ b/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4.html b/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4.html index 14e4e8c815..7444ac6809 100644 --- a/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4.html +++ b/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Child_0fN_0e_4.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4-members.html b/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4-members.html index 1406cfd887..b89fadc8ca 100644 --- a/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4-members.html +++ b/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4.html b/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4.html index 9c343a69a9..5f6fe7ba73 100644 --- a/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4.html +++ b/structllama_1_1internal_1_1FlattenRecordDimImpl_3_01Record_3_01Fields_8_8_8_01_4_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1GetCoordFromTagsImpl.html b/structllama_1_1internal_1_1GetCoordFromTagsImpl.html index 7c7b339b44..dec7891ca6 100644 --- a/structllama_1_1internal_1_1GetCoordFromTagsImpl.html +++ b/structllama_1_1internal_1_1GetCoordFromTagsImpl.html @@ -103,7 +103,7 @@ diff --git a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Rea82f6370a44084538dfd07ee1f739c70.html b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Rea82f6370a44084538dfd07ee1f739c70.html index bad4c4e3c8..0cfb121687 100644 --- a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Rea82f6370a44084538dfd07ee1f739c70.html +++ b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Rea82f6370a44084538dfd07ee1f739c70.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Reec27838248b55fec2f22ae96bc6274fa.html b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Reec27838248b55fec2f22ae96bc6274fa.html index b65d532d13..2bf42d5650 100644 --- a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Reec27838248b55fec2f22ae96bc6274fa.html +++ b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01Reec27838248b55fec2f22ae96bc6274fa.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_4_0013246d85cb9afa4ef03a045cfb732088.html b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_4_0013246d85cb9afa4ef03a045cfb732088.html index 1a09d7873d..efd468330a 100644 --- a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_4_0013246d85cb9afa4ef03a045cfb732088.html +++ b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_4_0013246d85cb9afa4ef03a045cfb732088.html @@ -125,7 +125,7 @@ diff --git a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4-members.html b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4-members.html index ef23cb5d45..bc514aa9f1 100644 --- a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4-members.html +++ b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4.html b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4.html index 183604d436..f4cef3cd4d 100644 --- a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4.html +++ b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01RecordDim_00_01RecordCoord_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor833f25c2d75a5af8d0b70a5aa4371ca9.html b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor833f25c2d75a5af8d0b70a5aa4371ca9.html index c5e6028ba8..3462602127 100644 --- a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor833f25c2d75a5af8d0b70a5aa4371ca9.html +++ b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor833f25c2d75a5af8d0b70a5aa4371ca9.html @@ -97,7 +97,7 @@ diff --git a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html index 71bf0c877e..aa2a0040f4 100644 --- a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html +++ b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoor9dc4730dbf0b2c94fd53092536b251f3.html @@ -184,7 +184,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorb006549913676b1d5139a1b53818a5b4.html b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorb006549913676b1d5139a1b53818a5b4.html index 5661b2222c..4be41dfb06 100644 --- a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorb006549913676b1d5139a1b53818a5b4.html +++ b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorb006549913676b1d5139a1b53818a5b4.html @@ -125,7 +125,7 @@ diff --git a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord568ed2a09f65ad4f2ab947b1ba064d7.html b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord568ed2a09f65ad4f2ab947b1ba064d7.html index 3b6fd08ec7..a11d95dd6a 100644 --- a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord568ed2a09f65ad4f2ab947b1ba064d7.html +++ b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord568ed2a09f65ad4f2ab947b1ba064d7.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorfe79fdbf9645e3871343e16a1c302dbb.html b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorfe79fdbf9645e3871343e16a1c302dbb.html index 79f1a25b00..be56943e4e 100644 --- a/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorfe79fdbf9645e3871343e16a1c302dbb.html +++ b/structllama_1_1internal_1_1GetCoordFromTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorfe79fdbf9645e3871343e16a1c302dbb.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1GetTagImpl-members.html b/structllama_1_1internal_1_1GetTagImpl-members.html index b3f89ee1d6..deff8b669e 100644 --- a/structllama_1_1internal_1_1GetTagImpl-members.html +++ b/structllama_1_1internal_1_1GetTagImpl-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1GetTagImpl.html b/structllama_1_1internal_1_1GetTagImpl.html index 7b863e71cf..3ef9456474 100644 --- a/structllama_1_1internal_1_1GetTagImpl.html +++ b/structllama_1_1internal_1_1GetTagImpl.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4-members.html b/structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4-members.html index 1d438d0fe7..25af167285 100644 --- a/structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4-members.html +++ b/structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4.html b/structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4.html index 921a2a0f95..75610afe40 100644 --- a/structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4.html +++ b/structllama_1_1internal_1_1GetTagImpl_3_01RecordDim_00_01RecordCoord_3_4_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1GetTagsImpl.html b/structllama_1_1internal_1_1GetTagsImpl.html index 61a894a2b4..85d6cc457d 100644 --- a/structllama_1_1internal_1_1GetTagsImpl.html +++ b/structllama_1_1internal_1_1GetTagsImpl.html @@ -101,7 +101,7 @@ diff --git a/structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html b/structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html index d6138c3149..646bc90b21 100644 --- a/structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html +++ b/structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_00_01Coords_8_8_8_01_4_01_4.html @@ -151,7 +151,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_137edae25264456668de151d9cb60c53.html b/structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_137edae25264456668de151d9cb60c53.html index 8e5dd3b508..ae5f402f10 100644 --- a/structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_137edae25264456668de151d9cb60c53.html +++ b/structllama_1_1internal_1_1GetTagsImpl_3_01ChildType_0fCount_0e_00_01RecordCoord_3_01FirstCoord_137edae25264456668de151d9cb60c53.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir5b3c907dd1586e377db581a578d7f0cc.html b/structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir5b3c907dd1586e377db581a578d7f0cc.html index f32c11bdad..bb2a223e13 100644 --- a/structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir5b3c907dd1586e377db581a578d7f0cc.html +++ b/structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir5b3c907dd1586e377db581a578d7f0cc.html @@ -98,7 +98,7 @@ diff --git a/structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html b/structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html index 4fcb6e23fc..035eef1ebe 100644 --- a/structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html +++ b/structllama_1_1internal_1_1GetTagsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01Fir6e3f04ac1206e0b3d3bf8dfbb0ac429a.html @@ -191,7 +191,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4-members.html b/structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4-members.html index 56308d073c..3f380a8f68 100644 --- a/structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4-members.html +++ b/structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4.html b/structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4.html index aae5c84ae2..95fab9c534 100644 --- a/structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4.html +++ b/structllama_1_1internal_1_1GetTagsImpl_3_01T_00_01RecordCoord_3_4_01_4.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1GetTypeImpl-members.html b/structllama_1_1internal_1_1GetTypeImpl-members.html index bb50265386..8ebd967c7c 100644 --- a/structllama_1_1internal_1_1GetTypeImpl-members.html +++ b/structllama_1_1internal_1_1GetTypeImpl-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1GetTypeImpl.html b/structllama_1_1internal_1_1GetTypeImpl.html index b5a792f965..b5300faa89 100644 --- a/structllama_1_1internal_1_1GetTypeImpl.html +++ b/structllama_1_1internal_1_1GetTypeImpl.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_0141d30341164d138264efa5e70e4be8b0.html b/structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_0141d30341164d138264efa5e70e4be8b0.html index a4224e7fee..2363fbeef5 100644 --- a/structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_0141d30341164d138264efa5e70e4be8b0.html +++ b/structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_0141d30341164d138264efa5e70e4be8b0.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_01TailCoords_8_8_8_01_4_01_4.html b/structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_01TailCoords_8_8_8_01_4_01_4.html index 98799147c5..830c98e160 100644 --- a/structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_01TailCoords_8_8_8_01_4_01_4.html +++ b/structllama_1_1internal_1_1GetTypeImpl_3_01ChildType_0fN_0e_00_01RecordCoord_3_01HeadCoord_00_01TailCoords_8_8_8_01_4_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01H03f7fdade84ef69730b959259cdca045.html b/structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01H03f7fdade84ef69730b959259cdca045.html index 014fddacb7..98afb41d6e 100644 --- a/structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01H03f7fdade84ef69730b959259cdca045.html +++ b/structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01H03f7fdade84ef69730b959259cdca045.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html b/structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html index c7352fb83a..48d9afcc50 100644 --- a/structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html +++ b/structllama_1_1internal_1_1GetTypeImpl_3_01Record_3_01Children_8_8_8_01_4_00_01RecordCoord_3_01Hd335281b58bf9419f48b7fc65f5657ab.html @@ -151,7 +151,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4-members.html b/structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4-members.html index 68f6dd66fd..2149469d12 100644 --- a/structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4-members.html +++ b/structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4.html b/structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4.html index 11654f1672..3de99d8c7f 100644 --- a/structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4.html +++ b/structllama_1_1internal_1_1GetTypeImpl_3_01T_00_01RecordCoord_3_4_01_4.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1IndexTypeFromArgs-members.html b/structllama_1_1internal_1_1IndexTypeFromArgs-members.html index 10d661514a..d6295c383c 100644 --- a/structllama_1_1internal_1_1IndexTypeFromArgs-members.html +++ b/structllama_1_1internal_1_1IndexTypeFromArgs-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1IndexTypeFromArgs.html b/structllama_1_1internal_1_1IndexTypeFromArgs.html index 6e2fa0333d..74e922e370 100644 --- a/structllama_1_1internal_1_1IndexTypeFromArgs.html +++ b/structllama_1_1internal_1_1IndexTypeFromArgs.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4-members.html b/structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4-members.html index a9d53e4c1f..c77776078b 100644 --- a/structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4-members.html +++ b/structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4.html b/structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4.html index 1fbdfa94e2..1a1a77e489 100644 --- a/structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4.html +++ b/structllama_1_1internal_1_1IndexTypeFromArgs_3_01Default_00_01FirstInt_00_01Ints_8_8_8_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1IndirectValue-members.html b/structllama_1_1internal_1_1IndirectValue-members.html index 80141a7896..aef88adda1 100644 --- a/structllama_1_1internal_1_1IndirectValue-members.html +++ b/structllama_1_1internal_1_1IndirectValue-members.html @@ -97,7 +97,7 @@ diff --git a/structllama_1_1internal_1_1IndirectValue.html b/structllama_1_1internal_1_1IndirectValue.html index e19c74413c..c0f9c21bea 100644 --- a/structllama_1_1internal_1_1IndirectValue.html +++ b/structllama_1_1internal_1_1IndirectValue.html @@ -200,7 +200,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1IsBoundedArray.html b/structllama_1_1internal_1_1IsBoundedArray.html index 3f6359a591..0e63440003 100644 --- a/structllama_1_1internal_1_1IsBoundedArray.html +++ b/structllama_1_1internal_1_1IsBoundedArray.html @@ -125,7 +125,7 @@ diff --git a/structllama_1_1internal_1_1IsBoundedArray_3_01T_0fN_0e_4.html b/structllama_1_1internal_1_1IsBoundedArray_3_01T_0fN_0e_4.html index 35aad2162c..be677379f8 100644 --- a/structllama_1_1internal_1_1IsBoundedArray_3_01T_0fN_0e_4.html +++ b/structllama_1_1internal_1_1IsBoundedArray_3_01T_0fN_0e_4.html @@ -125,7 +125,7 @@ diff --git a/structllama_1_1internal_1_1IsComputed.html b/structllama_1_1internal_1_1IsComputed.html index 1ab9a9cd4c..463dc2bbb1 100644 --- a/structllama_1_1internal_1_1IsComputed.html +++ b/structllama_1_1internal_1_1IsComputed.html @@ -125,7 +125,7 @@ diff --git a/structllama_1_1internal_1_1IsComputed_3_01Mapping_00_01RecordCoord_00_01std_1_1void__t_3_01declt31ec39d02aa75d5ea3308109fe018112.html b/structllama_1_1internal_1_1IsComputed_3_01Mapping_00_01RecordCoord_00_01std_1_1void__t_3_01declt31ec39d02aa75d5ea3308109fe018112.html index b834c1f1be..6ea2a4d25f 100644 --- a/structllama_1_1internal_1_1IsComputed_3_01Mapping_00_01RecordCoord_00_01std_1_1void__t_3_01declt31ec39d02aa75d5ea3308109fe018112.html +++ b/structllama_1_1internal_1_1IsComputed_3_01Mapping_00_01RecordCoord_00_01std_1_1void__t_3_01declt31ec39d02aa75d5ea3308109fe018112.html @@ -125,7 +125,7 @@ diff --git a/structllama_1_1internal_1_1IsConstant.html b/structllama_1_1internal_1_1IsConstant.html index 02775a056b..335a7bf2fe 100644 --- a/structllama_1_1internal_1_1IsConstant.html +++ b/structllama_1_1internal_1_1IsConstant.html @@ -125,7 +125,7 @@ diff --git a/structllama_1_1internal_1_1IsConstant_3_01std_1_1integral__constant_3_01T_00_01V_01_4_01_4.html b/structllama_1_1internal_1_1IsConstant_3_01std_1_1integral__constant_3_01T_00_01V_01_4_01_4.html index 167b8ebcb3..457ff61b8b 100644 --- a/structllama_1_1internal_1_1IsConstant_3_01std_1_1integral__constant_3_01T_00_01V_01_4_01_4.html +++ b/structllama_1_1internal_1_1IsConstant_3_01std_1_1integral__constant_3_01T_00_01V_01_4_01_4.html @@ -125,7 +125,7 @@ diff --git a/structllama_1_1internal_1_1IsProxyReferenceImpl.html b/structllama_1_1internal_1_1IsProxyReferenceImpl.html index 8ca24c8d7a..f057d0b269 100644 --- a/structllama_1_1internal_1_1IsProxyReferenceImpl.html +++ b/structllama_1_1internal_1_1IsProxyReferenceImpl.html @@ -125,7 +125,7 @@ diff --git a/structllama_1_1internal_1_1IsProxyReferenceImpl_3_01R_00_01std_1_1void__t_3_01typename_01R_1_1vaf29d5bd88afd76084d03518114f19340.html b/structllama_1_1internal_1_1IsProxyReferenceImpl_3_01R_00_01std_1_1void__t_3_01typename_01R_1_1vaf29d5bd88afd76084d03518114f19340.html index c3b8a10ffd..216264896b 100644 --- a/structllama_1_1internal_1_1IsProxyReferenceImpl_3_01R_00_01std_1_1void__t_3_01typename_01R_1_1vaf29d5bd88afd76084d03518114f19340.html +++ b/structllama_1_1internal_1_1IsProxyReferenceImpl_3_01R_00_01std_1_1void__t_3_01typename_01R_1_1vaf29d5bd88afd76084d03518114f19340.html @@ -125,7 +125,7 @@ diff --git a/structllama_1_1internal_1_1LeafRecordCoordsImpl.html b/structllama_1_1internal_1_1LeafRecordCoordsImpl.html index fc2c471e67..348146925d 100644 --- a/structllama_1_1internal_1_1LeafRecordCoordsImpl.html +++ b/structllama_1_1internal_1_1LeafRecordCoordsImpl.html @@ -101,7 +101,7 @@ diff --git a/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4-members.html b/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4-members.html index 3d2ed0a1e3..8c2bd8b9d2 100644 --- a/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4-members.html +++ b/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html b/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html index 65f53b1a75..08d6d4869e 100644 --- a/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html +++ b/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Child_0fN_0e_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html @@ -171,7 +171,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorbd5508ba9568ea2657db0c0bb3e4a732.html b/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorbd5508ba9568ea2657db0c0bb3e4a732.html index 32fb261a6c..6eb7401051 100644 --- a/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorbd5508ba9568ea2657db0c0bb3e4a732.html +++ b/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoorbd5508ba9568ea2657db0c0bb3e4a732.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html b/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html index 20f071d2e5..fd72caee81 100644 --- a/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html +++ b/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01Record_3_01Fields_8_8_8_01_4_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html @@ -171,7 +171,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4-members.html b/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4-members.html index e8f9505bca..73e5cd6359 100644 --- a/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4-members.html +++ b/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html b/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html index 7f44af54d7..7d3da486a4 100644 --- a/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html +++ b/structllama_1_1internal_1_1LeafRecordCoordsImpl_3_01T_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1MakePassSecond-members.html b/structllama_1_1internal_1_1MakePassSecond-members.html index e479e5f973..1a714f9ddd 100644 --- a/structllama_1_1internal_1_1MakePassSecond-members.html +++ b/structllama_1_1internal_1_1MakePassSecond-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1MakePassSecond.html b/structllama_1_1internal_1_1MakePassSecond.html index 3131b7c093..83eceb29c4 100644 --- a/structllama_1_1internal_1_1MakePassSecond.html +++ b/structllama_1_1internal_1_1MakePassSecond.html @@ -134,7 +134,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1MinusAssign-members.html b/structllama_1_1internal_1_1MinusAssign-members.html index 1316cc1cf5..122d7a8241 100644 --- a/structllama_1_1internal_1_1MinusAssign-members.html +++ b/structllama_1_1internal_1_1MinusAssign-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1MinusAssign.html b/structllama_1_1internal_1_1MinusAssign.html index 2dae9b3f14..ffcd5407d7 100644 --- a/structllama_1_1internal_1_1MinusAssign.html +++ b/structllama_1_1internal_1_1MinusAssign.html @@ -152,7 +152,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1ModuloAssign-members.html b/structllama_1_1internal_1_1ModuloAssign-members.html index 233910a930..0a2facca05 100644 --- a/structllama_1_1internal_1_1ModuloAssign-members.html +++ b/structllama_1_1internal_1_1ModuloAssign-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1ModuloAssign.html b/structllama_1_1internal_1_1ModuloAssign.html index d82729455f..5d6e0bf74d 100644 --- a/structllama_1_1internal_1_1ModuloAssign.html +++ b/structllama_1_1internal_1_1ModuloAssign.html @@ -152,7 +152,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1MultiplyAssign-members.html b/structllama_1_1internal_1_1MultiplyAssign-members.html index 9274b6d05a..f03de7e4e5 100644 --- a/structllama_1_1internal_1_1MultiplyAssign-members.html +++ b/structllama_1_1internal_1_1MultiplyAssign-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1MultiplyAssign.html b/structllama_1_1internal_1_1MultiplyAssign.html index 266952e0b6..b5c4c28d5a 100644 --- a/structllama_1_1internal_1_1MultiplyAssign.html +++ b/structllama_1_1internal_1_1MultiplyAssign.html @@ -152,7 +152,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1PlusAssign-members.html b/structllama_1_1internal_1_1PlusAssign-members.html index 24782fd7dd..573ac7d5b0 100644 --- a/structllama_1_1internal_1_1PlusAssign-members.html +++ b/structllama_1_1internal_1_1PlusAssign-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1PlusAssign.html b/structllama_1_1internal_1_1PlusAssign.html index 838a8b82f3..2d4b4f82a4 100644 --- a/structllama_1_1internal_1_1PlusAssign.html +++ b/structllama_1_1internal_1_1PlusAssign.html @@ -152,7 +152,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1ReferenceTo-members.html b/structllama_1_1internal_1_1ReferenceTo-members.html index 7f8586820f..8f4957334f 100644 --- a/structllama_1_1internal_1_1ReferenceTo-members.html +++ b/structllama_1_1internal_1_1ReferenceTo-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1ReferenceTo.html b/structllama_1_1internal_1_1ReferenceTo.html index 0c1e017ac3..7dfda9d5e1 100644 --- a/structllama_1_1internal_1_1ReferenceTo.html +++ b/structllama_1_1internal_1_1ReferenceTo.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4-members.html b/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4-members.html index da24cbfbf0..6829b542e5 100644 --- a/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4-members.html +++ b/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html b/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html index 3240416e70..28470e1a68 100644 --- a/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html +++ b/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_3d38f09f240360e1fabcb62922da2623.html b/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_3d38f09f240360e1fabcb62922da2623.html index 73be6cd14b..cfbe9e693e 100644 --- a/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_3d38f09f240360e1fabcb62922da2623.html +++ b/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_3d38f09f240360e1fabcb62922da2623.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_8c16ab8a221dc30e1372285c3494e8f7.html b/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_8c16ab8a221dc30e1372285c3494e8f7.html index d96c1abc7b..7bddfd16f2 100644 --- a/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_8c16ab8a221dc30e1372285c3494e8f7.html +++ b/structllama_1_1internal_1_1ReferenceTo_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_8c16ab8a221dc30e1372285c3494e8f7.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1ReplacePlaceholdersImpl-members.html b/structllama_1_1internal_1_1ReplacePlaceholdersImpl-members.html index 32d431e181..ebec8b4129 100644 --- a/structllama_1_1internal_1_1ReplacePlaceholdersImpl-members.html +++ b/structllama_1_1internal_1_1ReplacePlaceholdersImpl-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1ReplacePlaceholdersImpl.html b/structllama_1_1internal_1_1ReplacePlaceholdersImpl.html index 863e9304c3..fba3c87513 100644 --- a/structllama_1_1internal_1_1ReplacePlaceholdersImpl.html +++ b/structllama_1_1internal_1_1ReplacePlaceholdersImpl.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4-members.html b/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4-members.html index 83b33db6b7..3aaa80ce74 100644 --- a/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4-members.html +++ b/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4.html b/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4.html index b29a1993c1..81b9ff0981 100644 --- a/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4.html +++ b/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01E_3_01Ts_8_8_8_01_4_00_01Args_8_8_8_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4-members.html b/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4-members.html index 06b312d73c..805baa4fca 100644 --- a/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4-members.html +++ b/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4.html b/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4.html index 1ffe93e05c..a085ce39ad 100644 --- a/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4.html +++ b/structllama_1_1internal_1_1ReplacePlaceholdersImpl_3_01mp__arg_3_01I_01_4_00_01Args_8_8_8_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1SimdizeNImpl-members.html b/structllama_1_1internal_1_1SimdizeNImpl-members.html index bb10478d59..77ea851378 100644 --- a/structllama_1_1internal_1_1SimdizeNImpl-members.html +++ b/structllama_1_1internal_1_1SimdizeNImpl-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1SimdizeNImpl.html b/structllama_1_1internal_1_1SimdizeNImpl.html index 9d2cff960a..da8cc81292 100644 --- a/structllama_1_1internal_1_1SimdizeNImpl.html +++ b/structllama_1_1internal_1_1SimdizeNImpl.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4-members.html b/structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4-members.html index 759c7f9ead..ed6c247291 100644 --- a/structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4-members.html +++ b/structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4.html b/structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4.html index 42ab6307db..86a80980b1 100644 --- a/structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4.html +++ b/structllama_1_1internal_1_1SimdizeNImpl_3_01RecordDim_00_011_00_01MakeSizedSimd_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1SizeEqualTo-members.html b/structllama_1_1internal_1_1SizeEqualTo-members.html index 5002562533..3523ba8238 100644 --- a/structllama_1_1internal_1_1SizeEqualTo-members.html +++ b/structllama_1_1internal_1_1SizeEqualTo-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1SizeEqualTo.html b/structllama_1_1internal_1_1SizeEqualTo.html index f81a86daf9..38fd57b956 100644 --- a/structllama_1_1internal_1_1SizeEqualTo.html +++ b/structllama_1_1internal_1_1SizeEqualTo.html @@ -134,7 +134,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1TransformLeavesWithCoordImpl-members.html b/structllama_1_1internal_1_1TransformLeavesWithCoordImpl-members.html index 947aeda24f..bbb29fe741 100644 --- a/structllama_1_1internal_1_1TransformLeavesWithCoordImpl-members.html +++ b/structllama_1_1internal_1_1TransformLeavesWithCoordImpl-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1TransformLeavesWithCoordImpl.html b/structllama_1_1internal_1_1TransformLeavesWithCoordImpl.html index 3a6d5c584d..6226c0fb9a 100644 --- a/structllama_1_1internal_1_1TransformLeavesWithCoordImpl.html +++ b/structllama_1_1internal_1_1TransformLeavesWithCoordImpl.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html b/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html index 09737ac6c8..a357fe29ef 100644 --- a/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html +++ b/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C1fa9eea95bd347b217962f0d40f323c8.html @@ -191,7 +191,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C41fde712cf111ef9192beaeee894773e.html b/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C41fde712cf111ef9192beaeee894773e.html index b5d3811295..8b0e369787 100644 --- a/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C41fde712cf111ef9192beaeee894773e.html +++ b/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01C41fde712cf111ef9192beaeee894773e.html @@ -97,7 +97,7 @@ diff --git a/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html b/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html index bf2a7ef98b..6b9c0b96cc 100644 --- a/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html +++ b/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01R42adaa4e9e950291b6a81a9b9f4ba005.html @@ -171,7 +171,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01Rd9f64f1ba72dfe3779d088b0d188c736.html b/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01Rd9f64f1ba72dfe3779d088b0d188c736.html index de6a3e7691..b7d2a79018 100644 --- a/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01Rd9f64f1ba72dfe3779d088b0d188c736.html +++ b/structllama_1_1internal_1_1TransformLeavesWithCoordImpl_3_01RecordCoord_3_01Is_8_8_8_01_4_00_01Rd9f64f1ba72dfe3779d088b0d188c736.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1internal_1_1TupleLeaf-members.html b/structllama_1_1internal_1_1TupleLeaf-members.html index 23c6b39beb..a2f6193ff5 100644 --- a/structllama_1_1internal_1_1TupleLeaf-members.html +++ b/structllama_1_1internal_1_1TupleLeaf-members.html @@ -97,7 +97,7 @@ diff --git a/structllama_1_1internal_1_1TupleLeaf.html b/structllama_1_1internal_1_1TupleLeaf.html index 23fb94328c..3fb61f4e3a 100644 --- a/structllama_1_1internal_1_1TupleLeaf.html +++ b/structllama_1_1internal_1_1TupleLeaf.html @@ -200,7 +200,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4-members.html b/structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4-members.html index 37a7fbd3ee..773c71269d 100644 --- a/structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4-members.html +++ b/structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html b/structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html index b2320c6653..038498b8d8 100644 --- a/structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html +++ b/structllama_1_1internal_1_1TupleLeaf_3_01I_00_01T_00_01true_01_4.html @@ -176,7 +176,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1ValueOf-members.html b/structllama_1_1internal_1_1ValueOf-members.html index 3bab2ad5fe..31aa8a2123 100644 --- a/structllama_1_1internal_1_1ValueOf-members.html +++ b/structllama_1_1internal_1_1ValueOf-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1ValueOf.html b/structllama_1_1internal_1_1ValueOf.html index c0f7358e46..4128d43d71 100644 --- a/structllama_1_1internal_1_1ValueOf.html +++ b/structllama_1_1internal_1_1ValueOf.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4-members.html b/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4-members.html index 1dc459bef6..d15ea38f46 100644 --- a/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4-members.html +++ b/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html b/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html index 3fcf3d5470..5a4dd7b73c 100644 --- a/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html +++ b/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isProxyReference_3_01T_01_4_01_4_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4-members.html b/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4-members.html index f0b461af9a..8e516e1cfc 100644 --- a/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4-members.html +++ b/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4.html b/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4.html index 26c24f4af2..6d126c59dd 100644 --- a/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4.html +++ b/structllama_1_1internal_1_1ValueOf_3_01T_00_01std_1_1enable__if__t_3_01isRecordRef_3_01T_01_4_01_4_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4-members.html b/structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4-members.html index 8ba4ab6692..887da46ed9 100644 --- a/structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4-members.html +++ b/structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4.html b/structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4.html index 15a6ecb137..2d896371b4 100644 --- a/structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4.html +++ b/structllama_1_1internal_1_1ValueOf_3_01T_01_6_01_4.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1internal_1_1mp__unwrap__values__into__impl.html b/structllama_1_1internal_1_1mp__unwrap__values__into__impl.html index be8da0a5d3..ca0743dbea 100644 --- a/structllama_1_1internal_1_1mp__unwrap__values__into__impl.html +++ b/structllama_1_1internal_1_1mp__unwrap__values__into__impl.html @@ -101,7 +101,7 @@ diff --git a/structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4-members.html b/structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4-members.html index e88e5abc56..bc5fa437cb 100644 --- a/structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4-members.html +++ b/structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4.html b/structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4.html index 6e3f23fd93..0124c21214 100644 --- a/structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4.html +++ b/structllama_1_1internal_1_1mp__unwrap__values__into__impl_3_01FromList_3_01Values_8_8_8_01_4_00_01ToList_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1mapping_1_1AccessCounts-members.html b/structllama_1_1mapping_1_1AccessCounts-members.html index d0b91e2af2..d80ee89c02 100644 --- a/structllama_1_1mapping_1_1AccessCounts-members.html +++ b/structllama_1_1mapping_1_1AccessCounts-members.html @@ -97,7 +97,7 @@ diff --git a/structllama_1_1mapping_1_1AccessCounts.html b/structllama_1_1mapping_1_1AccessCounts.html index 42a5d63e0e..2664aa88f6 100644 --- a/structllama_1_1mapping_1_1AccessCounts.html +++ b/structllama_1_1mapping_1_1AccessCounts.html @@ -188,7 +188,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1AoS-members.html b/structllama_1_1mapping_1_1AoS-members.html index 62891e5b5c..fe95b3ce40 100644 --- a/structllama_1_1mapping_1_1AoS-members.html +++ b/structllama_1_1mapping_1_1AoS-members.html @@ -106,7 +106,7 @@ diff --git a/structllama_1_1mapping_1_1AoS.html b/structllama_1_1mapping_1_1AoS.html index 7acabf6afc..15b61ace2c 100644 --- a/structllama_1_1mapping_1_1AoS.html +++ b/structllama_1_1mapping_1_1AoS.html @@ -348,7 +348,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1AoSoA-members.html b/structllama_1_1mapping_1_1AoSoA-members.html index 951dec02e3..c459ae2d44 100644 --- a/structllama_1_1mapping_1_1AoSoA-members.html +++ b/structllama_1_1mapping_1_1AoSoA-members.html @@ -109,7 +109,7 @@ diff --git a/structllama_1_1mapping_1_1AoSoA.html b/structllama_1_1mapping_1_1AoSoA.html index e88f4acd8b..f3a97ccc52 100644 --- a/structllama_1_1mapping_1_1AoSoA.html +++ b/structllama_1_1mapping_1_1AoSoA.html @@ -465,7 +465,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BindAoS-members.html b/structllama_1_1mapping_1_1BindAoS-members.html index d5d3237a49..3c59130b02 100644 --- a/structllama_1_1mapping_1_1BindAoS-members.html +++ b/structllama_1_1mapping_1_1BindAoS-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1BindAoS.html b/structllama_1_1mapping_1_1BindAoS.html index 8e6faaf523..73be5b1582 100644 --- a/structllama_1_1mapping_1_1BindAoS.html +++ b/structllama_1_1mapping_1_1BindAoS.html @@ -135,7 +135,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BindAoSoA-members.html b/structllama_1_1mapping_1_1BindAoSoA-members.html index b66f1baa93..98d07fceac 100644 --- a/structllama_1_1mapping_1_1BindAoSoA-members.html +++ b/structllama_1_1mapping_1_1BindAoSoA-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1BindAoSoA.html b/structllama_1_1mapping_1_1BindAoSoA.html index 2f75ef07fa..8e46677536 100644 --- a/structllama_1_1mapping_1_1BindAoSoA.html +++ b/structllama_1_1mapping_1_1BindAoSoA.html @@ -135,7 +135,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BindBitPackedFloatAoS-members.html b/structllama_1_1mapping_1_1BindBitPackedFloatAoS-members.html index 744203f70b..b3ec67830d 100644 --- a/structllama_1_1mapping_1_1BindBitPackedFloatAoS-members.html +++ b/structllama_1_1mapping_1_1BindBitPackedFloatAoS-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1BindBitPackedFloatAoS.html b/structllama_1_1mapping_1_1BindBitPackedFloatAoS.html index 97eccef6e6..881b722a0b 100644 --- a/structllama_1_1mapping_1_1BindBitPackedFloatAoS.html +++ b/structllama_1_1mapping_1_1BindBitPackedFloatAoS.html @@ -134,7 +134,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BindBitPackedFloatSoA-members.html b/structllama_1_1mapping_1_1BindBitPackedFloatSoA-members.html index f63ef090d1..c4b8583e0c 100644 --- a/structllama_1_1mapping_1_1BindBitPackedFloatSoA-members.html +++ b/structllama_1_1mapping_1_1BindBitPackedFloatSoA-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1BindBitPackedFloatSoA.html b/structllama_1_1mapping_1_1BindBitPackedFloatSoA.html index 4466cfe750..b641cfcc59 100644 --- a/structllama_1_1mapping_1_1BindBitPackedFloatSoA.html +++ b/structllama_1_1mapping_1_1BindBitPackedFloatSoA.html @@ -135,7 +135,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BindBitPackedIntAoS-members.html b/structllama_1_1mapping_1_1BindBitPackedIntAoS-members.html index d35478dd8c..8f1836c45f 100644 --- a/structllama_1_1mapping_1_1BindBitPackedIntAoS-members.html +++ b/structllama_1_1mapping_1_1BindBitPackedIntAoS-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1BindBitPackedIntAoS.html b/structllama_1_1mapping_1_1BindBitPackedIntAoS.html index 323fa41124..715e01f242 100644 --- a/structllama_1_1mapping_1_1BindBitPackedIntAoS.html +++ b/structllama_1_1mapping_1_1BindBitPackedIntAoS.html @@ -135,7 +135,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BindBitPackedIntSoA-members.html b/structllama_1_1mapping_1_1BindBitPackedIntSoA-members.html index 1a090c2de9..60d8e87c91 100644 --- a/structllama_1_1mapping_1_1BindBitPackedIntSoA-members.html +++ b/structllama_1_1mapping_1_1BindBitPackedIntSoA-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1BindBitPackedIntSoA.html b/structllama_1_1mapping_1_1BindBitPackedIntSoA.html index cea7bdd454..4085d58a4c 100644 --- a/structllama_1_1mapping_1_1BindBitPackedIntSoA.html +++ b/structllama_1_1mapping_1_1BindBitPackedIntSoA.html @@ -135,7 +135,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BindBytesplit-members.html b/structllama_1_1mapping_1_1BindBytesplit-members.html index 0a87f1b6d3..c56898cb2a 100644 --- a/structllama_1_1mapping_1_1BindBytesplit-members.html +++ b/structllama_1_1mapping_1_1BindBytesplit-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1BindBytesplit.html b/structllama_1_1mapping_1_1BindBytesplit.html index 10a47af258..0110f6e976 100644 --- a/structllama_1_1mapping_1_1BindBytesplit.html +++ b/structllama_1_1mapping_1_1BindBytesplit.html @@ -135,7 +135,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BindByteswap-members.html b/structllama_1_1mapping_1_1BindByteswap-members.html index 5b835a3e7a..886c89157e 100644 --- a/structllama_1_1mapping_1_1BindByteswap-members.html +++ b/structllama_1_1mapping_1_1BindByteswap-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1BindByteswap.html b/structllama_1_1mapping_1_1BindByteswap.html index 437d4af042..dd22d8ef33 100644 --- a/structllama_1_1mapping_1_1BindByteswap.html +++ b/structllama_1_1mapping_1_1BindByteswap.html @@ -135,7 +135,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BindChangeType-members.html b/structllama_1_1mapping_1_1BindChangeType-members.html index a23480c9bb..46ed5a8e3a 100644 --- a/structllama_1_1mapping_1_1BindChangeType-members.html +++ b/structllama_1_1mapping_1_1BindChangeType-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1BindChangeType.html b/structllama_1_1mapping_1_1BindChangeType.html index c887b1f47f..51a7a49de8 100644 --- a/structllama_1_1mapping_1_1BindChangeType.html +++ b/structllama_1_1mapping_1_1BindChangeType.html @@ -135,7 +135,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BindOne-members.html b/structllama_1_1mapping_1_1BindOne-members.html index 7fb589f550..0eb8387823 100644 --- a/structllama_1_1mapping_1_1BindOne-members.html +++ b/structllama_1_1mapping_1_1BindOne-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1BindOne.html b/structllama_1_1mapping_1_1BindOne.html index 6959591628..4b12b0a3bf 100644 --- a/structllama_1_1mapping_1_1BindOne.html +++ b/structllama_1_1mapping_1_1BindOne.html @@ -135,7 +135,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BindProjection-members.html b/structllama_1_1mapping_1_1BindProjection-members.html index ad5b6aad20..b917a0d4c4 100644 --- a/structllama_1_1mapping_1_1BindProjection-members.html +++ b/structllama_1_1mapping_1_1BindProjection-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1BindProjection.html b/structllama_1_1mapping_1_1BindProjection.html index 4672b3e9aa..f0210a4915 100644 --- a/structllama_1_1mapping_1_1BindProjection.html +++ b/structllama_1_1mapping_1_1BindProjection.html @@ -135,7 +135,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BindSoA-members.html b/structllama_1_1mapping_1_1BindSoA-members.html index 0a2b4d4302..2a2f999822 100644 --- a/structllama_1_1mapping_1_1BindSoA-members.html +++ b/structllama_1_1mapping_1_1BindSoA-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1BindSoA.html b/structllama_1_1mapping_1_1BindSoA.html index 7c3a6146a6..5fcf702681 100644 --- a/structllama_1_1mapping_1_1BindSoA.html +++ b/structllama_1_1mapping_1_1BindSoA.html @@ -135,7 +135,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BindSplit-members.html b/structllama_1_1mapping_1_1BindSplit-members.html index edb7d725a4..25caa559b4 100644 --- a/structllama_1_1mapping_1_1BindSplit-members.html +++ b/structllama_1_1mapping_1_1BindSplit-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1BindSplit.html b/structllama_1_1mapping_1_1BindSplit.html index 9b7a236d1e..9a180248fe 100644 --- a/structllama_1_1mapping_1_1BindSplit.html +++ b/structllama_1_1mapping_1_1BindSplit.html @@ -135,7 +135,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BitPackedFloatAoS-members.html b/structllama_1_1mapping_1_1BitPackedFloatAoS-members.html index 26a974c824..a59ec2ebe5 100644 --- a/structllama_1_1mapping_1_1BitPackedFloatAoS-members.html +++ b/structllama_1_1mapping_1_1BitPackedFloatAoS-members.html @@ -116,7 +116,7 @@ diff --git a/structllama_1_1mapping_1_1BitPackedFloatAoS.html b/structllama_1_1mapping_1_1BitPackedFloatAoS.html index dc6d03d0b8..4b72bdf759 100644 --- a/structllama_1_1mapping_1_1BitPackedFloatAoS.html +++ b/structllama_1_1mapping_1_1BitPackedFloatAoS.html @@ -513,7 +513,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BitPackedFloatSoA-members.html b/structllama_1_1mapping_1_1BitPackedFloatSoA-members.html index 70cc8fef8d..39ca9b38a9 100644 --- a/structllama_1_1mapping_1_1BitPackedFloatSoA-members.html +++ b/structllama_1_1mapping_1_1BitPackedFloatSoA-members.html @@ -115,7 +115,7 @@ diff --git a/structllama_1_1mapping_1_1BitPackedFloatSoA.html b/structllama_1_1mapping_1_1BitPackedFloatSoA.html index 7a7c625509..ddba0dee07 100644 --- a/structllama_1_1mapping_1_1BitPackedFloatSoA.html +++ b/structllama_1_1mapping_1_1BitPackedFloatSoA.html @@ -502,7 +502,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BitPackedIntAoS-members.html b/structllama_1_1mapping_1_1BitPackedIntAoS-members.html index eb266d57be..f720195654 100644 --- a/structllama_1_1mapping_1_1BitPackedIntAoS-members.html +++ b/structllama_1_1mapping_1_1BitPackedIntAoS-members.html @@ -118,7 +118,7 @@ diff --git a/structllama_1_1mapping_1_1BitPackedIntAoS.html b/structllama_1_1mapping_1_1BitPackedIntAoS.html index 5884c1b4b6..08ca4ac603 100644 --- a/structllama_1_1mapping_1_1BitPackedIntAoS.html +++ b/structllama_1_1mapping_1_1BitPackedIntAoS.html @@ -403,7 +403,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1BitPackedIntSoA-members.html b/structllama_1_1mapping_1_1BitPackedIntSoA-members.html index 44455be73c..8d054102e6 100644 --- a/structllama_1_1mapping_1_1BitPackedIntSoA-members.html +++ b/structllama_1_1mapping_1_1BitPackedIntSoA-members.html @@ -117,7 +117,7 @@ diff --git a/structllama_1_1mapping_1_1BitPackedIntSoA.html b/structllama_1_1mapping_1_1BitPackedIntSoA.html index 76b8fb5c06..90ee5eef2a 100644 --- a/structllama_1_1mapping_1_1BitPackedIntSoA.html +++ b/structllama_1_1mapping_1_1BitPackedIntSoA.html @@ -383,7 +383,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1Bytesplit-members.html b/structllama_1_1mapping_1_1Bytesplit-members.html index 0d77820d92..5c73df0be7 100644 --- a/structllama_1_1mapping_1_1Bytesplit-members.html +++ b/structllama_1_1mapping_1_1Bytesplit-members.html @@ -101,7 +101,7 @@ diff --git a/structllama_1_1mapping_1_1Bytesplit.html b/structllama_1_1mapping_1_1Bytesplit.html index 4404fc623a..bb261ef1dc 100644 --- a/structllama_1_1mapping_1_1Bytesplit.html +++ b/structllama_1_1mapping_1_1Bytesplit.html @@ -383,7 +383,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1Bytesplit_1_1Reference-members.html b/structllama_1_1mapping_1_1Bytesplit_1_1Reference-members.html index 8de6a89fd0..24f11002cd 100644 --- a/structllama_1_1mapping_1_1Bytesplit_1_1Reference-members.html +++ b/structllama_1_1mapping_1_1Bytesplit_1_1Reference-members.html @@ -114,7 +114,7 @@ diff --git a/structllama_1_1mapping_1_1Bytesplit_1_1Reference.html b/structllama_1_1mapping_1_1Bytesplit_1_1Reference.html index e08f294121..783cfc2508 100644 --- a/structllama_1_1mapping_1_1Bytesplit_1_1Reference.html +++ b/structllama_1_1mapping_1_1Bytesplit_1_1Reference.html @@ -376,7 +376,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1Byteswap-members.html b/structllama_1_1mapping_1_1Byteswap-members.html index 11efcc66c6..c5a8ed8c0d 100644 --- a/structllama_1_1mapping_1_1Byteswap-members.html +++ b/structllama_1_1mapping_1_1Byteswap-members.html @@ -102,7 +102,7 @@ diff --git a/structllama_1_1mapping_1_1Byteswap.html b/structllama_1_1mapping_1_1Byteswap.html index 1b910ed74d..31a291af8f 100644 --- a/structllama_1_1mapping_1_1Byteswap.html +++ b/structllama_1_1mapping_1_1Byteswap.html @@ -157,7 +157,7 @@ diff --git a/structllama_1_1mapping_1_1ChangeType-members.html b/structllama_1_1mapping_1_1ChangeType-members.html index e3fccd1577..cd074683b1 100644 --- a/structllama_1_1mapping_1_1ChangeType-members.html +++ b/structllama_1_1mapping_1_1ChangeType-members.html @@ -102,7 +102,7 @@ diff --git a/structllama_1_1mapping_1_1ChangeType.html b/structllama_1_1mapping_1_1ChangeType.html index b836931271..6d789bf79a 100644 --- a/structllama_1_1mapping_1_1ChangeType.html +++ b/structllama_1_1mapping_1_1ChangeType.html @@ -159,7 +159,7 @@ diff --git a/structllama_1_1mapping_1_1FieldAccessCount-members.html b/structllama_1_1mapping_1_1FieldAccessCount-members.html index 266f341fbe..a152265394 100644 --- a/structllama_1_1mapping_1_1FieldAccessCount-members.html +++ b/structllama_1_1mapping_1_1FieldAccessCount-members.html @@ -108,7 +108,7 @@ diff --git a/structllama_1_1mapping_1_1FieldAccessCount.html b/structllama_1_1mapping_1_1FieldAccessCount.html index c50683dbc1..98bd39e02d 100644 --- a/structllama_1_1mapping_1_1FieldAccessCount.html +++ b/structllama_1_1mapping_1_1FieldAccessCount.html @@ -613,7 +613,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray-members.html b/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray-members.html index 844c3ea277..6123302d07 100644 --- a/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray-members.html +++ b/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray-members.html @@ -114,7 +114,7 @@ diff --git a/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html b/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html index 2af99846dd..6e6205c217 100644 --- a/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html +++ b/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray.html @@ -245,7 +245,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes-members.html b/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes-members.html index ed9feb7f51..45405b0de6 100644 --- a/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes-members.html +++ b/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html b/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html index 326e22db16..9875308162 100644 --- a/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html +++ b/structllama_1_1mapping_1_1FieldAccessCount_1_1FieldHitsArray_1_1TotalBytes.html @@ -151,7 +151,7 @@

                                                                  diff --git a/structllama_1_1mapping_1_1Heatmap-members.html b/structllama_1_1mapping_1_1Heatmap-members.html index 714a6d3765..b037cce020 100644 --- a/structllama_1_1mapping_1_1Heatmap-members.html +++ b/structllama_1_1mapping_1_1Heatmap-members.html @@ -112,7 +112,7 @@ diff --git a/structllama_1_1mapping_1_1Heatmap.html b/structllama_1_1mapping_1_1Heatmap.html index 4a2b68f431..b5718fe57a 100644 --- a/structllama_1_1mapping_1_1Heatmap.html +++ b/structllama_1_1mapping_1_1Heatmap.html @@ -803,7 +803,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1LinearizeArrayIndexLeft-members.html b/structllama_1_1mapping_1_1LinearizeArrayIndexLeft-members.html index c691576e4a..bfd24be37c 100644 --- a/structllama_1_1mapping_1_1LinearizeArrayIndexLeft-members.html +++ b/structllama_1_1mapping_1_1LinearizeArrayIndexLeft-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html b/structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html index d552a76304..05dd56aaeb 100644 --- a/structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html +++ b/structllama_1_1mapping_1_1LinearizeArrayIndexLeft.html @@ -195,7 +195,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1LinearizeArrayIndexMorton-members.html b/structllama_1_1mapping_1_1LinearizeArrayIndexMorton-members.html index 84bc8ce29c..b0beb599f7 100644 --- a/structllama_1_1mapping_1_1LinearizeArrayIndexMorton-members.html +++ b/structllama_1_1mapping_1_1LinearizeArrayIndexMorton-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html b/structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html index 1b208464fb..38ebd41565 100644 --- a/structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html +++ b/structllama_1_1mapping_1_1LinearizeArrayIndexMorton.html @@ -198,7 +198,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1LinearizeArrayIndexRight-members.html b/structllama_1_1mapping_1_1LinearizeArrayIndexRight-members.html index 28ac959a5e..d53486b4fe 100644 --- a/structllama_1_1mapping_1_1LinearizeArrayIndexRight-members.html +++ b/structllama_1_1mapping_1_1LinearizeArrayIndexRight-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1LinearizeArrayIndexRight.html b/structllama_1_1mapping_1_1LinearizeArrayIndexRight.html index d28b907fd9..1e9f4b5eb3 100644 --- a/structllama_1_1mapping_1_1LinearizeArrayIndexRight.html +++ b/structllama_1_1mapping_1_1LinearizeArrayIndexRight.html @@ -195,7 +195,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1MappingBase-members.html b/structllama_1_1mapping_1_1MappingBase-members.html index 3692fd48a3..bd90a3e8ef 100644 --- a/structllama_1_1mapping_1_1MappingBase-members.html +++ b/structllama_1_1mapping_1_1MappingBase-members.html @@ -101,7 +101,7 @@ diff --git a/structllama_1_1mapping_1_1MappingBase.html b/structllama_1_1mapping_1_1MappingBase.html index f8d5a67d7a..3aef859d80 100644 --- a/structllama_1_1mapping_1_1MappingBase.html +++ b/structllama_1_1mapping_1_1MappingBase.html @@ -353,7 +353,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1Null-members.html b/structllama_1_1mapping_1_1Null-members.html index eb6b8bdd18..425d2eb82b 100644 --- a/structllama_1_1mapping_1_1Null-members.html +++ b/structllama_1_1mapping_1_1Null-members.html @@ -104,7 +104,7 @@ diff --git a/structllama_1_1mapping_1_1Null.html b/structllama_1_1mapping_1_1Null.html index fe92263695..7501f662b6 100644 --- a/structllama_1_1mapping_1_1Null.html +++ b/structllama_1_1mapping_1_1Null.html @@ -312,7 +312,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1One-members.html b/structllama_1_1mapping_1_1One-members.html index 4f427c6ac9..a74a68c582 100644 --- a/structllama_1_1mapping_1_1One-members.html +++ b/structllama_1_1mapping_1_1One-members.html @@ -107,7 +107,7 @@ diff --git a/structllama_1_1mapping_1_1One.html b/structllama_1_1mapping_1_1One.html index 17e0246cda..d089391705 100644 --- a/structllama_1_1mapping_1_1One.html +++ b/structllama_1_1mapping_1_1One.html @@ -399,7 +399,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1PermuteArrayIndex-members.html b/structllama_1_1mapping_1_1PermuteArrayIndex-members.html index 4a4fa07f92..3e3312601c 100644 --- a/structllama_1_1mapping_1_1PermuteArrayIndex-members.html +++ b/structllama_1_1mapping_1_1PermuteArrayIndex-members.html @@ -100,7 +100,7 @@ diff --git a/structllama_1_1mapping_1_1PermuteArrayIndex.html b/structllama_1_1mapping_1_1PermuteArrayIndex.html index 3619d141c5..9f00ea60d8 100644 --- a/structllama_1_1mapping_1_1PermuteArrayIndex.html +++ b/structllama_1_1mapping_1_1PermuteArrayIndex.html @@ -359,7 +359,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1PermuteFieldsInOrder-members.html b/structllama_1_1mapping_1_1PermuteFieldsInOrder-members.html index 00349865e9..9991a20728 100644 --- a/structllama_1_1mapping_1_1PermuteFieldsInOrder-members.html +++ b/structllama_1_1mapping_1_1PermuteFieldsInOrder-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1PermuteFieldsInOrder.html b/structllama_1_1mapping_1_1PermuteFieldsInOrder.html index 9356a7deee..dfe1dc65c0 100644 --- a/structllama_1_1mapping_1_1PermuteFieldsInOrder.html +++ b/structllama_1_1mapping_1_1PermuteFieldsInOrder.html @@ -171,7 +171,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1PermuteFieldsSorted-members.html b/structllama_1_1mapping_1_1PermuteFieldsSorted-members.html index 959651b5bb..1f7b52ae63 100644 --- a/structllama_1_1mapping_1_1PermuteFieldsSorted-members.html +++ b/structllama_1_1mapping_1_1PermuteFieldsSorted-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1PermuteFieldsSorted.html b/structllama_1_1mapping_1_1PermuteFieldsSorted.html index b4736aee63..5dac835aad 100644 --- a/structllama_1_1mapping_1_1PermuteFieldsSorted.html +++ b/structllama_1_1mapping_1_1PermuteFieldsSorted.html @@ -173,7 +173,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1Projection-members.html b/structllama_1_1mapping_1_1Projection-members.html index 6bc3967df5..fd7a99dc4f 100644 --- a/structllama_1_1mapping_1_1Projection-members.html +++ b/structllama_1_1mapping_1_1Projection-members.html @@ -102,7 +102,7 @@ diff --git a/structllama_1_1mapping_1_1Projection.html b/structllama_1_1mapping_1_1Projection.html index 384f55bc5e..7f17e31986 100644 --- a/structllama_1_1mapping_1_1Projection.html +++ b/structllama_1_1mapping_1_1Projection.html @@ -393,7 +393,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1SoA-members.html b/structllama_1_1mapping_1_1SoA-members.html index 1b9992753a..bfcd572679 100644 --- a/structllama_1_1mapping_1_1SoA-members.html +++ b/structllama_1_1mapping_1_1SoA-members.html @@ -110,7 +110,7 @@ diff --git a/structllama_1_1mapping_1_1SoA.html b/structllama_1_1mapping_1_1SoA.html index af25cdb1a3..bf4129660f 100644 --- a/structllama_1_1mapping_1_1SoA.html +++ b/structllama_1_1mapping_1_1SoA.html @@ -495,7 +495,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1Split-members.html b/structllama_1_1mapping_1_1Split-members.html index 3561f46d7a..20fe2443db 100644 --- a/structllama_1_1mapping_1_1Split-members.html +++ b/structllama_1_1mapping_1_1Split-members.html @@ -116,7 +116,7 @@ diff --git a/structllama_1_1mapping_1_1Split.html b/structllama_1_1mapping_1_1Split.html index 5f4f2c5bac..30bacd48f6 100644 --- a/structllama_1_1mapping_1_1Split.html +++ b/structllama_1_1mapping_1_1Split.html @@ -753,7 +753,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef-members.html b/structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef-members.html index c8775a4ee4..353425897e 100644 --- a/structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef-members.html +++ b/structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef-members.html @@ -114,7 +114,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html b/structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html index 6cee7a2a0b..9671f0d41e 100644 --- a/structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html +++ b/structllama_1_1mapping_1_1internal_1_1BitPackedFloatRef.html @@ -381,7 +381,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon-members.html b/structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon-members.html index fa077ad334..1791efd12e 100644 --- a/structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon-members.html +++ b/structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon-members.html @@ -114,7 +114,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html b/structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html index 29462620aa..e904345404 100644 --- a/structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html +++ b/structllama_1_1mapping_1_1internal_1_1BitPackedIntCommon.html @@ -533,7 +533,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1BitPackedIntRef-members.html b/structllama_1_1mapping_1_1internal_1_1BitPackedIntRef-members.html index b0955b2a79..b79527e1aa 100644 --- a/structllama_1_1mapping_1_1internal_1_1BitPackedIntRef-members.html +++ b/structllama_1_1mapping_1_1internal_1_1BitPackedIntRef-members.html @@ -114,7 +114,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html b/structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html index 7c06b14c91..14feb38919 100644 --- a/structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html +++ b/structllama_1_1mapping_1_1internal_1_1BitPackedIntRef.html @@ -373,7 +373,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1ByteswapProjection-members.html b/structllama_1_1mapping_1_1internal_1_1ByteswapProjection-members.html index e5ce76f44c..99a87b78ef 100644 --- a/structllama_1_1mapping_1_1internal_1_1ByteswapProjection-members.html +++ b/structllama_1_1mapping_1_1internal_1_1ByteswapProjection-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html b/structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html index 391b50a755..01238f696a 100644 --- a/structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html +++ b/structllama_1_1mapping_1_1internal_1_1ByteswapProjection.html @@ -177,7 +177,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection-members.html b/structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection-members.html index 13cd4db060..4aa9201d85 100644 --- a/structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection-members.html +++ b/structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html b/structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html index af92afcbb9..f9927d406d 100644 --- a/structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html +++ b/structllama_1_1mapping_1_1internal_1_1ChangeTypeProjection.html @@ -177,7 +177,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference-members.html b/structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference-members.html index e4161c9efd..fd10fa6c41 100644 --- a/structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference-members.html +++ b/structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference-members.html @@ -117,7 +117,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html b/structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html index 51fd26f84c..17e6c71a3b 100644 --- a/structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html +++ b/structllama_1_1mapping_1_1internal_1_1FieldAccessCountReference.html @@ -449,7 +449,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1FloatBitTraits.html b/structllama_1_1mapping_1_1internal_1_1FloatBitTraits.html index cfe479f1f0..8096ee9d4f 100644 --- a/structllama_1_1mapping_1_1internal_1_1FloatBitTraits.html +++ b/structllama_1_1mapping_1_1internal_1_1FloatBitTraits.html @@ -101,7 +101,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4-members.html b/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4-members.html index 6811336f40..ab15255faa 100644 --- a/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4-members.html +++ b/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html b/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html index 6a0b487847..889234f132 100644 --- a/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html +++ b/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01double_01_4.html @@ -160,7 +160,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4-members.html b/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4-members.html index c2f17fa4be..efe0e8369c 100644 --- a/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4-members.html +++ b/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html b/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html index a2660d794e..7bb58aa110 100644 --- a/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html +++ b/structllama_1_1mapping_1_1internal_1_1FloatBitTraits_3_01float_01_4.html @@ -160,7 +160,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1MakeProjectionPair-members.html b/structllama_1_1mapping_1_1internal_1_1MakeProjectionPair-members.html index d288dc869e..76207f0a49 100644 --- a/structllama_1_1mapping_1_1internal_1_1MakeProjectionPair-members.html +++ b/structllama_1_1mapping_1_1internal_1_1MakeProjectionPair-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html b/structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html index 8c15bedf0a..d0a059478f 100644 --- a/structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html +++ b/structllama_1_1mapping_1_1internal_1_1MakeProjectionPair.html @@ -173,7 +173,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1MakeReplacerProj-members.html b/structllama_1_1mapping_1_1internal_1_1MakeReplacerProj-members.html index 6bbd60eced..db93f11fcb 100644 --- a/structllama_1_1mapping_1_1internal_1_1MakeReplacerProj-members.html +++ b/structllama_1_1mapping_1_1internal_1_1MakeReplacerProj-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html b/structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html index 7e12993f2c..0e34a6bd4a 100644 --- a/structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html +++ b/structllama_1_1mapping_1_1internal_1_1MakeReplacerProj.html @@ -173,7 +173,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1NullReference-members.html b/structllama_1_1mapping_1_1internal_1_1NullReference-members.html index 47a8ca4da6..04db8df2f3 100644 --- a/structllama_1_1mapping_1_1internal_1_1NullReference-members.html +++ b/structllama_1_1mapping_1_1internal_1_1NullReference-members.html @@ -111,7 +111,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1NullReference.html b/structllama_1_1mapping_1_1internal_1_1NullReference.html index 37174491f1..0545531518 100644 --- a/structllama_1_1mapping_1_1internal_1_1NullReference.html +++ b/structllama_1_1mapping_1_1internal_1_1NullReference.html @@ -251,7 +251,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl-members.html b/structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl-members.html index a5934db7f4..fa39b6b551 100644 --- a/structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl-members.html +++ b/structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl-members.html @@ -100,7 +100,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html b/structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html index 674494d0c0..e7cdb46dc0 100644 --- a/structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html +++ b/structllama_1_1mapping_1_1internal_1_1PartitionFoldOpImpl.html @@ -231,7 +231,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1ProjectionReference-members.html b/structllama_1_1mapping_1_1internal_1_1ProjectionReference-members.html index 215188aa28..d14f032a2b 100644 --- a/structllama_1_1mapping_1_1internal_1_1ProjectionReference-members.html +++ b/structllama_1_1mapping_1_1internal_1_1ProjectionReference-members.html @@ -114,7 +114,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1ProjectionReference.html b/structllama_1_1mapping_1_1internal_1_1ProjectionReference.html index 25cc60290b..ba7942078d 100644 --- a/structllama_1_1mapping_1_1internal_1_1ProjectionReference.html +++ b/structllama_1_1mapping_1_1internal_1_1ProjectionReference.html @@ -347,7 +347,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords.html b/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords.html index 8e9100f950..0381f6390c 100644 --- a/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords.html +++ b/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords.html @@ -101,7 +101,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4-members.html b/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4-members.html index 97614abce3..4f14849944 100644 --- a/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4-members.html +++ b/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html b/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html index 88f941757d..749876cb83 100644 --- a/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html +++ b/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01RecordCoord_3_01RCs_8_8_8_01_4_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4-members.html b/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4-members.html index 39d428034b..2eb11238e9 100644 --- a/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4-members.html +++ b/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html b/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html index 83896d738c..0ab8dcaaa3 100644 --- a/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html +++ b/structllama_1_1mapping_1_1internal_1_1ReplaceTagListsByCoords_3_01RecordDim_00_01mp__list_3_01Args_8_8_8_01_4_01_4.html @@ -167,7 +167,7 @@

                                                                  diff --git a/structllama_1_1mapping_1_1internal_1_1S.html b/structllama_1_1mapping_1_1internal_1_1S.html index 3153575e0a..feec4e78ad 100644 --- a/structllama_1_1mapping_1_1internal_1_1S.html +++ b/structllama_1_1mapping_1_1internal_1_1S.html @@ -101,7 +101,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits.html b/structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits.html index 072c3b8bf5..ddd63f3e59 100644 --- a/structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits.html +++ b/structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits.html @@ -103,7 +103,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4-members.html b/structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4-members.html index a9f6f38fc1..64fff93d7e 100644 --- a/structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4-members.html +++ b/structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html b/structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html index 8a39baed22..c5b069a7a9 100644 --- a/structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html +++ b/structllama_1_1mapping_1_1internal_1_1UnaryFunctionTraits_3_01Ret_07_5_08_07Arg_08_4.html @@ -151,7 +151,7 @@

                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1Leaf-members.html b/structllama_1_1mapping_1_1tree_1_1Leaf-members.html index fbbbd80305..df71e380e0 100644 --- a/structllama_1_1mapping_1_1tree_1_1Leaf-members.html +++ b/structllama_1_1mapping_1_1tree_1_1Leaf-members.html @@ -97,7 +97,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1Leaf.html b/structllama_1_1mapping_1_1tree_1_1Leaf.html index 31a612df4b..19196fa2e8 100644 --- a/structllama_1_1mapping_1_1tree_1_1Leaf.html +++ b/structllama_1_1mapping_1_1tree_1_1Leaf.html @@ -176,7 +176,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1Mapping-members.html b/structllama_1_1mapping_1_1tree_1_1Mapping-members.html index e016ea509c..915874b8b8 100644 --- a/structllama_1_1mapping_1_1tree_1_1Mapping-members.html +++ b/structllama_1_1mapping_1_1tree_1_1Mapping-members.html @@ -109,7 +109,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1Mapping.html b/structllama_1_1mapping_1_1tree_1_1Mapping.html index 9f91f8dd5a..cc98b60c09 100644 --- a/structllama_1_1mapping_1_1tree_1_1Mapping.html +++ b/structllama_1_1mapping_1_1tree_1_1Mapping.html @@ -546,7 +546,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1Node-members.html b/structllama_1_1mapping_1_1tree_1_1Node-members.html index 44e9d6035f..bf2e370754 100644 --- a/structllama_1_1mapping_1_1tree_1_1Node-members.html +++ b/structllama_1_1mapping_1_1tree_1_1Node-members.html @@ -98,7 +98,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1Node.html b/structllama_1_1mapping_1_1tree_1_1Node.html index afb735b084..21ed7643f9 100644 --- a/structllama_1_1mapping_1_1tree_1_1Node.html +++ b/structllama_1_1mapping_1_1tree_1_1Node.html @@ -196,7 +196,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1TreeCoordElement-members.html b/structllama_1_1mapping_1_1tree_1_1TreeCoordElement-members.html index 52d64ad2b2..df00696b3d 100644 --- a/structllama_1_1mapping_1_1tree_1_1TreeCoordElement-members.html +++ b/structllama_1_1mapping_1_1tree_1_1TreeCoordElement-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1TreeCoordElement.html b/structllama_1_1mapping_1_1tree_1_1TreeCoordElement.html index 39c61ace8c..316b87376f 100644 --- a/structllama_1_1mapping_1_1tree_1_1TreeCoordElement.html +++ b/structllama_1_1mapping_1_1tree_1_1TreeCoordElement.html @@ -163,7 +163,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1functor_1_1Idem-members.html b/structllama_1_1mapping_1_1tree_1_1functor_1_1Idem-members.html index d75bcafdf8..522e7fb918 100644 --- a/structllama_1_1mapping_1_1tree_1_1functor_1_1Idem-members.html +++ b/structllama_1_1mapping_1_1tree_1_1functor_1_1Idem-members.html @@ -97,7 +97,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html b/structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html index f69423aa1a..b843381975 100644 --- a/structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html +++ b/structllama_1_1mapping_1_1tree_1_1functor_1_1Idem.html @@ -234,7 +234,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT-members.html b/structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT-members.html index d8348e7574..32f5ad0912 100644 --- a/structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT-members.html +++ b/structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT-members.html @@ -97,7 +97,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html b/structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html index a9a8e2800a..2cdb6c1f96 100644 --- a/structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html +++ b/structllama_1_1mapping_1_1tree_1_1functor_1_1LeafOnlyRT.html @@ -232,7 +232,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown-members.html b/structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown-members.html index 1b995d531c..cd94fedc7c 100644 --- a/structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown-members.html +++ b/structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown-members.html @@ -98,7 +98,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html b/structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html index adc6917023..f9e627ffec 100644 --- a/structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html +++ b/structllama_1_1mapping_1_1tree_1_1functor_1_1MoveRTDown.html @@ -269,7 +269,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor-members.html b/structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor-members.html index d58f9ab3bb..32480a0cf2 100644 --- a/structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor-members.html +++ b/structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor-members.html @@ -97,7 +97,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html b/structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html index bf43068fc2..dbd165a8ed 100644 --- a/structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html +++ b/structllama_1_1mapping_1_1tree_1_1functor_1_1internal_1_1ChangeNodeChildsRuntimeFunctor.html @@ -197,7 +197,7 @@

                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement-members.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement-members.html index 599855c688..942e8534cc 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement-members.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement.html index 40eb85905a..80ce9b616b 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4-members.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4-members.html index 7d88fcdb2d..6717a6ee9e 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4-members.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4-members.html @@ -96,7 +96,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html index 2af7eea1e9..938e371c31 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01ChildType_0fCount_0e_00_01CountType_01_4.html @@ -171,7 +171,7 @@

                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_86452996a54cb54a58b6f17d09104a258.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_86452996a54cb54a58b6f17d09104a258.html index 04aa36f59d..feb8ca0ae7 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_86452996a54cb54a58b6f17d09104a258.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_86452996a54cb54a58b6f17d09104a258.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_8_8_8_01_4_00_01CountType_01_4.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_8_8_8_01_4_00_01CountType_01_4.html index d856a18b87..75e1ca5e1b 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_8_8_8_01_4_00_01CountType_01_4.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1CreateTreeElement_3_01Tag_00_01Record_3_01Fields_8_8_8_01_4_00_01CountType_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html index 804669f5ea..55cc82f29e 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors.html @@ -103,7 +103,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4-members.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4-members.html index b6aafef24f..8780af408f 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4-members.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4-members.html @@ -103,7 +103,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html index 156ba44591..acfd9a90c9 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_01Operations_8_8_8_01_4_01_4.html @@ -406,7 +406,7 @@

                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4-members.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4-members.html index 52ae0a2059..9b55c85a39 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4-members.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4-members.html @@ -99,7 +99,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html index 05ce85dcc7..63a9fe1aef 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1MergeFunctors_3_01Tree_00_01Tuple_3_4_01_4.html @@ -307,7 +307,7 @@

                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes-members.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes-members.html index ac78850f25..fc5e296d41 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes-members.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes.html index f4805ef227..c899a95936 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4-members.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4-members.html index ddaa403d8c..55a660f99a 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4-members.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4.html b/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4.html index 811a59900e..aeb411a080 100644 --- a/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4.html +++ b/structllama_1_1mapping_1_1tree_1_1internal_1_1WrapInNNodes_3_01Leaf_00_010_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4-members.html b/structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4-members.html index e551cce3fe..0d732a67c9 100644 --- a/structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4-members.html +++ b/structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html b/structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html index 080b2801b6..48d3a0089e 100644 --- a/structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html +++ b/structstd_1_1hash_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html @@ -144,7 +144,7 @@

                                                                  diff --git a/structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4-members.html b/structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4-members.html index 45dd9ab03e..a12967d26b 100644 --- a/structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4-members.html +++ b/structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html b/structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html index be900e7eb3..dfda2c064f 100644 --- a/structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html +++ b/structstd_1_1tuple__element_3_01I_00_01const_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4-members.html b/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4-members.html index 27b36194e1..b1c9792518 100644 --- a/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4-members.html +++ b/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html b/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html index 09f146cc8a..78c1afccfd 100644 --- a/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html +++ b/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4-members.html b/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4-members.html index ef5b20489b..102dd96bd1 100644 --- a/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4-members.html +++ b/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html b/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html index 1ee22c1af7..fc1490a86f 100644 --- a/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html +++ b/structstd_1_1tuple__element_3_01I_00_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4-members.html b/structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4-members.html index 0e491d2b1d..1d1de8addd 100644 --- a/structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4-members.html +++ b/structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html b/structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html index 45f1060209..3c602d22ce 100644 --- a/structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html +++ b/structstd_1_1tuple__element_3_01I_00_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html @@ -131,7 +131,7 @@

                                                                    - +
                                                                  diff --git a/structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4-members.html b/structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4-members.html index 7a0fec8fbb..966d295a0f 100644 --- a/structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4-members.html +++ b/structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html b/structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html index 08b5f8228c..5d402213df 100644 --- a/structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html +++ b/structstd_1_1tuple__element_3_01I_00_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4-members.html b/structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4-members.html index 896751f35d..229479dd9c 100644 --- a/structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4-members.html +++ b/structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html b/structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html index 9b0e4494ab..499145b436 100644 --- a/structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html +++ b/structstd_1_1tuple__element_3_01I_00_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html @@ -131,7 +131,7 @@

                                                                  diff --git a/structstd_1_1tuple__size_3_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html b/structstd_1_1tuple__size_3_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html index b27ba369eb..a6edf28570 100644 --- a/structstd_1_1tuple__size_3_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html +++ b/structstd_1_1tuple__size_3_01llama_1_1ArrayExtents_3_01SizeType_00_01Sizes_8_8_8_01_4_01_4.html @@ -125,7 +125,7 @@ diff --git a/structstd_1_1tuple__size_3_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html b/structstd_1_1tuple__size_3_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html index 7f72e45eb7..960adeb920 100644 --- a/structstd_1_1tuple__size_3_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html +++ b/structstd_1_1tuple__size_3_01llama_1_1ArrayIndex_3_01V_00_01N_01_4_01_4.html @@ -125,7 +125,7 @@ diff --git a/structstd_1_1tuple__size_3_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html b/structstd_1_1tuple__size_3_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html index bb496dd9fe..07ddb2d50a 100644 --- a/structstd_1_1tuple__size_3_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html +++ b/structstd_1_1tuple__size_3_01llama_1_1Array_3_01T_00_01N_01_4_01_4.html @@ -125,7 +125,7 @@ diff --git a/structstd_1_1tuple__size_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html b/structstd_1_1tuple__size_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html index 5cb3126179..426f57f8c5 100644 --- a/structstd_1_1tuple__size_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html +++ b/structstd_1_1tuple__size_3_01llama_1_1RecordRef_3_01View_00_01BoundRecordCoord_00_01OwnView_01_4_01_4.html @@ -125,7 +125,7 @@ diff --git a/structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4-members.html b/structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4-members.html index 232422bc09..64e8aaa7b9 100644 --- a/structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4-members.html +++ b/structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4-members.html @@ -95,7 +95,7 @@ diff --git a/structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html b/structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html index ed2982cfb2..d9bbd3e0b9 100644 --- a/structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html +++ b/structstd_1_1tuple__size_3_01llama_1_1Tuple_3_01Elements_8_8_8_01_4_01_4.html @@ -139,7 +139,7 @@

                                                                    - +
                                                                  diff --git a/toString_8hpp.html b/toString_8hpp.html index d137c26935..cc7167c86f 100644 --- a/toString_8hpp.html +++ b/toString_8hpp.html @@ -174,7 +174,7 @@ diff --git a/toString_8hpp_source.html b/toString_8hpp_source.html index f747d78f6e..e5e1d5a074 100644 --- a/toString_8hpp_source.html +++ b/toString_8hpp_source.html @@ -184,7 +184,7 @@