Take an arbitrary type template argument.
More...
#include <senf/Utils/mpl.hh>
Detailed Description
template<class _>
struct senf::mpl::take_class< _ >
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.
Definition at line 157 of file mpl.hh.
The documentation for this struct was generated from the following file: