Search code examples
would exceptions be a reasonable way to return different types?...


c++exceptionreturn-type

Read More
C++ virtual function return type...


c++inheritancevirtual-functionsoverridingreturn-type

Read More
Python - class object return value...


pythonoopmethodsreturn-type

Read More
Returning an array in c++ conversion function...


c++implicit-conversionreturn-typefunction-definitionincompatibletypeerror

Read More
Function return type overloading C++...


c++overloadingreturn-type

Read More
Seeking a safe translation of a Python dict as a return type to Dart...


dartreturn-typetype-safety

Read More
Apply ReturnType on union type...


typescripttypescript-genericsreturn-typemapped-typesnested-generics

Read More
What does return function do in the functions below?...


python-3.xfunctionreturn-type

Read More
How can IEnumerable.GetEnumerator()'s go-to implemetation is to return GetEnumerator(), if GetEn...


c#genericsienumerablereturn-typeienumerator

Read More
Return multiple values in TypeScript...


typescriptreturn-typetypechecking

Read More
How to return a statically allocated two-dimensional array in C?...


cmultidimensional-arrayreturn-typefunction-declaration

Read More
Solidity return null value...


nullreturnsolidityreturn-type

Read More
how return different types from function in c++?...


c++operator-overloadingreturn-type

Read More
Returning a table in firebird 3.0 with stored function or stored procedure...


sqlstored-proceduresreturn-typestored-functionsfirebird-3.0

Read More
Why int function works even when they're not declared first in C...


cfunctionreturnprototypereturn-type

Read More
How to return the class instance in a function in Python...


pythonfunctionclassinstancereturn-type

Read More
GCC: How to customising warning and errors generated from compilation...


c++cgccreturn-typegcc-warning

Read More
Cannot convert return expression of type '()' to return type 'Double'...


swiftfunctionreturn-type

Read More
In Subarray with given sum I'm stuck on how to return an ArrayList in Java...


javaarraylistreturn-type

Read More
How to create a struct parameter that is a closure with input, returning `some View` instead of `Any...


swiftparametersswiftuiclosuresreturn-type

Read More
Java Return Type And Method Failure...


javamethodsstatic-methodsvoidreturn-type

Read More
Why isn't shared_ptr implicitly converted to boolean when returning it in a function?...


c++booleanshared-ptrimplicit-conversionreturn-type

Read More
Why Typescript tries to match one branch of conditional type with another?...


typescriptreturn-typeconditional-types

Read More
forEach parameter does not match Consumer functional interface parameters but code still compiles, w...


javalambdaconcurrencyreturn-typeexecutor

Read More
Return type of get Class method is different from actual returntype...


javaobjectgenericswildcardreturn-type

Read More
Return type of closure in C++...


c++pointersclosuresfunction-pointersreturn-type

Read More
Swift inheritance function return type can't be sub-type...


swiftinheritanceswiftuisubclassreturn-type

Read More
What can WebAssembly return?...


ioreturnreturn-valuewebassemblyreturn-type

Read More
Method Overriding in Dart when the Return Type is "void"...


dartoverridingvoidreturn-type

Read More
return 2D array from C function...


cmultidimensional-arrayreturn-typefunction-declarationvariable-length-array

Read More
BackNext