#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.