Search code examples
Is type qualifier on return type meaningless?...


c++constantsfunction-pointersreturn-typefunction-templates

Read More
python function that sometimes returns a tuple and sometimes just a float...


pythonreturn-type

Read More
C#: How to return optional ref to struct...


c#return-typeref

Read More
How does auto return type template specialization work with different return types?...


c++templatesc++17template-specializationreturn-type

Read More
Return from lambda forEach() in java...


javaforeachlambdajava-8return-type

Read More
Returning anonymous type in C#...


c#.netanonymous-typesreturn-type

Read More
Can a C# method return a method?...


c#methodslambdareturn-type

Read More
differentiate and nest function with template return type...


c++templatesreturn-type

Read More
What should main() return in C and C++?...


c++creturn-valueprogram-entry-pointreturn-type

Read More
[System.Collections.Generic.List[string]] as return value...


powershellreturn-typegeneric-list

Read More
Simultaneous use of overloading of parameter and overloading of return type...


c++overloadingreturn-type

Read More
ERROR: return type mismatch in function declared to return...


sqldatabasepostgresqlreturn-type

Read More
How to get return type of template parameter method?...


c++templatesc++20return-typedecltype

Read More
Why does StringHashMap.put in Zig give "expected type 'usize', found 'error{OutOfMe...


return-typezig

Read More
How to define the return type / OutputType of a function...


powershellfunctionreturn-valuereturn-type

Read More
Identifier Node* is undefined(linker problem)...


c++linkerheader-filesreturn-type

Read More
Change to void or keep the return values...


javarefactoringvoidreturn-type

Read More
Return Type Covariance with Smart Pointers...


c++smart-pointersvirtual-functionsreturn-type

Read More
Get generic ReturnType of a generic function called with certain Parameter types...


typescripttypesparametersreturn-type

Read More
Void as return type...


phpvoidreturn-typephp-7

Read More
How to specify an inferred (auto) return type in an `if constexpr` branch that always throws?...


c++return-typeauto

Read More
Apply pandas function to column to create multiple new columns?...


pythonpandasmergemultiple-columnsreturn-type

Read More
Options for returning multiple types from a method...


c++return-valuereturn-type

Read More
Howto: C++ function that adjusts its return type to the callers needs...


c++genericsreturn-type

Read More
Base function return type on type of local variable...


typescriptreturn-type

Read More
Is it safe to return a struct in C or C++?...


c++cfunctionstructreturn-type

Read More
Return different type of data from a method in java?...


javareturnreturn-type

Read More
Java compile error in method with generic return type...


javagenericsreturn-type

Read More
What does it mean to return a reference?...


c++parametersreferencereturn-type

Read More
Symfony: Form issue using Return type hinting in Doctrine Entity methods...


phpsymfonydoctrine-ormphp-7return-type

Read More
BackNext