OpenKalman
Variables
callable-concepts.hpp File Reference

Definitions relating to standard c++ library concepts. More...

#include "invoke.hpp"
Include dependency graph for callable-concepts.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

template<typename F , typename... Args>
constexpr bool OpenKalman::stdex::invocable = std::is_invocable_v<F, Args...>
 
template<typename F , typename... Args>
constexpr bool OpenKalman::stdex::regular_invocable = invocable<F, Args...>
 

Detailed Description

Definitions relating to standard c++ library concepts.