Home
last modified time | relevance | path

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

/third_party/boost/boost/mpl/aux_/
Dna.hpp61 template< typename T, typename U > struct if_na struct
63 typedef T type;
66 template< typename U > struct if_na<na,U> struct
68 typedef U type;
87 template< typename T, typename U > struct if_na struct