1{{inherited | [[types/any_vec | {{small|simdpp::}}any_vec<B,V>]] |
2===Member types===
3{{dsc begin}}
4{{dsc hitem | Member type | Definition}}
5{{dsc | {{tt|type}} | {{tt|V}} }}
6{{dsc end}}
7
8===Member constants===
9{{dsc begin}}
10{{dsc hitem | Member constant | Value}}
11{{dsc | {{tt|length_bytes}} | {{tt|B}} }}
12{{dsc end}}
13
14===Member functions===
15{{dsc begin}}
16{{dsc mem fun | wrapped | nolink=true | returns the wrapped type }}
17{{dsc end}}
18
19{{member | {{small|simdpp::any_vec::}}wrapped | 2=
20{{dcl begin}}
21{{dcl | 1=
22V& wrapped();
23}}
24{{dcl | 1=
25const V& wrapped() const;
26}}
27{{dcl end}}
28
29Returns the wrapped type. Effectively the same as {{c|static_cast<V&>(*this)}} or {{c|static_cast<const V&>(*this)}} respectively.
30}}
31}}
32