Non-Modifying Algorithms

for_each Search Elements std::find, std::find_if, std::find_if_not, std::find_of, and std::adjacent_find Count Elements std::count, and std::count_if Check Conditions on Ranges std::all_of, std::any_of, and std::none_of Compare Ranges equal

Qt Meta Type

The QMetaType class manages named types in the meta-object system The class is used as a helper to marshall types in QVariant and in

platformio configuration file

platformio.ini (configuration file) Each PlatformIO project has a configuration file named platformio.ini in the root directory for the project.platformio.ini has sections (each denoted by a [header])

1 4 5 6 7 8 11