Static Public Member Functions | Static Public Attributes

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 457 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 464 of file format_wrap.hpp.

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

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


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