Registry / utility / boost-tokenizer

boost-tokenizer

JSON →
library1.90.0vcpkgunverified

Boost tokenizer module provides a flexible way to break a string into tokens.

vcpkg install boost-tokenizer
INSTALL
IMPORT
SIG · BOOST-TOKENIZER
B
boost-tokenizer
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/tokenizer.hpp
#include <boost/tokenizer.hpp>

Tokenize a comma-separated string

#include <boost/tokenizer.hpp> #include <iostream> #include <string> int main() { std::string s = "Hello,World,Boost"; boost::tokenizer<> tok(s); for (auto t : tok) std::cout << t << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources

No resource links recorded.