Lookup Functions.
More...
#include <L1MuGMTLUTHelpers.h>
Lookup Functions.
some std::string tools
Definition at line 48 of file L1MuGMTLUTHelpers.h.
L1MuGMTLUTHelpers::Tokenizer::Tokenizer |
( |
const std::string & |
sep, |
|
|
const std::string & |
input |
|
) |
| |
|
inline |
Definition at line 50 of file L1MuGMTLUTHelpers.h.
References i, and j.
52 while( (
j=
input.find(sep,i))!=std::string::npos) {
53 push_back(
input.substr(i,
j-i));
56 push_back(
input.substr(i));
static std::string const input