Registry / utility / xtl
library0.8.1vcpkgunverified

The x template library provides template utilities and type traits for the xtensor ecosystem.

vcpkg install xtl
INSTALL
IMPORT
SIG · XTL
X
xtl
utilitycppv0.8.1
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.

xtl/xbasic_fixed_string.hpp
#include <xtl/xbasic_fixed_string.hpp>

Minimal xtl fixed_string usage

#include <xtl/xbasic_fixed_string.hpp> #include <iostream> int main() { xtl::fixed_string<10> fs("hello"); std::cout << fs.c_str() << '\n'; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources

No resource links recorded.