Take an arbitrary type template argument. More...
#include <senf/Utils/mpl.hh>
Take an arbitrary type template argument.
Used together with SFINAE: The expression take_class< expr > is only valid if expr is valid and is a type.
take_class<
>
Definition at line 148 of file mpl.hh.