Alchemy  1.0
A framework to robustly process network messages and structured data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members
Pb::conditional< Predicate, TrueType, FalseType > Struct Template Reference

Provides an implementation of a compile-time conditional when the local library does not support it. More...

#include <conditional.h>

Detailed Description

template<bool Predicate, class TrueType, class FalseType>
struct Pb::conditional< Predicate, TrueType, FalseType >

Provides an implementation of a compile-time conditional when the local library does not support it.

Definition at line 22 of file conditional.h.


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