Wiselib
Public Member Functions
concepts::Assignable_concept Class Reference

A type that provides assignement and a copy constructor as basic operations for value semantics. More...

List of all members.

Public Member Functions

 X (X &x)
 Copy constructor.
X & operator= (X &other)
 Assignment operator.

Detailed Description

A type that provides assignement and a copy constructor as basic operations for value semantics.

This concept must be fullfilled for a type in order to qualify as element type for a container.


Member Function Documentation

X& concepts::Assignable_concept::operator= ( X &  other)

Assignment operator.

concepts::Assignable_concept::X ( X &  x)

Copy constructor.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines