forked from I2P_Developers/i2p.i2p
11 lines
169 B
C++
11 lines
169 B
C++
![]() |
#ifndef NEITHER_NEITHER_HPP
|
||
|
#define NEITHER_NEITHER_HPP
|
||
|
|
||
|
#include "either.hpp"
|
||
|
#include "lift.hpp"
|
||
|
#include "maybe.hpp"
|
||
|
#include "traits.hpp"
|
||
|
#include "try.hpp"
|
||
|
|
||
|
#endif
|