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::push_front_list< List, NewElement > Struct Template Reference

Detailed Description

template<typename List, typename NewElement>
struct CppUtils::Meta::push_front_list< List, NewElement >

The declaration of a metafunction used to insert a new element at the front of the compile-time list for which it is specialized.

Template Parameters
List- The compile-time list we are operating on
NewElement- The type of element we are inserting

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