BackInsertProxy<C> Class
Template Parameters
C
Constraint
C
is
BackInsertionSequence
Constructors & Destructor
public
inline
nothrow
BackInsertProxy
()
public
inline
explicit
nothrow
BackInsertProxy
(
C
* c_)
Member Functions
public
inline
void
operator=
(
const
BASE_TYPE& value)
Typedefs
private
typedef
Self
BackInsertProxy
private
typedef
ValueType
TYPE
Member Variables
private
C
*
c
Constructor& Destructor Details
BackInsertProxy Constructor
public
inline
nothrow
BackInsertProxy()
Definition
Line
15
of
System.Base/BackInsertIterator.cm
BackInsertProxy Constructor
public
inline
explicit
nothrow
BackInsertProxy(
C
* c_)
Definition
Line
18
of
System.Base/BackInsertIterator.cm
Member Function Details
operator= Member Function
public
inline
void
operator=(
const
BASE_TYPE& value)
Definition
Line
21
of
System.Base/BackInsertIterator.cm