Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Dmitry Gordon
Dmitry Gordon has asked
2
questions and find answers to
17
problems.
Stats
303
EtPoint
70
Vote count
2
questions
17
answers
About
C++ for work. Rust for fun.
Dmitry Gordon questions
Is the following lifetime shortage conversion sound?
How can deserialization of polymorphic trait objects be added in Rust if at all?
Dmitry Gordon answers
Delayed update with proxy objects vs. "Avoid unnamed objects with custom construction and destruction"
Class template parameter pack expansion for constructors
Does promise.get_future() have to be called before setting a value?
Partial specialization fails for container iterators [duplicate]
Conditionally static_assert if function is called constexpr
Prevent certain std functions from being called
C++ call function with many different types
How to unroll a parameter pack from right to left
c++ generic compile-time for loop
Implementing and wrapping function composition in C++ for lazy evaluation