libnmbs 1.0.0
Loading...
Searching...
No Matches
expected.h File Reference

expected.h brief More...

#include <expected>
#include <string>
#include <utility>
#include "exit_code.h"

Go to the source code of this file.

Classes

class  nmbs::Error
 A simple error container to use with nmbs::expected for communicating domain issues to function callers. More...

Namespaces

namespace  nmbs
 Lightweight helpers for generating NATO confidentiality metadata.

Typedefs

template<typename T>
using nmbs::Expected = std::expected<T, Error>
 Convenience typedef to standardise usage of nmbs::error in all std::expected usages.

Detailed Description

expected.h brief

expected.h details

Author
luke
Date
2026-07-04