-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
Hi, Im updating xframe, where is xtl/xvariant.hpp?
template <class... T>
struct xdynamic_traits_impl<xtl::variant<T...>>
{
using value_type = xtl::variant<xtl::xoptional<T, bool>...>;
using reference = xtl::variant<xtl::xoptional<T&, bool&>...>;
using const_reference = xtl::variant<xtl::xoptional<const T&, const bool&>...>;
using pointer = xtl::xclosure_pointer<reference>;
using const_pointer = xtl::xclosure_pointer<const_reference>;
};
Metadata
Metadata
Assignees
Labels
No labels