Helper struct for SFINAE, from C++11. More...
#include <safe_op.hpp>
Helper struct for SFINAE, from C++11.
This struct has a public typedef called type typedef'd to T if B is true. Otherwise there is no typedef.