Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
xmllmx
xmllmx has asked
391
questions and find answers to
11
problems.
Stats
2.4k
EtPoint
213
Vote count
391
questions
11
answers
About
xmllmx questions
What are the naming conventions of functions that return boolean? [closed]
Is there a way to reuse std::atomic on a given int32_t?
Why does std::forward not work in the lambda body?
Why does C++ lambda overloading not behave as expected?
Does std::ofstream guarantee the old open file will be closed if opening new one?
What's the difference between `String.class` and `new Class[]{String.class}`?
Does std::regex guaranttee the time-complexity in worst cases?
Why can't std::endl be passed as a function argument?
Is a function-returned temporary object not always r-value?
How to make a type T that `std::is_empty_v<T> && sizeof(T) > 1` is true?
xmllmx answers
Why does the parameter pack not work as expected in concepts?
Must T be unqualified in std::allocator<T>?
What replaces std::codecvt_utf8 in C++17 or how else do I convert an int to a u32 string? [duplicate]
What's the substitution of <codecvt> in C++17 or later? [duplicate]
Deprecated header <codecvt> replacement
how to pass arrays as parameters in constructor? c++
C++11 function definitions with auto keyword