Bläddra i källkod

Deduction guide for scope_fail implemented (#80).

main
offa 7 år sedan
förälder
incheckning
b155aa8d7a
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. +4
    -0
      include/scope_fail.h

+ 4
- 0
include/scope_fail.h Visa fil

@@ -62,6 +62,10 @@ namespace sr
};


template <class EF>
scope_fail(EF &&ef) -> scope_fail<std::decay_t<EF>>;


template<class EF>
scope_fail<std::decay_t<EF>> make_scope_fail(EF&& exitFunction)
{

Laddar…
Avbryt
Spara