#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. |
static void instigate::generic::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 |
Referenced by instigate::stl::assign(), instigate::stl::pair::interface< T >::set_first(), and instigate::stl::pair::interface< T >::set_second().
static T* instigate::generic::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 |
Referenced by instigate::stl::copy_constructor().