Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
noncopyable.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace fc
4{
6 {
7 public:
9 private:
10 noncopyable( const noncopyable& ) = delete;
11 noncopyable& operator=( const noncopyable& ) = delete;
12 };
13}
14
namespace sysio::chain
Definition authority.cpp:3