Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in variant

Trouble with storing a type tag when implementing an std::variant-like class

c++ templates variant c++17

Is GCC9 avoiding valueless state of std::variant allowed?

Convert std::variant to another std::variant with super-set of types

Why can't Delphi variants hold objects?

delphi oop variant

Is there a way to reset a std::variant from a known alternative?

c++ c++17 variant

Is there any hope to call a common base class method on a std::variant efficiently?

Cannot initialize std::variant with various lambda expressions

c++ lambda future c++17 variant

Excel VBA: Variants in Array Variables

arrays excel vba types variant

How can I assign a Variant to a Variant in VBA?

vba types variant

Return type std::optional<std::variant<...>>

How to check whether a variant array is unallocated?

vba variant

Why does my variant convert a std::string to a bool?

c++ c++17 variant

What are the differences between std::variant and boost::variant?

check boost::variant<T> for null

c++ boost null variant

std::variant reflection. How can I tell which type of value std::variant is assigned?

How do I represent an Optional String in Go?

string go null optional variant

std::variant<>::get() does not compile with Apple LLVM 10.0

c++ c++17 llvm-clang variant

Using std::visit on a class inheriting from std::variant - libstdc++ vs libc++

What is idiomatic modern C++ for algebraic data types?

How to return the number of dimensions of a (Variant) variable passed to it in VBA [duplicate]

excel vba dimensions variant