Loading...
Searching...
No Matches
GrowableBuffer.h File Reference
#include "awkward/BuilderOptions.h"
#include <cstring>
#include <vector>
#include <memory>
#include <numeric>
#include <cmath>
#include <complex>
#include <iostream>
#include <utility>
#include <stdexcept>
#include <stdint.h>

Go to the source code of this file.

Classes

class  Panel< PRIMITIVE >
 
class  GrowableBuffer< PRIMITIVE >
 Discontiguous, one-dimensional buffer (which consists of multiple contiguous, one-dimensional panels) that can grow indefinitely by calling append. More...
 

Namespaces

namespace  awkward
 

Typedefs

template<template< class... > class TT, class T >
using is_tt = decltype(is_tt_impl<TT>(std::declval<typename std::decay<T>::type>()))
 

Functions

template<template< class... > class TT, class... Args>
std::true_type is_tt_impl (TT< Args... >)
 
template<template< class... > class TT>
std::false_type is_tt_impl (...)