OpenKalman
Classes | Typedefs | Variables
algorithm.hpp File Reference

Definition of callable objects equivalent to std::ranges::equal_to, etc. More...

#include <algorithm>
#include "basics/compatibility/iterator.hpp"
#include "basics/compatibility/ranges/range-concepts.hpp"
Include dependency graph for algorithm.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::stdex::ranges::in_out_result< I, O >
 
struct  OpenKalman::stdex::ranges::detail::copy_fn
 

Typedefs

template<typename I , typename O >
using OpenKalman::stdex::ranges::copy_result = in_out_result< I, O >
 

Variables

constexpr detail::copy_fn OpenKalman::stdex::ranges::copy
 

Detailed Description

Definition of callable objects equivalent to std::ranges::equal_to, etc.