D | discrim-union.cpp | 67 class either { class 74 constexpr either(a<U> &&t) : in either() function in either 101 typedef either<int, char, double> icd; 114 constexpr either<const icd*, non_triv> icd4 = a<const icd*>(&icd2); 115 constexpr either<const icd*, non_triv> icd5 = a<non_triv>();
|