Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members

Dv::Xml::noconst< const T > Struct Template Reference

Utility template: noconst<T>::mutable_type is T if T is not "const" and X if T is "const X". More...

#include <noconst.h>

List of all members.

Public Types

typedef T mutable_type
 Mutable_type is T if T is not "const" and X if T is "const X".


Detailed Description

template<typename T>
struct Dv::Xml::noconst< const T >

Utility template: noconst<T>::mutable_type is T if T is not "const" and X if T is "const X".

Definition at line 21 of file noconst.h.


Member Typedef Documentation

template<typename T>
typedef T Dv::Xml::noconst< const T >::mutable_type
 

Mutable_type is T if T is not "const" and X if T is "const X".

Definition at line 23 of file noconst.h.


The documentation for this struct was generated from the following file:
dvxml-0.1.4 [19 September, 2003]