libcppa
Version 0.1
|
#include <if_else.hpp>
Inherited by cppa::detail::ptype_to_type< PT >.
A conditinal expression for types that allows nested statements (unlike std::conditional).
type
is defined as T
if IfStmt == true
; otherwise type
is defined as Else::type
.