Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Artyer
Artyer has asked
9
questions and find answers to
180
problems.
Stats
4.2k
EtPoint
1.3k
Vote count
9
questions
180
answers
About
Artyer questions
How to include C++ 17 headers with g++ 6.2.0 with -std=c++17 (optional, any, string_view, variant)
Allow positional command-line arguments with nargs to be seperated by a flag
Artyer answers
std::construct_at vs placement new; additional move/copy constructor call
Is clang broken with `-std=c++20` and `-Wdtor-name`
Why does clang allow this C-style cast in a constexpr?
C++: Parse decimal from stream into uint8_t
Why does the random access property of iota_view depend on the element type? And how to write a Foo such that iota(Foo{1}, Foo{10}) is random-access?
Best concept to check that all types in a parameter pack are unique
Why std::allocator<T>::allocate calls ::operator new?
Is std::atomic<bool> trivially copyable?
What is correct mental model for [[no_unique_address]] in C++?
Function candidates and declaration order