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::unary_binary_ternary Struct Reference

#include <regex_format.hpp>

Inheritance diagram for boost::re_detail::unary_binary_ternary:

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 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)
typedef ternary_type(* boost::re_detail::unary_binary_ternary::ternary_fun)(any_type, any_type, any_type)
typedef unary_type(* boost::re_detail::unary_binary_ternary::unary_fun)(any_type)

Member Function Documentation

boost::re_detail::unary_binary_ternary::operator binary_fun ( )
boost::re_detail::unary_binary_ternary::operator ternary_fun ( )
boost::re_detail::unary_binary_ternary::operator unary_fun ( )

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