Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::functional::invoke_policy Concept Reference

Determines whether the given type satisfies the constraints of an invoke-policy. More...

#include <BasicClosure.hpp>

Concept definition

template<template< class > class T>
Determines whether the given type satisfies the constraints of an invoke-policy.
Definition: BasicClosure.hpp:89

Detailed Description

Determines whether the given type satisfies the constraints of an invoke-policy.

Template Parameters
TType to check.

There are not many syntactic constraints, the concept can check for. The policy enables the invoke operators for the closure type and should therefore accept all valid argument combinations.