Class result_construct_base<T, E>

#include <Geode/external/result/result.hpp>
classresult_construct_base<T, E>{ ... }

/////////////////////////////////////////////////////////////////////////// /// \brief Base class of assignment to enable construction and assignment /// /// This class is used with several pieces of construction to ensure /// trivial constructibility and assignability: /// /// * result_trivial_copy_ctor_base /// * result_trivial_move_ctor_base /// * result_copy_assign_base /// * result_move_assign_base /// /// \tparam T the value type /// \tparam E the error type ///////////////////////////////////////////////////////////////////////////

Examples0
Public static methods0
Public member functions2
cpp::bitwizeshift::detail::result_construct_base&operator=()
No description provided
cpp::bitwizeshift::detail::result_construct_base&operator=()
No description provided
Fields1
;
No description provided
Protected member functions0
Protected fields0