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 stdany
Why does an std::any_cast of a passed std::any inside a dlopen'd function raise an error
Jan 06, 2023
c++
scons
c++17
dlopen
stdany
Is it possible to store a reference in a std::any?
Nov 01, 2022
c++
c++17
std
stdany
C++: check if the value stored in std::any is integral
Apr 14, 2022
c++
c++20
stdany
What is the difference between `auto` and `std::any`?
Sep 26, 2022
c++
c++17
auto
stdany
How can I design storage that conforms to the standard's implementation of std::any?
Sep 05, 2022
c++
c++14
stdany
Using C++17 'any' with Xcode 8.1
Sep 04, 2022
c++
c++17
stdany
Move only type adapting std::any with dummy copy constructor is safe?
Mar 19, 2022
c++
c++17
move
stdany
Is there any way to cast a std::any containing a derived pointer to a base pointer, without knowing the derived type?
Sep 30, 2022
c++
stdany
`std::any_cast` returns a copy
Nov 10, 2022
c++
c++17
stdany
find an element in std::vector of std::any
Mar 25, 2022
c++
c++17
stdany
Does C++11 standard provide something like boost::any?
Oct 18, 2022
c++
c++11
boost
boost-any
stdany
C++ std::map holding ANY type of value
Aug 31, 2022
c++
templates
stl
stdmap
stdany