CbmRoot
Loading...
Searching...
No Matches
StlUtils.h File Reference

This file contains utility functions for STL containers. More...

#include <algorithm>
#include <string>
#include <string_view>
Include dependency graph for StlUtils.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

This file contains utility functions for STL containers.

Definition in file StlUtils.h.