Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::detail::_box< T > Struct Template Reference

Public Member Functions

template<typename Fun >
 _box (T const &t, Fun &&on_error)
 
template<typename Fun >
 _box (T &t, Fun &&on_error)
 
template<typename Fun >
 _box (T &&t, Fun &&on_error)
 
 _box (_box const &)=delete
 
 _box (_box &&)=delete
 
_boxoperator= (_box const &)=delete
 
_boxoperator= (_box &&)=delete
 

Public Attributes

value