CAF 0.17.6
Loading...
Searching...
No Matches
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>
bool caf::detail::is_manipulator< F >::value
staticconstexpr
Initial value:
=
Checks wheter T is a non-const reference.
Definition type_traits.hpp:434
Tests whether a predicate holds for some of the elements of a list.
Definition type_list.hpp:507

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