aurora::NoOp< R, N > Struct Template Reference

Functor doing nothing. More...

Detailed Description

template<typename R, unsigned int N>
struct aurora::NoOp< R, N >

Functor doing nothing.

Template Parameters
RReturn type
NArity (number of arguments)

Can be used as a fallback function for the dynamic dispatchers. The functor returns a default-constructed object of type R, or nothing if R is void.


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