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