libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
flags.hpp File Reference
#include <ka/typetraits.hpp>
#include <ka/macroregular.hpp>
#include <boost/range/adaptor/transformed.hpp>
#include <boost/range/numeric.hpp>
#include <algorithm>

Go to the source code of this file.

Classes

class  qi::Flags< Type >
 

Namespaces

 qi
 Deprecated in 2.5. Use int8_t from <cstdint>.
 

Functions

template<typename E , typename = ka::EnableIf<std::is_enum<E>::value>>
auto qi::underlying (const E &e) -> ka::UnderlyingType< E >