Searched defs:WithoutMonostate (Results 1 – 1 of 1) sorted by relevance
19 struct WithoutMonostate struct23 using type = decltype(removeMonostate(Variant{}));29 using WithoutMonostate = typename details::WithoutMonostate<Variant>::type; typedef