Interface of the Assignable Concept. More...
#include <_assignable.hpp>
Static Public Member Functions | |
| static void | assign (T &a, const T &b) |
| Assign b to a. | |
| static T * | copy_constructor (char *const p, const T &ob) |
| Make copy of the specified object. | |
Interface of the Assignable Concept.
| static void instigate::assignable::interface< T >::assign | ( | T & | a, | |
| const T & | b | |||
| ) | [inline, static] |
Assign b to a.
| a | - the object to be assigned | |
| b | - the object to assign |
| static T* instigate::assignable::interface< T >::copy_constructor | ( | char *const | p, | |
| const T & | ob | |||
| ) | [inline, static] |
Make copy of the specified object.
| p | - the place to copy the object | |
| ob | - the object to be copied |