Single-header header-only C++11 / C++14 / C++17 library for easily managing set of auto-generated type-safe flags.
c-plus-plus
cplusplus
cpp
c-plus-plus-11
bits
c-plus-plus-14
header-only
cplusplus-14
c-plus-plus-17
flags
single-header-lib
bitflags
cplusplus-11
cpp-11
cpp-14
cplusplus-17
cpp-17
header-library
-
Updated
Sep 29, 2021 - C++
Issue description
Linear search should be added. It should take a begin and end iterator to a collection and search for a value.
Take a look at the sorting algorithm interfaces for an example.
Checklist