Support Class Library
A set of tools providing classes and utility
invalid_value.h
Go to the documentation of this file.
1 #pragma once
3 
4 namespace scl{
5  namespace stream{
6  namespace details{
10  struct InvalidValue{};
11  }
12  }
13 }
Global namespace of the SCL.
Definition: alias.hpp:3