Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abseil-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
abseil-cpp
Commits
98f9a611
Commit
98f9a611
authored
Oct 01, 2022
by
Hao Peng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: Remove unused helper ConversionIsPossible.
parent
7f3c0d78
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
absl/types/internal/variant.h
+0
-12
No files found.
absl/types/internal/variant.h
View file @
98f9a611
...
@@ -868,18 +868,6 @@ struct IsNeitherSelfNorInPlace<Self, in_place_type_t<T>> : std::false_type {};
...
@@ -868,18 +868,6 @@ struct IsNeitherSelfNorInPlace<Self, in_place_type_t<T>> : std::false_type {};
template
<
class
Self
,
std
::
size_t
I
>
template
<
class
Self
,
std
::
size_t
I
>
struct
IsNeitherSelfNorInPlace
<
Self
,
in_place_index_t
<
I
>>
:
std
::
false_type
{};
struct
IsNeitherSelfNorInPlace
<
Self
,
in_place_index_t
<
I
>>
:
std
::
false_type
{};
template
<
class
Variant
,
class
T
,
class
=
void
>
struct
ConversionIsPossibleImpl
:
std
::
false_type
{};
template
<
class
Variant
,
class
T
>
struct
ConversionIsPossibleImpl
<
Variant
,
T
,
void_t
<
decltype
(
ImaginaryFun
<
Variant
>::
Run
(
std
::
declval
<
T
>
(),
{}))
>>
:
std
::
true_type
{};
template
<
class
Variant
,
class
T
>
struct
ConversionIsPossible
:
ConversionIsPossibleImpl
<
Variant
,
T
>::
type
{};
template
<
class
Variant
,
class
T
>
template
<
class
Variant
,
class
T
>
struct
IndexOfConstructedType
<
struct
IndexOfConstructedType
<
Variant
,
T
,
Variant
,
T
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment