minor formatting
This commit is contained in:
parent
c020e8bcc3
commit
13a5bdf984
1 changed files with 3 additions and 1 deletions
|
@ -632,7 +632,9 @@ public:
|
|||
}
|
||||
|
||||
// get<T>()
|
||||
template<typename T, typename std::enable_if<(detail::direct_type<T, Types...>::index != detail::invalid_value)>::type* = nullptr>
|
||||
template<typename T, typename std::enable_if<
|
||||
(detail::direct_type<T, Types...>::index != detail::invalid_value)
|
||||
>::type* = nullptr>
|
||||
VARIANT_INLINE T& get()
|
||||
{
|
||||
if (type_index == detail::direct_type<T, Types...>::index)
|
||||
|
|
Loading…
Add table
Reference in a new issue