All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
gears::concepts::Generator< T > Struct Template Reference

Checks if a function returns nothing. More...

Inherits TraitOf< detail::is_generator, T >.

Detailed Description

template<typename T>
struct gears::concepts::Generator< T >

A Unary concept that checks if a function returns nothing (i.e. void).

For example. void f(int, int); meets the concept of Generator.

Template Parameters
TType to check.

Definition at line 121 of file function.hpp.