Search code examples
Pointer conversion, cannot convert Two* to One*...

c++conversion-operator

Read More
Is `using Base::operator T` allowed where `T` is a template type parameter?...

c++templatesconversion-operatorusing-declaration

Read More
conversion operator bypasses constructor of the derived type and skips to copy-initialization of the...

c++privateradixconversion-operatorcopy-initialization

Read More
static_cast vs. direct call to conversion operator?...

c++castingstatic-castconversion-operator

Read More
Call of explicitly instantiated template function through conversion operator...

c++templateslinker-errorsconversion-operatorexplicit-instantiation

Read More
C++ conversion operator with parameter...

c++parametersoperator-overloadingconversion-operator

Read More
Overload resolution with multiple functions and multiple conversion operators...

c++overloadinglanguage-lawyeroverload-resolutionconversion-operator

Read More
Is operator void*() conversion still part of C++ library?...

c++g++coutdelete-operatorconversion-operator

Read More
Operator must take 'void'...

c++classconversion-operator

Read More
Second order implicit conversion...

c++language-lawyerc++14implicit-conversionconversion-operator

Read More
Conversion operator with default template argument...

c++templatesconversion-operator

Read More
What is the difference between object.operator bool() and (bool) object?...

c++c++11gdbclang++conversion-operator

Read More
I'm confused about inheritance of conversion operator...

c++inheritanceconversion-operator

Read More
Is it possible to declare the conversion function returning array reference without the typedef?...

c++type-conversiontypedeflanguage-lawyerconversion-operator

Read More
clang++ fails but g++ succeeds on using a cast to const-unrelated-type operator in an assignment...

c++11g++language-lawyerclang++conversion-operator

Read More
operator T() not used in assignment...

c++qtimplicit-conversionoverload-resolutionconversion-operator

Read More
Conversion operators in class templates...

c++templatestype-conversionimplicit-conversionconversion-operator

Read More
Why does un-named object returned by value get destructed before its conversion operator is called?...

c++conversion-operatorreturn-by-value

Read More
Generating IL for Nullable<T> serialization?...

c#nullablereflection.emitilconversion-operator

Read More
C++ cast operator of pointer...

c++castingtype-conversionconversion-operator

Read More
Why I'm not able to prevent the undesirable C-style cast to compile?...

c++castingstandardsconversion-operator

Read More
Explicit ref-qualified conversion operator templates in action...

c++c++11rvalue-referenceconversion-operatorref-qualifier

Read More
Since there are two ways to define a conversion in C++ how do they interact when there are two possi...

c++implicit-conversionconversion-operator

Read More
conversion operator with forward declartation...

c++operatorsoverloadingconversion-operator

Read More
Conversion operator is not working for function parameter...

c++implicit-conversionconversion-operator

Read More
Nested implicit conversion in C++...

c++implicit-conversionconversion-operator

Read More
automatic conversion from string to myclass...

c++conversion-operator

Read More
Ambiguity involving templated conversion operator and implicit copy constructor...

c++templatesc++11overload-resolutionconversion-operator

Read More
how to convert a built-in type to user-defined type...

c++conversion-operator

Read More
C# how to make a class that behave like Nullable<T>...

c#classtype-conversionimplicit-conversionconversion-operator

Read More
BackNext