Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Examples  

std::char_traits< bitset< NB > > Struct Template Reference

bitset<NB> specialization of char_traits. More...

#include <bit_char_traits.h>

List of all members.

Public Types

typedef bitset<NB> char_type
typedef std::size_t int_type
typedef streampos pos_type
typedef streamoff off_type
typedef mbstate_t state_type

Static Public Methods

void assign (char_type &__c1, const char_type &__c2)
bool eq (const char_type &__c1, const char_type &__c2)
bool lt (const char_type &__c1, const char_type &__c2)
int compare (const char_type *__s1, const char_type *__s2, size_t __n)
size_t length (const char_type *__s)
const char_type* find (const char_type *__s, size_t __n, const char_type &__a)
char_type* move (char_type *__s1, const char_type *__s2, size_t __n)
char_type* copy (char_type *__s1, const char_type *__s2, size_t __n)
char_type* assign (char_type *__s, size_t __n, char_type __a)
char_type to_char_type (const int_type &__c)
int_type to_int_type (const char_type &__c)
bool eq_int_type (const int_type &__c1, const int_type &__c2)
int_type eof ()
int_type not_eof (const int_type &__c)


Detailed Description

template<size_t NB> struct std::char_traits< bitset< NB > >

bitset<NB> specialization of char_traits.


The documentation for this struct was generated from the following file: