#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <vector>
#include <range/v3/range/conversion.hpp>
#include <range/v3/view/iota.hpp>
#include "beluga/views/take_evenly.hpp"
Go to the source code of this file.