Kagome
Polkadot Runtime Engine in C++17
unreachable.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Unreachable_At_Line< LINE >
 This file declares UNREACHABLE macro. Use it to prevent compiler warnings. More...
 

Macros

#define UNREACHABLE   throw Unreachable_At_Line<__LINE__>();
 

Class Documentation

class Unreachable_At_Line

template<unsigned int LINE>
class Unreachable_At_Line< LINE >

This file declares UNREACHABLE macro. Use it to prevent compiler warnings.

Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Definition at line 20 of file unreachable.hpp.

Collaboration diagram for Unreachable_At_Line< LINE >:

Macro Definition Documentation

#define UNREACHABLE   throw Unreachable_At_Line<__LINE__>();

Definition at line 21 of file unreachable.hpp.