Home
last modified time | relevance | path

Searched refs:def_del_compatible_cond (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/move/
Ddefault_delete.hpp47 struct def_del_compatible_cond struct
52 struct def_del_compatible_cond<U[N], T[]> struct
53 : def_del_compatible_cond<U[], T[]>
58 : bmupmu::enable_if_c<def_del_compatible_cond<U, T>::value, Type>