libbio
Loading...
Searching...
No Matches
bio
type
EnableIf
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
Condition
compile-time boolean
T
type to expose when Condition is true
The documentation for this struct was generated from the following file:
EnableIf.h
Generated by
1.9.8