|
| file | all.hpp [code] |
| |
| file | macro-define_tag.hpp [code] |
| | $define_tag(NAME) defines NAME as a ~unique pointer type in namespace tag.
|
| |
| file | macro-items_of.hpp [code] |
| | $items_of eases use of standard library functions, e.g. sort( $items_of( numbers ) ).
|
| |
| file | macro-use.hpp [code] |
| | Macros for generating more concise and clear using statements, primarily $use_cppx and $use_std, but also more generally $use_from_namespace, $use_namespace_name_in, $use_cppx_namespace_name, $use_std_namespace_name, $use_namespace_names_in, $use_cppx_namespace_names and $use_std_namespace_names.
|
| |
| file | macro-with.hpp [code] |
| | $with binds the specified declarator to auto&& _ in the following braces block.
|
| |
| file | type-assemblers.hpp [code] |
| | Simple type builders Type_, P_, R_, Raw_array_ and Raw_array_of_.
|
| |