#include <Container.hpp>
Public Types | |
| enum | { DefaultConstructibleAndCopyable = true } |
| typedef T & | Result |
Static Public Member Functions | |
| static bool | Compare (const T &a, const T &b) |
| static Result | DefaultValue () |
| static Result | From (T *x) |
| typedef T& Container::WithCopyConstructorPolicy::SearchPolicy< T >::Result |
| static bool Container::WithCopyConstructorPolicy::SearchPolicy< T >::Compare | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline, static] |
| static Result Container::WithCopyConstructorPolicy::SearchPolicy< T >::DefaultValue | ( | ) | [inline, static] |
| static Result Container::WithCopyConstructorPolicy::SearchPolicy< T >::From | ( | T * | x | ) | [inline, static] |
