Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::re_detail::formatter_wrapper< Formatter *, false > Struct Template Reference

#include <regex_format.hpp>

Inheritance diagram for boost::re_detail::formatter_wrapper< Formatter *, false >:
Collaboration diagram for boost::re_detail::formatter_wrapper< Formatter *, false >:

Public Types

typedef unary_type(* unary_fun )(any_type)
 
typedef binary_type(* binary_fun )(any_type, any_type)
 
typedef ternary_type(* ternary_fun )(any_type, any_type, any_type)
 

Public Member Functions

 operator Formatter * ()
 
 operator unary_fun ()
 
 operator binary_fun ()
 
 operator ternary_fun ()
 

Member Typedef Documentation

typedef binary_type(* boost::re_detail::unary_binary_ternary::binary_fun)(any_type, any_type)
inherited
typedef ternary_type(* boost::re_detail::unary_binary_ternary::ternary_fun)(any_type, any_type, any_type)
inherited
typedef unary_type(* boost::re_detail::unary_binary_ternary::unary_fun)(any_type)
inherited

Member Function Documentation

boost::re_detail::unary_binary_ternary::operator binary_fun ( )
inherited
template<typename Formatter >
boost::re_detail::formatter_wrapper< Formatter *, false >::operator Formatter * ( )
boost::re_detail::unary_binary_ternary::operator ternary_fun ( )
inherited
boost::re_detail::unary_binary_ternary::operator unary_fun ( )
inherited

The documentation for this struct was generated from the following file: