Checks if a function returns nothing. More...
Inherits TraitOf< detail::is_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
.
T | Type to check. |
Definition at line 121 of file function.hpp.