Search code examples
"No matching function for call" error when creating a vector of function variants...

c++c++17variant

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

c++language-lawyerc++17variant

Read More
C++ Get std::typeindex of type currently help by std::variant...

c++reflectionvariantcrtpalgebraic-data-types

Read More
Is GCC9 avoiding valueless state of std::variant allowed?...

c++c++17variantstd

Read More
How to dump Delphi OleVariant content to the file?...

delphidebuggingdelphi-2009varianttclientdataset

Read More
Which implementations are conformant for constant time dispatch of std::visit?...

c++variantstdvisitor-pattern

Read More
Write result of function to a variable, where result could be an object...

vbaexcelobjectvariant

Read More
std variant and forward declarations...

c++c++17variantreference-wrapper

Read More
C++17, making a variadic template that uses an std::variant that is dependant on template params?...

c++c++17variadic-templatesvariant

Read More
How to access the `polymorphic` base class for any child of an `std::variant`?...

c++inheritancepolymorphismc++17variant

Read More
How is duck typing different from the old 'variant' type and/or interfaces?...

interfacevariantduck-typing

Read More
std::variant converting constructor doesn't handle const volatile qualifiers...

c++variantstd

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

c++c++17llvm-clangvariant

Read More
Variant but not an Object...

excelvbavariant

Read More
How to make a template function enabled if one of variant's types?...

c++c++17template-meta-programmingtype-traitsvariant

Read More
A std::visit-like function for visiting over polymorphic types...

c++polymorphismvariantvisitor-pattern

Read More
Operator|| overloading for std::variant...

c++c++17varianttype-erasure

Read More
std::variant and incomplete type: how does it work?...

c++variant

Read More
Pattern matching against the number of arguments of a constructor...

pattern-matchingocamlvariant

Read More
Pass ListObject to array. type variable String error...

excelvbastringvariantlistobject

Read More
Clang claims constexpr member of generic lambda argument is not constexpr...

c++c++17variantgeneric-lambda

Read More
VBA: Write array to sheet in a block (one memory access)...

arraysexcelvbaoptimizationvariant

Read More
Can a Variant property have default value?...

delphipropertiesdefault-valuevariant

Read More
How to pass a variant as constructor parameter or as function argument...

c++variant

Read More
Problems trying to construct a wrapper measuring function call time...

c++templateswrappervariantvariadic

Read More
Variant visitor with different return types...

c++variantboost-variant

Read More
Templatized child not accepted as parent when using variant...

c++templatesvariant

Read More
How to guarantee copy elision with std::variant?...

c++c++17variantcopy-elision

Read More
How to have a C++ stack with more than one data type?...

c++stringvectorstackvariant

Read More
How to use a defined type inside a class as a val in Ocaml?...

syntaxocamlvariant

Read More
BackNext