Pretty Good Sum Type
1.0.0
|
This is the complete list of members for pgs::recursive_union_indexer< I, T, Ts >, including all inherited members.
ptr(recursive_union< T, Ts... > &u) -> decltype(recursive_union_indexer< I-1, Ts... >::ptr(u.r)) | pgs::recursive_union_indexer< I, T, Ts > | inlinestatic |
ptr(recursive_union< T, Ts... > const &u) -> decltype(recursive_union_indexer< I-1, Ts... >::ptr(u.r)) | pgs::recursive_union_indexer< I, T, Ts > | inlinestatic |
ref(recursive_union< T, Ts... > &u) -> decltype(recursive_union_indexer< I-1, Ts... >::ref(u.r)) | pgs::recursive_union_indexer< I, T, Ts > | inlinestatic |
ref(recursive_union< T, Ts... > const &u) -> decltype(recursive_union_indexer< I-1, Ts... >::ref(u.r)) | pgs::recursive_union_indexer< I, T, Ts > | inlinestatic |