Changeset 36539 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Apr 4, 2011 3:54:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/meta.h
r36532 r36539 44 44 45 45 /** 46 * True specialization of if_. 46 * Check for a condition on compile time and dependent of the result TrueResult 47 * or FalseResult will be defined. 48 * 49 * True specialization of RTCIf. 47 50 * 48 51 * @param TrueResult Result when condition is true. … … 56 59 57 60 /** 58 * False specialization of if_. 61 * Check for a condition on compile time and dependent of the result TrueResult 62 * or FalseResult will be defined. 63 * 64 * False specialization of RTCIf. 59 65 * 60 66 * @param TrueResult Result when condition is true. … … 71 77 * result TrueResult or FalseResult will be defined. 72 78 * 73 * False version of if_ptr.79 * False version of RTCIfPtr. 74 80 * 75 81 * @param Condition Condition to check. … … 87 93 * result TrueResult or FalseResult will be defined. 88 94 * 89 * True specialization of of_ptr.95 * True specialization of RTCIfPtr. 90 96 * 91 97 * @param Condition Condition to check.
Note:
See TracChangeset
for help on using the changeset viewer.