Search code examples
lambda *args, **kwargs: None...


pythonlambdadefault-arguments

Read More
Way to Only Pass Second Template Parameter...


c++templatesparameter-passingtemplate-argument-deductiondefault-arguments

Read More
Clang does not notice default template parameters...


c++templatesclangdefault-arguments

Read More
Function with pointer to a function and vector with default value as arguments results in compilatio...


c++visual-c++function-pointersinitializer-listdefault-arguments

Read More
Does Python support Default Keyword and Default Variable Length Arguments?...


pythonpython-3.xdefault-argumentskeyword-argument

Read More
Different functions?...


c++overridingsignaturevirtual-functionsdefault-arguments

Read More
Missing declaration with default argument...


swiftdefault-arguments

Read More
Python pattern for keeping default arguments of subfunction...


pythondesign-patternsdefault-arguments

Read More
Where does a mutable object argument of a function lives? Is there a symbol table? (Python tutorial ...


pythonmutablefunction-declarationdefault-argumentssymbol-table

Read More
Template class with default parameters used in another template class with access to default paramet...


c++templatesdefault-arguments

Read More
Default argument and empty list initialization...


c++c++11default-constructordefault-argumentslist-initialization

Read More
Using default value for const reference argument causes crash...


c++referencedefault-arguments

Read More
Is there a more pythonic way to have multiple defaults arguments to a class?...


pythonclassconstructordefault-arguments

Read More
How to use functools.partial with os.path.join?...


pythonfunctional-programmingdefault-argumentspartial-applicationfunctools

Read More
Initialize member reference with default value...


c++constructordefault-arguments

Read More
How to use function return value as parameter for another function in PHP?...


phpfunctionargumentsparameter-passingdefault-arguments

Read More
C++ default arguments in function overload evaluated once or each time?...


c++overloadingdefault-arguments

Read More
Let there be a class named A. What is the difference between passing the following two objects: (a) ...


c++default-constructordefault-arguments

Read More
Default argument in the middle of parameter list?...


c++default-arguments

Read More
template method and default template argument...


c++templatesc++11default-argumentsscope-resolution

Read More
Special "undefined" value for default value of argument in PHP function...


phpfunctiondefault-parametersdefault-arguments

Read More
default arguments to template's expressions...


templatesnim-langdefault-arguments

Read More
Have I misunderstood the scope of this default argument shared_ptr?...


c++gccshared-ptrlibstdc++default-arguments

Read More
Including a large header to use an object as a default argument...


c++includeheader-filesiostreamdefault-arguments

Read More
How do default template arguments work?...


c++templatesdefault-arguments

Read More
Overloaded parent class constructors. Wrong inizializer choice?...


constructorparent-childinitializer-listdefault-constructordefault-arguments

Read More
Fixed-size and zero-initialised array as a default argument in C++11...


c++arraysc++11initializer-listdefault-arguments

Read More
Kotlin: how to make a function call using the first argument's default value and passing a value...


kotlindefault-arguments

Read More
I am unable to use a class variable as a default argument for the same class's function...


c++thisdefault-argumentsthis-pointer

Read More
Am I Allowed to Default a Template Argument in a Forward Declaration...


c++templatesmetaprogrammingforward-declarationdefault-arguments

Read More
BackNext