hpp::prettyPrint< T, Option > Struct Template Reference

This function must be specialized for the type you want to print. More...

#include <hpp/pinocchio/util.hh>

Static Public Member Functions

static std::ostream & run (std::ostream &os, const T &pp)
 

Detailed Description

template<typename T, int Option>
struct hpp::prettyPrint< T, Option >

This function must be specialized for the type you want to print.

Member Function Documentation

template<typename T , int Option>
static std::ostream& hpp::prettyPrint< T, Option >::run ( std::ostream &  os,
const T &  pp 
)
static