AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
Loading...
Searching...
No Matches
probfd::algorithms::get_t< n > Struct Template Reference

#include "probfd/algorithms/utils.h"

Description

template<size_t n>
struct probfd::algorithms::get_t< n >

Function object calling std::get<n> on its argument. Useful in ranges algorithms.