OGLplus  (0.59.0) a C++ wrapper for rendering APIs

read.hpp File Reference
#include "../math/functions.hpp"
#include "../memory/span_algo.hpp"
#include "../reflect/data_members.hpp"
#include "../reflect/enumerators.hpp"
#include "../valid_if/decl.hpp"
#include "fwd.hpp"
#include "read_backend.hpp"
#include <algorithm>
#include <array>
#include <chrono>
#include <string>
#include <tuple>
#include <type_traits>
#include <vector>

Go to the source code of this file.

Namespaces

 eagine
 Common code is placed in this namespace.
 

Functions

template<typename T , typename Backend >
auto eagine::deserialize (T &value, Backend &backend) -> std::enable_if_t< std::is_base_of_v< deserializer_backend, Backend >, deserialization_errors >
 Deserializes a value with the specified serialization backend. More...
 

Detailed Description

Copyright Matus Chochlik. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt


Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).