library of assembled shared sources

http://lass.cocamware.com

lass::num::impl::IntPow< T > Struct Template Reference

#include <basic_ops.h>


Public Types

typedef NumTraits< T >::signedType TSigned
typedef NumTraits< T >
::unsignedType 
TUnsigned

Static Public Member Functions

static T eval (TSigned x, TSigned p)
static T eval (TSigned x, TUnsigned p)


Detailed Description

template<typename T>
struct lass::num::impl::IntPow< T >

Definition at line 463 of file basic_ops.h.


Member Typedef Documentation

template<typename T >
typedef NumTraits<T>::signedType lass::num::impl::IntPow< T >::TSigned

Definition at line 465 of file basic_ops.h.

template<typename T >
typedef NumTraits<T>::unsignedType lass::num::impl::IntPow< T >::TUnsigned

Definition at line 466 of file basic_ops.h.


Member Function Documentation

template<typename T >
static T lass::num::impl::IntPow< T >::eval ( TSigned  x,
TSigned  p 
) [inline, static]

Definition at line 468 of file basic_ops.h.

template<typename T >
static T lass::num::impl::IntPow< T >::eval ( TSigned  x,
TUnsigned  p 
) [inline, static]

Definition at line 474 of file basic_ops.h.


The documentation for this struct was generated from the following file:

Generated on Mon Nov 10 14:22:10 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo