plll  1.0
plll::helper::EnableIf< cond, Type > Class Template Reference

Allows to remove functions from overload resolution. More...

#include <helper.hpp>

Detailed Description

template<bool cond, typename Type = void>
class plll::helper::EnableIf< cond, Type >

Allows to remove functions from overload resolution.

This can be used as std::enable_if<> in C++11.

Definition at line 182 of file helper.hpp.


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