Struct nil
boost::nfp::nil
 
Synopsis
struct nil {
  
  nil();
  
  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 &) const;
  
  static nil & inst();
}; 
Description
nil 
        public
       construct/copy/destruct
 
nil public member functions
шаблон<имя типаT>операторTconst&const;
 
шаблон<имя типаT>Tany_castconst;
 
шаблон<имя типаArg1>nilоператорArg1&;
 
шаблон<имя типаArg1,имя типаArg2>nilоператорArg1constconst&;
[39 
шаблон<имя типаимя типаАрг2,имя типаАрг3>nilоператор
[143 
шаблон<имя типаПосетитель>пустотаприменяются_кПосетитель&конст;
 
 
 
nil public static functions