![]() | InDesign SDK 20.5 |
#include <EscapeTable.h>
Public Types | |
| typedef T | Result |
Selects one of two types based upon a boolean constant Usage: SelectType<flag, T, U>::Result flag has to be a compile-time boolean constant Result evaluates to T if flag is true, and to U otherwise.