Home
last modified time | relevance | path

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

/third_party/boost/boost/log/expressions/
Dkeyword.hpp50 struct attribute_keyword struct
53 typedef attribute_keyword this_type;
55 typedef DescriptorT descriptor_type;
60 typedef typename descriptor_type::value_type value_type;
63 static attribute_name get_name() { return descriptor_type::get_name(); } in get_name()
71 > or_none_result_type;
74 static or_none_result_type or_none() in or_none()
87 > or_throw_result_type;
90 static or_throw_result_type or_throw() in or_throw()
104 > or_default(DefaultT const& def_val) in or_default()