We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d153a0f commit 7f4e3baCopy full SHA for 7f4e3ba
source/containers.tex
@@ -19633,9 +19633,9 @@
19633
template<class M>
19634
concept @\defexposconcept{layout-mapping-alike}@ = requires { // \expos
19635
requires @\exposid{is-extents}@<typename M::extents_type>;
19636
- { M::is_always_strided() } -> same_as<bool>;
19637
- { M::is_always_exhaustive() } -> same_as<bool>;
19638
- { M::is_always_unique() } -> same_as<bool>;
+ { M::is_always_strided() } -> @\libconcept{same_as}@<bool>;
+ { M::is_always_exhaustive() } -> @\libconcept{same_as}@<bool>;
+ { M::is_always_unique() } -> @\libconcept{same_as}@<bool>;
19639
bool_constant<M::is_always_strided()>::value;
19640
bool_constant<M::is_always_exhaustive()>::value;
19641
bool_constant<M::is_always_unique()>::value;
0 commit comments