[For complete, up-to-date TBB information visit: http://www.ThreadingBuildingBlocks.org]

TbbRef (Ver. 20): 2.3 Identifiers

2.3 Identifiers

This section describes the identifier conventions used by IntelĀ® Threading Building Blocks.

2.3.1 Case

The identifier convention in the library follows the style in the ISO C++ standard library. Identifiers are written in underscore_style, and concepts in PascalCase.

2.3.2 Reserved Identifier Prefixes

The library reserves the prefix __TBB for internal identifiers and macros that should never be directly referenced by your code.

[For complete, up-to-date TBB information visit: http://www.ThreadingBuildingBlocks.org]