Registry / utility / boost-lexical-cast

boost-lexical-cast

JSON →
library1.90.0vcpkgunverified

Boost.LexicalCast provides a general-purpose literal text conversion tool.

vcpkg install boost-lexical-cast
INSTALL
IMPORT
SIG · BOOST-LEXICAL-CAST
B
boost-lexical-cast
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/lexical_cast.hpp
#include <boost/lexical_cast.hpp>

Converts string to int using lexical_cast.

#include <boost/lexical_cast.hpp> #include <iostream> int main() { int i = boost::lexical_cast<int>("123"); std::cout << i << 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
9 hits · last 30 days
node
8
Meta
1
Resources

No resource links recorded.

boost-lexical-cast — pip install boost-lexical-cast · libregistry