arma_boost::format_metaprog< basic_format< T1, T2 > > Struct Template Reference

#include <format_wrap.hpp>

List of all members.

Static Public Member Functions

static const std::string & get_fmt (const T1 &X)

Static Public Attributes

static const u32 depth = 1 + format_metaprog<T1>::depth


Detailed Description

template<typename T1, typename T2>
struct arma_boost::format_metaprog< basic_format< T1, T2 > >

Definition at line 456 of file format_wrap.hpp.


Member Function Documentation

template<typename T1 , typename T2 >
static const std::string& arma_boost::format_metaprog< basic_format< T1, T2 > >::get_fmt ( const T1 &  X  )  [inline, static]

Definition at line 463 of file format_wrap.hpp.

References arma_boost::format_metaprog< T1 >::get_fmt().

00464         {
00465         return format_metaprog<T1>::get_fmt(X.A);
00466         }


Member Data Documentation

template<typename T1 , typename T2 >
const u32 arma_boost::format_metaprog< basic_format< T1, T2 > >::depth = 1 + format_metaprog<T1>::depth [static]

Definition at line 458 of file format_wrap.hpp.