#include <factory.hpp>
Static Public Member Functions | |
static const T & | unit () |
��������� ������� | |
static const T & | unit (const T &x) |
��������� ������� | |
static const T & | opposite_unit () |
��������������� � ���������� �������� (-1) | |
static const T & | opposite_unit (const T &x) |
��������������� � ���������� �������� (-1) | |
static const T & | null () |
������� ������� | |
static const T & | null (const T &x) |
������� ������� | |
Static Public Attributes | |
static const bool | is_specialized = true |
This default implementaion uses literals 1, 0 and -1 to construct unit, null and opposite_unit respectively.
Definition at line 40 of file factory.hpp.
static const T& Arageli::factory< T >::null | ( | const T & | x | ) | [inline, static] |
static const T& Arageli::factory< T >::null | ( | ) | [inline, static] |
static const T& Arageli::factory< T >::opposite_unit | ( | const T & | x | ) | [inline, static] |
static const T& Arageli::factory< T >::opposite_unit | ( | ) | [inline, static] |
static const T& Arageli::factory< T >::unit | ( | const T & | x | ) | [inline, static] |
static const T& Arageli::factory< T >::unit | ( | ) | [inline, static] |
const bool Arageli::factory< T >::is_specialized = true [static] |
Definition at line 42 of file factory.hpp.