FITFLOP
Home

stdmap (2 post)


posts by category not found!

set a sentinel value for std::map.end() for gcc compiler

Using Sentinel Values with std map end in GCC When working with C and specifically with the Standard Template Library STL its common to iterate over collections

3 min read 21-10-2024 23
set a sentinel value for std::map.end() for gcc compiler
set a sentinel value for std::map.end() for gcc compiler

Can find_if be used to find a key in std::map/std::unordered_map?

Can std find if be Used to Find a Key in std map or std unordered map Lets explore the use of std find if to locate keys within std map and std unordered map Wh

2 min read 05-10-2024 42
Can find_if be used to find a key in std::map/std::unordered_map?
Can find_if be used to find a key in std::map/std::unordered_map?