#include <is_assignable.hpp>
Static Public Member Functions | |
template<typename T , typename U , typename = decltype(boost::declval<T>() = boost::declval<U>())> | |
static boost::type_traits::yes_type | test (int) |
template<typename , typename > | |
static boost::type_traits::no_type | test (...) |
Definition at line 31 of file is_assignable.hpp.
|
static |
|
static |