#include <format_wrap.hpp>
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 |
Definition at line 457 of file format_wrap.hpp.
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); }
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.