OpenKalman
Namespaces | Variables
invocable_on_collection.hpp File Reference

Definition for invocable_on_collection. More...

#include "collection.hpp"
#include "uniformly_gettable.hpp"
#include "collections/traits/size_of.hpp"
#include "collections/traits/collection_element.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.