MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Types
mds::SSelectInt< Flag, T, U > Struct Template Reference

Selects one of two integers based upon a boolean constant. More...

#include <mdsTemplates.h>

List of all members.

Public Types

enum  { RESULT = T }

Detailed Description

template<bool Flag, int T, int U>
struct mds::SSelectInt< Flag, T, U >

Selects one of two integers based upon a boolean constant.

Result evaluates to T if Flag is true, and to U otherwise.


Member Enumeration Documentation

template<bool Flag, int T, int U>
anonymous enum
Enumerator:
RESULT 

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