Go to the source code of this file.
|
| atria |
| C++ amazing templates and reusable implementations awesomeness.
|
|
| atria::meta |
| Metaprogramming tools, including some Booost.MPL adaptors and concept checking facilities.
|
|
|
#define | ABL_DECLTYPE_RETURN(body_expr) decltype(body_expr) { return (body_expr); } |
| Utility for defining generic functions with a deduced return type, that are composed of a single expression. More...
|
|
#define ABL_DECLTYPE_RETURN |
( |
|
body_expr | ) |
decltype(body_expr) { return (body_expr); } |
Utility for defining generic functions with a deduced return type, that are composed of a single expression.
Definition at line 109 of file utils.hpp.