Searched defs:extract_builtin (Results 1 – 1 of 1) sorted by relevance
157 struct extract_builtin struct159 static N apply ( N n ) { return n ; } in apply()162 struct extract_builtin<MyInt> struct164 static int apply ( MyInt const& n ) { return n.to_builtin() ; } in apply()167 struct extract_builtin<MyFloat> struct169 static double apply ( MyFloat const& n ) { return n.to_builtin() ; } in apply()