Template Struct Defer
Defined in File defer.hpp
Struct Documentation
-
template<typename Fn>
struct Defer Public Functions
- inline constexpr Defer (Fn _fn) VEG_NOEXCEPT_IF(VEG_CONCEPT(nothrow_movable< Fn >))
- Defer (Defer &&) VEG_NOEXCEPT=delete
- auto operator= (Defer &&) VEG_NOEXCEPT -> Defer &=delete
- VEG_INLINE ~Defer () VEG_NOEXCEPT_IF(VEG_NOEXCEPT_IF(VEG_CONCEPT(nothrow_fn_once< Fn