Functions
type_erased_test.cc File Reference
#include "absl/flags/internal/type_erased.h"
#include <cmath>
#include "gtest/gtest.h"
#include "absl/flags/flag.h"
#include "absl/memory/memory.h"
#include "absl/strings/str_cat.h"
Include dependency graph for type_erased_test.cc:

Go to the source code of this file.

Functions

 ABSL_FLAG (int, int_flag, 1,"int_flag help")
 
 ABSL_FLAG (std::string, string_flag,"dflt","string_flag help")
 
 ABSL_RETIRED_FLAG (bool, bool_retired_flag, false,"bool_retired_flag help")
 

Function Documentation

ABSL_FLAG ( int  ,
int_flag  ,
,
"int_flag help"   
)
ABSL_FLAG ( std::string  ,
string_flag  ,
"dflt"  ,
"string_flag help"   
)
ABSL_RETIRED_FLAG ( bool  ,
bool_retired_flag  ,
false  ,
"bool_retired_flag help"   
)


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59