Loading...
Searching...
No Matches
validable.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include "core/common.hpp"
5
6namespace by {
7
12 class _nout validable {
14 BY_INIT_META(me)
15
16 public:
17 virtual nbool isValid() const = 0;
18 };
19}
Definition tnarr.hpp:9
Interface for objects with validation state.
Definition validable.hpp:12
to Top