![]() |
Home | Libraries | People | FAQ | More |
Contains definition of the integral_c transform and friends.
namespace boost { namespace proto { template<typename T, T I> struct integral_c; template<char I> struct char_; template<int I> struct int_; template<long I> struct long_; template<std::size_t I> struct size_t; } }