Static Public Member Functions | Static Public Attributes

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 440 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 447 of file format_wrap.hpp.

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

        {
        return X.A;
        }


Member Data Documentation

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

Definition at line 442 of file format_wrap.hpp.