CLAW Library (a C++ Library Absolutely Wonderful) 1.5.5
Public Types

claw::meta::if_then_else< false, ThenPart, ElsePart > Struct Template Reference

#include <conditional.hpp>

List of all members.

Public Types

typedef ElsePart result

Detailed Description

template<typename ThenPart, typename ElsePart>
struct claw::meta::if_then_else< false, ThenPart, ElsePart >

Definition at line 62 of file conditional.hpp.


Member Typedef Documentation

template<typename ThenPart , typename ElsePart >
typedef ElsePart claw::meta::if_then_else< false, ThenPart, ElsePart >::result

Definition at line 64 of file conditional.hpp.


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