CAF 0.17.6
Static Public Attributes | List of all members
caf::detail::is_manipulator< F > Struct Template Reference

Checks wheter F takes mutable references. More...

#include <type_traits.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<class F>
struct caf::detail::is_manipulator< F >

Checks wheter F takes mutable references.

A manipulator is a functor that manipulates its arguments via mutable references.

Member Data Documentation

◆ value

template<class F >
constexpr bool caf::detail::is_manipulator< F >::value
staticconstexpr
Initial value:
=
tl_exists<typename get_callable_trait<F>::arg_types, is_mutable_ref>::value

The documentation for this struct was generated from the following file: