Lines Matching refs:bool
75 friend constexpr bool operator==(const extents&,
125 static constexpr bool is_always_unique() noexcept { return true; }
126 static constexpr bool is_always_exhaustive() noexcept { return true; }
127 static constexpr bool is_always_strided() noexcept { return true; }
129 static constexpr bool is_unique() noexcept { return true; }
130 static constexpr bool is_exhaustive() noexcept { return true; }
131 static constexpr bool is_strided() noexcept { return true; }
136 friend constexpr bool operator==(const mapping&, const mapping<OtherExtents>&) noexcept;
179 static constexpr bool is_always_unique() noexcept { return true; }
180 static constexpr bool is_always_exhaustive() noexcept { return true; }
181 static constexpr bool is_always_strided() noexcept { return true; }
183 static constexpr bool is_unique() noexcept { return true; }
184 static constexpr bool is_exhaustive() noexcept { return true; }
185 static constexpr bool is_strided() noexcept { return true; }
190 friend constexpr bool operator==(const mapping&, const mapping<OtherExtents>&) noexcept;
235 static constexpr bool is_always_unique() noexcept { return true; }
236 static constexpr bool is_always_exhaustive() noexcept { return false; }
237 static constexpr bool is_always_strided() noexcept { return true; }
239 static constexpr bool is_unique() noexcept { return true; }
240 constexpr bool is_exhaustive() const noexcept;
241 static constexpr bool is_strided() noexcept { return true; }
246 friend constexpr bool operator==(const mapping&, const OtherMapping&) noexcept;
332 [[nodiscard]] constexpr bool empty() const noexcept;
342 static constexpr bool is_always_unique() noexcept
344 static constexpr bool is_always_exhaustive() noexcept
346 static constexpr bool is_always_strided() noexcept
349 constexpr bool is_unique() const
351 constexpr bool is_exhaustive() const
353 constexpr bool is_strided() const