Dv::Xml::noconst< 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< T >

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

Definition at line 11 of file noconst.h.


Member Typedef Documentation

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

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

Definition at line 13 of file noconst.h.


The documentation for this struct was generated from the following file:
dvxml-0.1.7 [ 7 January, 2008]