shiva::range

Purpose

This module simply makes a namespace alias on nanorange. This module is represented by a cmake interface library that facilitates its handling through other modules.

#include <shiva/range/nanorange.hpp>

namespace shiva
{
    namespace ranges = ::nano::ranges;
}

Last updated