Home
last modified time | relevance | path

Searched defs:attributes_of (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/
Dcontext.hpp130 struct attributes_of struct
132 typedef typename Context::attributes_type type;
136 struct attributes_of<Context const> struct
138 typedef typename Context::attributes_type const type;
142 struct attributes_of<Context &> struct