/rostd

Roku extensions to the C++ standard library

Primary LanguageC++Apache License 2.0Apache-2.0

rostd

Roku extensions to the C++ standard library.

Features

rostd supports the following features.

Header Description

<rostd/printx.hpp>

Type-safe printf.

Dependencies

rostd depends on the C++ standard library.

Compatibility

rostd requires C++20 and primarily targets the gcc and clang compilers.

Test Suite

The rostd test suites are run with:

mkdir build
cd build
cmake ..
make all test