LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::SomeInvokable Concept Reference

#include "typegetter.h"

Concept definition

template<typename F>
concept LC::Util::SomeInvokable = requires (F f) { detail::TypeGetter (f); }
std::tuple< R, Args... > * TypeGetter(R(*)(Args...))
Container< T > Filter(const Container< T > &c, F f)
Definition prelude.h:118

Detailed Description

Definition at line 37 of file typegetter.h.