Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_thread_safe<thread_safe< T >>

boost::histogram::accumulators::is_thread_safe<thread_safe< T >>

Synopsis

// In header: <boost/histogram/accumulators/thread_safe.hpp>

template<typename T> 
struct is_thread_safe<thread_safe< T >> : public true_type {
};

PrevUpHomeNext