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 c++14
Testing if member function exists using variadics
Mar 05, 2022
c++
c++11
metaprogramming
variadic-templates
c++14
Does the standard require std::tuple_size to be SFINAE-friendly?
Mar 19, 2022
c++
c++14
sfinae
Equivalent of existential quantification in C++?
Oct 24, 2022
c++
haskell
c++14
existential-type
How to use is_transparent feature on a string literal with unordered_map from std::string?
Oct 23, 2022
c++
unordered-map
c++14
Is it well-defined to cast xvalues to lvalues for passing to functions?
Sep 21, 2022
c++
c++11
language-lawyer
undefined-behavior
c++14
C++14 type lists, any reason to prefer 'free functions' to 'methods' or vice versa?
Sep 26, 2019
c++
c++11
c++14
template-meta-programming
boost-mpl
C++14: Initializing constexpr variables from parameter values
Sep 21, 2022
c++
gcc
clang
c++14
constexpr
Pointer to member: works in GCC but not in VS2015
Jun 26, 2022
c++
c++11
visual-c++
visual-studio-2015
c++14
Cannot construct constexpr array from braced-init-list
Dec 24, 2021
c++
arrays
constructor
c++14
constexpr
What is the difference between std::tie and std::forward_as_tuple
Oct 19, 2022
c++
c++14
Fixed-width integer literals in C++?
Sep 21, 2022
c++
c++11
language-lawyer
c++14
user-defined-literals
Why can ranges not be used for the pipes library functionality?
Dec 26, 2021
c++
c++14
range-v3
std-ranges
Event emitter and automatic registrations of member methods as listeners
Mar 18, 2022
c++
templates
events
c++14
variadic-templates
Count the number of arguments in a lambda
Oct 29, 2022
c++
lambda
c++14
template-meta-programming
generic-lambda
Simulating the range-based for loop's begin/end behavior
Sep 12, 2022
c++
c++11
foreach
c++14
Redefinitions of constexpr static data members are allowed now? (but not inline const)?
Sep 21, 2022
c++
c++14
c++17
How can I polymorphically store and access different types from the same inheritance hierarchy in contiguous memory?
Oct 18, 2020
c++
memory-management
polymorphism
c++14
Avoid dangling reference for reverse range-based for-loop implementation
Aug 08, 2021
c++
for-loop
c++14
rvalue-reference
Generic lambda vs generic function give different behaviour
Mar 05, 2021
c++
lambda
c++14
Is using std::optional<int> as efficient as using int?
Oct 30, 2022
c++
performance
optional
c++14
boost-optional
« Newer Entries
Older Entries »