MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Selects one of two types based upon a boolean constant. More...
#include <mdsTemplates.h>
Public Types | |
typedef T | RESULT |
Selects one of two types based upon a boolean constant.
Result evaluates to T if Flag is true, and to U otherwise.
typedef T mds::SSelect< Flag, T, U >::RESULT |