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 stdmap
Define a compare function for std::map which uses values instead of keys
Nov 03, 2025
c++
dictionary
stl
compare
stdmap
How to use std::partial_sum and output to a std::map?
Oct 31, 2025
c++
c++11
stdmap
How to find an element in std::map with structures that has at least one data member equal to the key
Nov 01, 2025
c++
struct
stdmap
If a std::map is cleared is it ensured, that the memory is deallocated
Oct 30, 2025
c++
memory-management
stdvector
stdmap
Initialising constexpr - " illegal initialization of 'constexpr' entity with a non-constant expression"
Oct 29, 2025
c++
initialization
constants
constexpr
stdmap
C++ std::map<std::string, AnyType> find a range of partially matching strings
Oct 26, 2025
c++
stdmap
boost::serialization: object with private default constructor works in a vector, but not in a map
Oct 25, 2025
c++
boost
stdmap
boost-serialization
How to check if a std::map contains a key that satisfies a predicate
Oct 22, 2025
c++
c++17
std
stdmap
Elegant way to ensure a std::map has a concrete size in compilation time
Oct 21, 2025
c++
enums
stdmap
static-assert
In practice, when `std::unordered_map` must be used instead of `std::map`?
Oct 21, 2025
c++
stl
unordered-map
stdmap
function pointer - Expression preceding parentheses of apparent call must have (pointer-to-) function type
Oct 17, 2025
c++
stdmap
pointer-to-member
Converting between the containers with transparent and non-transparent comparators
Oct 18, 2025
c++
c++17
stdmap
Is there a way in C++ to pass a map where the structure is immutable but the values are mutable?
Oct 17, 2025
c++
immutability
stdmap
Do std::(unordered_)map and std::(unordered_)set share code?
Oct 17, 2025
c++
std
stdmap
stdset
code-size
std map composite key
Sep 15, 2025
c++
stdmap
Transparent search for a std::map with a std::pair as a key
Sep 13, 2025
c++
std
stdmap
How can I append the content of one map to another map?
Sep 09, 2025
c++
visual-c++
stl
append
stdmap
C++: Inheriting from std::map
Sep 08, 2025
c++
inheritance
stdmap
virtual-destructor
How to find min/max in std::map like in std::set?
Mar 13, 2023
c++
c++11
set
stdmap
stdset
How to export function with return type std::map in c++
Mar 08, 2023
c++
function
stdmap
Older Entries »