CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
sfinae
09-06
OS
Why SFINAE has different behavior with gcc <11 vs >12?
08-28
database
How to pass reference of noncopyable type to SFINAE "catch-all" overload function?
08-19
database
Generic function template deduction over existing function overloads
08-18
database
Type trait to check if istream operator>> exists for given type
08-17
Software design
Type trait to check if istream operator>> exists for given type
08-17
Software engineering
Disable to_json and from_json if member variable types don't support nlohmann's json libra
08-12
Enterprise
How do I write SFINAE for copy-list-init in a return statement, in a portable way?
08-11
Net
How to implement a std::function with operator= that can check if its rhs has same signature
08-09
front end
variadic arguments which are all a specialization of a template type
07-17
Back-end
SFINAE template specialization matching rule
06-27
Enterprise
Using SFINAE to check if member exists in class based on a template
06-27
Net
Avoid conversion from const to non const (typename)
06-22
database
Templated requires clause fails
06-19
Net
Why is this function call didn't reject the unsuitable overload?
06-14
OS
SFINAE when using lvalue ref but success when using rvalue ref
06-01
Blockchain
Is function trailing return type evaluated when requires clause fails
05-29
Back-end
How to restrict generic class method template parameter to certain types?
05-11
Software engineering
What is wrong with my application of SFINAE when trying to implement a type trait?
05-10
Net
SFINAE doesn't work in recursive function
05-09
Blockchain
Why does std::is_invocable_r reject functions returning non-moveable types?
05-01
Enterprise
Is exists SFINAE technique to check several statement?
04-19
OS
Why does this code with SFINAE compiles error, even though there is a template that can match
04-09
Back-end
C Detect private member of friend class with CRTP
03-20
Software engineering
Failure to select correct operator== with MSVC but not gcc/clang for templated class
03-18
Back-end
Usage of decltype in return type of function template removes error due to exception specification
03-17
Enterprise
SFINAE still produces error while using exception
03-04
Software design
conditional execution path on static class trait
03-02
other
C template argument limited to classes (not basic types)
03-02
Software engineering
Why SFINAE report error in function overloading
03-01
Software engineering
SFINAE does not work in a non-type template class
02-28
front end
Fallback for "std::ostream" and "<<" operator using SFINAE and templates i
02-18
OS
SFINAE User-Defined-Conversion Operator
01-04
other
Is there a SFINAE-template to check if a class has no functions of any kind?
12-30
front end
SFINAE Ambiguity
12-29
Enterprise
Member by member assignment of different classes based on the same template
12-28
Software design
why std::decltype is returning reference to a named lvalue object?
12-12
Mobile
How to specialize a value template with multiple enum values
12-11
Mobile
Generic constructor template called instead of copy/move constructor
12-01
front end
Bug in templated conversion operator in GCC: Workaround?
11-30
database
What is the purpose of "int[]" here: "std::void_t<int[static_cast<Int>(-1) &
59
1
2
Next
Last
Links:
CodePudding