|
ONE - On-device Neural Engine
|
#include "flatbuffers/base.h"#include <string>#include <type_traits>#include <vector>#include <memory>#include <limits>Go to the source code of this file.
Data Structures | |
| class | flatbuffers::numeric_limits< T > |
| struct | flatbuffers::is_scalar< T > |
| struct | flatbuffers::is_same< T, U > |
| struct | flatbuffers::is_floating_point< T > |
| struct | flatbuffers::is_unsigned< T > |
| struct | flatbuffers::is_enum< T > |
| struct | flatbuffers::make_unsigned< T > |
| struct | flatbuffers::conditional< B, T, F > |
| struct | flatbuffers::integral_constant< T, v > |
| struct | flatbuffers::bool_constant< B > |
| class | flatbuffers::unique_ptr< T > |
| struct | flatbuffers::nullopt_t |
| struct | flatbuffers::internal::nullopt_holder< class > |
| class | flatbuffers::FLATBUFFERS_FINAL_CLASS< T > |
Namespaces | |
| namespace | flatbuffers |
| namespace | flatbuffers::internal |
Macros | |
| #define | FLATBUFFERS_USE_STD_OPTIONAL 0 |
| #define | FLATBUFFERS_SPAN_MINIMAL |
Typedefs | |
| typedef bool_constant< true > | flatbuffers::true_type |
| typedef bool_constant< false > | flatbuffers::false_type |
Functions | |
| template<class T > | |
| FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (const Optional< T > &opt, nullopt_t) FLATBUFFERS_NOEXCEPT |
| template<class T > | |
| FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (nullopt_t, const Optional< T > &opt) FLATBUFFERS_NOEXCEPT |
| template<class T , class U > | |
| FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (const Optional< T > &lhs, const U &rhs) FLATBUFFERS_NOEXCEPT |
| template<class T , class U > | |
| FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (const T &lhs, const Optional< U > &rhs) FLATBUFFERS_NOEXCEPT |
| template<class T , class U > | |
| FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (const Optional< T > &lhs, const Optional< U > &rhs) FLATBUFFERS_NOEXCEPT |
Variables | |
| FLATBUFFERS_CONSTEXPR std::size_t | flatbuffers::dynamic_extent = static_cast<std::size_t>(-1) |
| #define FLATBUFFERS_SPAN_MINIMAL |
Definition at line 59 of file stl_emulation.h.
| #define FLATBUFFERS_USE_STD_OPTIONAL 0 |
Definition at line 36 of file stl_emulation.h.