__gnu_cxx::bitmap_allocator< _Tp >::aligned_size< _BSize, _AlignSize > Struct Template Reference

List of all members.

Public Types

 modulus = _BSize % _AlignSize
 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
enum  { modulus = _BSize % _AlignSize, value = _BSize + (modulus ? _AlignSize - (modulus) : 0) }

Detailed Description

template<typename _Tp>
template<size_t _BSize, size_t _AlignSize>
struct __gnu_cxx::bitmap_allocator< _Tp >::aligned_size< _BSize, _AlignSize >

Definition at line 883 of file bitmap_allocator.h.


Member Enumeration Documentation

template<typename _Tp>
template<size_t _BSize, size_t _AlignSize>
anonymous enum

Enumerator:
modulus 
value 

Definition at line 885 of file bitmap_allocator.h.


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 16:57:52 2010 for GNU C++ STL by  doxygen 1.4.7