Преглед на файлове

Missing reset() method added.

main
offa преди 7 години
родител
ревизия
6558c27cc5
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. +6
    -0
      include/unique_resource.h

+ 6
- 0
include/unique_resource.h Целия файл

@@ -23,6 +23,7 @@
#include "scope_exit.h"
#include <utility>
#include <type_traits>
#include <functional>

namespace sr
{
@@ -120,6 +121,11 @@ namespace sr
return m_value.get();
}

void reset(T& newValue) noexcept
{
m_value = std::ref(newValue);
}


private:


Loading…
Отказ
Запис