fifr::util  fifr::util C++ utility library

Introduction

This is small library of useful C++ functions.

Documentation

The (very sparse) API documentation can found here.

Download

Latest development version: util-trunk.tar.gz

The project lives in a fossil repository. In order to clone the repository, execute the following commands:

fossil clone http://fifr.spdns.de/cpp-util path/to/cpp-util.fossil
mkdir path/to/util-sources
cd path/to/util-sources
fossil open path/to/cpp-util.fossil

Installation

fifr::util is designed to be copied into your project. Just copy all files from the src/ directory to your project. Note that fifr::util requires C++14.