Refureku
v2.2.0
C++17 runtime reflection library.
ConstViolation.h
1
8
#pragma once
9
10
#include <stdexcept>
11
12
namespace
rfk
13
{
14
class
ConstViolation
:
public
std::logic_error
15
{
16
public
:
17
using
std::logic_error::logic_error;
18
};
19
}
rfk::ConstViolation
Definition:
ConstViolation.h:15
rfk
Definition:
Allocator.h:16
Refureku
Library
Include
Public
Refureku
Exceptions
ConstViolation.h
Generated by
1.9.3