VirtualBox

Changeset 36539 in vbox for trunk/include/iprt/cpp


Ignore:
Timestamp:
Apr 4, 2011 3:54:20 PM (14 years ago)
Author:
vboxsync
Message:

iprt-cpp: docu update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/meta.h

    r36532 r36539  
    4444
    4545/**
    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.
    4750 *
    4851 * @param   TrueResult    Result when condition is true.
     
    5659
    5760/**
    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.
    5965 *
    6066 * @param   TrueResult    Result when condition is true.
     
    7177 * result TrueResult or FalseResult will be defined.
    7278 *
    73  * False version of if_ptr.
     79 * False version of RTCIfPtr.
    7480 *
    7581 * @param   Condition     Condition to check.
     
    8793 * result TrueResult or FalseResult will be defined.
    8894 *
    89  * True specialization of of_ptr.
     95 * True specialization of RTCIfPtr.
    9096 *
    9197 * @param   Condition     Condition to check.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette