Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in variant

How to stream std::variant<...,...>

c++ stream c++17 variant

Unsafe, `noexcept` and no-overhead way of accessing `std::variant`

c++ c++17 variant

How can I convert from generic to Variant in Delphi

What is boost::variant memory and performance cost?

c++ boost variant

What is the equivalent of boost::variant in the C++ standard library?

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?