OpenKalman
Namespaces | Variables
invocable_on_collection.hpp File Reference

Definition for invocable_on_collection. More...

#include "basics/compatibility/ranges.hpp"
#include "tuple_like.hpp"
Include dependency graph for invocable_on_collection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman::collections
 Namespace for collections.
 

Variables

template<typename F , typename C , typename... Args>
constexpr bool OpenKalman::collections::invocable_on_collection
 Callable object F is invocable on each element of collection C, with additional parameters Args. More...
 

Detailed Description

Definition for invocable_on_collection.