|
CbmRoot
|
This file contains utility functions for STL containers. More...
#include <algorithm>#include <string>#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | cbm |
Functions | |
| template<class C, class T> | |
| bool | cbm::Contains (const C &container, const T &value) |
| std::string | cbm::Capitalize (std::string_view str) |
| Capitalize the first letter of a string. The rest of the string is made lowercase. | |
This file contains utility functions for STL containers.
Definition in file StlUtils.h.