Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in non-member-functions
Why does std::iterator not contain std::prev() as a member function?
Mar 05, 2023
c++
iterator
std
member-functions
non-member-functions
Why does boost recommend using core functions over member functions?
Dec 10, 2022
c++
boost
member
non-member-functions
Support of std::cbegin() in C++14
Apr 13, 2022
c++
std
c++14
non-member-functions
begin() and end() free function overload on template
Apr 26, 2022
templates
c++11
boost
c++14
non-member-functions
What's the syntax to overload operator== as a free function with templated parameters?
Dec 23, 2017
c++
templates
operator-overloading
non-member-functions
Are begin(container) and end(container) standardized?
Nov 11, 2019
c++
iterator
c++11
containers
non-member-functions
C++: Difference Between Non-Member Function and Static Member Function?
Jul 13, 2022
c++
static-members
non-member-functions
Slicing and operator overloading in C++
Feb 17, 2022
c++
polymorphism
operator-overloading
object-slicing
non-member-functions
ADL in case of equal-named member function
Aug 04, 2022
c++
interface
argument-dependent-lookup
non-member-functions
Why are C++11 string new functions (stod, stof) not member functions of the string class?
Jun 01, 2019
c++
c++11
non-member-functions
unconventional uses of friend in c++
Aug 22, 2022
c++
templates
operator-overloading
friend
non-member-functions
Friend functions of a class template
Mar 09, 2022
c++
friend
function-templates
non-member-functions
Can refactoring an overloaded operator into a non-member function break any code?
Apr 29, 2022
c++
operator-overloading
implicit-conversion
argument-dependent-lookup
non-member-functions
Multiplying an object with a constant from left side
Oct 28, 2022
c++
templates
operator-overloading
member-functions
non-member-functions
Static, nonmember or static nonmember function?
Oct 04, 2020
c++
static
non-member-functions
Does C++ have a free function `size(object)`?
Nov 15, 2022
c++
visual-studio-2015
c++17
non-member-functions
Class VERSUS namespace, OR class AND namespace? [closed]
Feb 23, 2022
c++
class
namespaces
static-methods
non-member-functions
Invalid use of 'this' in non-member function
Jun 09, 2019
c++
compiler-errors
this
non-member-functions
Partial template specialization of free functions - best practices
Jul 24, 2022
c++
partial-specialization
non-member-functions
Static member functions
Sep 18, 2022
c++
function
static
static-members
non-member-functions
Older Entries »