Itasca C++ Interface
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
itasca::type_selector< true, if_true, if_false > Struct Template Reference

#include <type_selector.h>

Public Types

typedef if_true type
 The actual "return value" of the type_selector.
 

Static Public Attributes

static const bool result = true
 Can by used by checks to determine the result of the type_selector.
 

Detailed Description

template<typename if_true, typename if_false>
struct itasca::type_selector< true, if_true, if_false >

Specifies the "true" case for type_selector.

Parameters
if_trueType to be returned.
if_falseRequired for specification, but useless in this case.

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