Home
last modified time | relevance | path

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

/third_party/boost/boost/core/
Dchecked_delete.hpp58 template<class T> struct checked_array_deleter struct
60 typedef void result_type;
61 typedef T * argument_type;
63 void operator()(T * x) const BOOST_NOEXCEPT in operator ()()