#include <named_params.hpp>
|
template<typename T > |
| operator T const & () const |
|
template<typename T > |
T | any_cast () const |
|
template<typename Arg1 > |
nil | operator() (Arg1 const &) |
|
template<typename Arg1 , typename Arg2 > |
nil | operator() (Arg1 const &, Arg2 const &) |
|
template<typename Arg1 , typename Arg2 , typename Arg3 > |
nil | operator() (Arg1 const &, Arg2 const &, Arg3 const &) |
|
template<typename Visitor > |
void | apply_to (Visitor &V) const |
|
template<typename T >
T boost::nfp::nfp_detail::nil::any_cast |
( |
| ) |
const |
|
inline |
template<typename Visitor >
void boost::nfp::nfp_detail::nil::apply_to |
( |
Visitor & |
V | ) |
const |
|
inline |
static nil& boost::nfp::nfp_detail::nil::inst |
( |
| ) |
|
|
inlinestatic |
template<typename T >
boost::nfp::nfp_detail::nil::operator T const & |
( |
| ) |
const |
|
inline |
template<typename Arg1 >
nil boost::nfp::nfp_detail::nil::operator() |
( |
Arg1 const & |
| ) |
|
|
inline |
template<typename Arg1 , typename Arg2 >
nil boost::nfp::nfp_detail::nil::operator() |
( |
Arg1 const & |
, |
|
|
Arg2 const & |
|
|
) |
| |
|
inline |
template<typename Arg1 , typename Arg2 , typename Arg3 >
nil boost::nfp::nfp_detail::nil::operator() |
( |
Arg1 const & |
, |
|
|
Arg2 const & |
, |
|
|
Arg3 const & |
|
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: