Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/karma/string/
Dsymbols.hpp93 struct symbols_value struct
98 , mpl::identity<unused_type> > sequence_type;
102 , sequence_type>::type type;
106 static type call(T_ const& t, mpl::false_, mpl::true_) in call()
113 static type call(T_ const& t, mpl::true_, IsSequence) in call()
120 static type call(T_ const&, mpl::false_, mpl::false_) in call()
125 static type call(T const& t) in call()
135 struct symbols_value<Attribute, Attribute> struct
137 typedef unused_type type;
139 static type call(Attribute const&) in call()