rokudev / rostd

Roku extensions to the C++ standard library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Roku extensions to the C++ standard library

License:Apache License 2.0


Languages

Language:C++ 94.8%Language:CMake 5.2%