CbmRoot
|
Namespaces | |
namespace | algo |
namespace | atconverter |
namespace | ca |
namespace | core |
namespace | explore |
namespace | kf |
namespace | mcbm |
namespace | mq |
namespace | qa |
namespace | reco |
namespace | services |
namespace | sim |
namespace | trd |
Functions | |
template<class C , class T > | |
bool | Contains (const C &container, const T &value) |
std::string | Capitalize (std::string_view str) |
Capitalize the first letter of a string. The rest of the string is made lowercase. | |
std::string cbm::Capitalize | ( | std::string_view | str | ) |
Capitalize the first letter of a string. The rest of the string is made lowercase.
Definition at line 9 of file StlUtils.cxx.
Referenced by cbm::algo::Reco::QueueUnpackerMetricsDet().
bool cbm::Contains | ( | const C & | container, |
const T & | value ) |
Definition at line 21 of file StlUtils.h.
Referenced by cbm::algo::CommonUnpacker< Digi, MSMonitor, MSAux >::DoUnpack(), cbm::algo::Options::Has(), cbm::algo::Options::Has(), cbm::algo::Options::Has(), and cbm::algo::Options::HasOutput().