libbio
Loading...
Searching...
No Matches
bio::type::EnableIf< Condition, T > Struct Template Reference

#include <EnableIf.h>

Detailed Description

template<bool Condition, typename T = void>
struct bio::type::EnableIf< Condition, T >

Simple enable_if for C++98 compatibility.

Template Parameters
Conditioncompile-time boolean
Ttype to expose when Condition is true

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