Searched defs:storage_restrict_traits (Results 1 – 1 of 1) sorted by relevance
421 struct storage_restrict_traits { struct422 typedef S1 storage_category;426 struct storage_restrict_traits<sparse_tag, dense_proxy_tag> { struct427 typedef sparse_proxy_tag storage_category;430 struct storage_restrict_traits<sparse_tag, packed_proxy_tag> { struct431 typedef sparse_proxy_tag storage_category;434 struct storage_restrict_traits<sparse_tag, sparse_proxy_tag> { struct435 typedef sparse_proxy_tag storage_category;439 struct storage_restrict_traits<packed_tag, dense_proxy_tag> { struct440 typedef packed_proxy_tag storage_category;[all …]