DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
CppUtils::Meta::reverse_list< List, Empty > Struct Template Reference

Detailed Description

template<typename List, bool Empty = is_empty_list_v<List>>
struct CppUtils::Meta::reverse_list< List, Empty >

The declaration of a metafunction used to reverse the compile-time list for which it is specialized.

Template Parameters
List- The compile-time list we are operating on
Empty- A flag to determine whether the list is empty

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