Searched defs:optional_attribute (Results 1 – 6 of 6) sorted by relevance
227 struct optional_attribute struct229 typedef T const& type;231 static type call(T const& val) in call()236 static bool is_valid(T const&) in is_valid()243 struct optional_attribute<boost::optional<T> > struct245 typedef T const& type;247 static type call(boost::optional<T> const& val) in call()252 static bool is_valid(boost::optional<T> const& val) in is_valid()
232 struct optional_attribute< struct239 >::type type;242 call(fusion::extension::adt_attribute_proxy<T, N, Const> const& val) in call()248 is_valid(fusion::extension::adt_attribute_proxy<T, N, Const> const& val) in is_valid()
765 struct optional_attribute<utree> struct767 typedef utree const& type;769 static type call(utree const& val) in call()775 static bool is_valid(utree const& val) in is_valid()
109 for (const AttributeSpec& optional_attribute : op.optional_attributes()) { in CollectOpDependencies() local405 for (const AttributeSpec& optional_attribute : op.optional_attributes()) { in RenderOptionsClass() local
34 struct optional_attribute {}; struct
157 move_to(Source& src, Dest& dest, optional_attribute) in move_to() argument