Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62445 - sandbox/SOC/2010/bit_masks/lib/integer/doc
From: bbartmanboost_at_[hidden]
Date: 2010-06-05 10:54:24


Author: bbartman
Date: 2010-06-05 10:54:24 EDT (Sat, 05 Jun 2010)
New Revision: 62445
URL: http://svn.boost.org/trac/boost/changeset/62445

Log:
renaming a file
Added:
   sandbox/SOC/2010/bit_masks/lib/integer/doc/bits_mask.qbk
      - copied unchanged from r62441, /sandbox/SOC/2010/bit_masks/lib/integer/doc/bit_mask.qbk
Removed:
   sandbox/SOC/2010/bit_masks/lib/integer/doc/bit_mask.qbk

Deleted: sandbox/SOC/2010/bit_masks/lib/integer/doc/bit_mask.qbk
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/doc/bit_mask.qbk 2010-06-05 10:54:24 EDT (Sat, 05 Jun 2010)
+++ (empty file)
@@ -1,47 +0,0 @@
-[c++]
-[section:MASKNAME MASKNAME]
-[h3 Description]
-
-
-[h3 Template Signature]
-`TYPENME` has the following template signature:
-``
-TEMPLATE SIGNATURE.
-``
-
-[table
- [[Parameter][Description]]
- [[][ ]]
- [[][ ]]
-]
-
-[h3 Interface]
-`TYPENAME` Compile time interface. Assume that N is of type
-`N TYPE` the type supplied here is only for example.
-
-[table
- [[Operation][Description]]
- [[`N::value`][Returns the `value` associated with `N`. ]]
- [[`N::value_type`][Returns `T` which is the type associated with `value` inside `N`. ]]
- [[`N::type`][ Returns the current types type. ]]
- [[`operator T()`][ Run time support function. All this function does is
-return the value associated with the type. With the c++0x feature constexper
-this function will be made fasters and more effieient.]]
-]
-
-
-[h3 Examples]
-Examples and use cases related to the `TYPENAME` type.
-
-
-Exaple:
-``
- EXAMPLE
-``
-
-The implicit cast operator allows for simplicity, clairity of code. In the
-above example `mask()` could be replaced with `mask::value` to achieve the same
-result. The same applies to all other bitwise operators.
-
-[endsect]
-


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk