arma_boost::format_metaprog< T1 > 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 = 0


Detailed Description

template<typename T1>
struct arma_boost::format_metaprog< T1 >

Definition at line 439 of file format_wrap.hpp.


Member Function Documentation

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

Definition at line 446 of file format_wrap.hpp.

Referenced by arma_boost::format_metaprog< basic_format< T1, T2 > >::get_fmt().

00447         {
00448         return X.A;
00449         }


Member Data Documentation

template<typename T1 >
const u32 arma_boost::format_metaprog< T1 >::depth = 0 [static]

Definition at line 441 of file format_wrap.hpp.