Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/proto/args.hpp>

Contains definitions of the proto::term<>, proto::list1<>, proto::list2<>, etc. class templates.

namespace boost {
  namespace proto {
    template<typename T> struct term;
    template<typename... Arg> struct listN;
  }
}

PrevUpHomeNext