Macros
extract_optional_type.hpp File Reference
#include <boost/config.hpp>
#include <boost/preprocessor/cat.hpp>
#include <boost/mpl/has_xxx.hpp>
Include dependency graph for extract_optional_type.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BOOST_RANGE_EXTRACT_OPTIONAL_TYPE(a_typedef)
 

Macro Definition Documentation

#define BOOST_RANGE_EXTRACT_OPTIONAL_TYPE (   a_typedef)
Value:
struct BOOST_PP_CAT(extract_, a_typedef) \
{}; \
template< typename C > \
struct BOOST_PP_CAT(extract_, a_typedef)< C, true > \
{ \
typedef BOOST_DEDUCED_TYPENAME C::a_typedef type; \
};
GLfloat value
#define BOOST_DEDUCED_TYPENAME
Definition: suffix.hpp:465
#define BOOST_PP_CAT(a, b)
Definition: cat.hpp:22
#define BOOST_MPL_HAS_XXX_TRAIT_DEF(name)
Definition: has_xxx.hpp:278
GLenum type

Definition at line 26 of file extract_optional_type.hpp.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:25