Search code examples
Integer cast overload being used instead of bool cast overload...


c++classoperator-overloadingconstantsconversion-operator

Read More
Conversion vs subscript operator overload for class wrapping an array...


c++operator-overloadingconversion-operator

Read More
GCC C++ bug? (T)x matching X::operator const T&() const differs from clang's...


c++gccc++17language-lawyerconversion-operator

Read More
conversion operator as standalone function...


c++type-conversionconversion-operator

Read More
Can assignment to auto have a type other than the result of the r-value expression?...


c++operator-overloadingc++17c++20conversion-operator

Read More
Why is copy-ctor called instead of implicit conversion operator when using variadic arguments...


c++copy-constructorconversion-operator

Read More
When overloading operators in C++ why is T* preferred over bool?...


c++classoperator-overloadingimplicit-conversionconversion-operator

Read More
Why does this conditional operator evaluate to int?...


c++conditional-operatorconversion-operator

Read More
How do I avoid a conversion operator to invoke the copy constructor?...


c++conversion-operator

Read More
Conversion operator overloading...


c++overloadingfunction-templatesconversion-operator

Read More
c++ Using a a template function with enum class and overloaded conversion operators...


c++member-functionsfunction-templatesenum-classconversion-operator

Read More
How to use SFINAE to enable implicitness of explicitness of the conversion operator?...


c++11implicit-conversionsfinaeexplicitconversion-operator

Read More
Template conversion operator difference between clang 6 and clang 7...


c++templatesclanglanguage-lawyerconversion-operator

Read More
C++ Conversion operator for converting to function pointer...


c++function-pointersconversion-operator

Read More
Conversion operator vs deleted constructor...


c++c++11conversion-operatordeleted-functions

Read More
Ambiguous resolution with template conversion operator...


c++templateslanguage-lawyerconversion-operator

Read More
Implicit conversion operator vs template constructor - who should be prioritized?...


c++language-lawyerc++17copy-elisionconversion-operator

Read More
Implicit conversion operator doesn't kick in with operator overloading...


c++c++11operator-overloadingconversion-operator

Read More
C++ conversion operator to chrono::duration - works with c++17 but not C++14 or less...


c++c++14c++-chronoconversion-operatorc++17

Read More
Type Conversion/Casting Confusion in C++...


c++type-conversioncastingconversion-operator

Read More
How do conversion operators work in C++?...


c++conversion-operator

Read More
Which of these conversions should be ambiguous?...


c++language-lawyeroverload-resolutionconversion-operatorcopy-initialization

Read More
Implicit conversion between templates...


c++templatesimplicit-conversionconversion-operator

Read More
Conversion operator from one templated class to another, related template class...


c++templatesconversion-operator

Read More
What are the rules for template conversion operator type deduction in initializations?...


c++templateslanguage-lawyerconversion-operator

Read More
How to generalize container adaptors with templates?...


c++templatesstackqueueconversion-operator

Read More
Is there a way to force auto deduction to consider operator <some_type>() over copy assignment...


c++c++14autotype-deductionconversion-operator

Read More
How is std::getline() equated with bool?...


c++stloperator-keywordgetlineconversion-operator

Read More
Clang and GCC disagree on legality of direct initialization with conversion operator...


c++initializationtype-conversionlanguage-lawyerconversion-operator

Read More
Why doesn't this class implicitly convert to a pointer?...


c++conversion-operator

Read More
BackNext